utility/undotree: formatted code

This commit is contained in:
Abhi 2025-07-20 14:15:49 -04:00
commit 0a1dda51d0
No known key found for this signature in database

View file

@ -1,8 +1,6 @@
{ lib, ... }:
let
{lib, ...}: let
inherit (lib.options) mkEnableOption;
in
{
in {
options.vim.undotree = {
enable = mkEnableOption "undo history visualizer for Vim [undotree]";
};