mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-05 18:01:32 +00:00
utility/undotree: formatted code
This commit is contained in:
parent
5f2530a239
commit
0a1dda51d0
1 changed files with 2 additions and 4 deletions
|
@ -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]";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue