feat(editor): enable undoFile in nvim config
This commit is contained in:
parent
a8a17d67f0
commit
cb0923601b
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ in
|
||||||
searchCase = "ignore";
|
searchCase = "ignore";
|
||||||
fzf-lua.enable = true;
|
fzf-lua.enable = true;
|
||||||
git.enable = true;
|
git.enable = true;
|
||||||
|
undoFile.enable = true;
|
||||||
autopairs.nvim-autopairs.enable = true;
|
autopairs.nvim-autopairs.enable = true;
|
||||||
autocomplete = import ./_nvf/autocomplete.nix { inherit lib; };
|
autocomplete = import ./_nvf/autocomplete.nix { inherit lib; };
|
||||||
binds = import ./_nvf/binds.nix;
|
binds = import ./_nvf/binds.nix;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue