feat(editor): enable undoFile in nvim config

This commit is contained in:
Mohammad Rafiq 2025-07-01 22:11:40 +08:00
parent a8a17d67f0
commit cb0923601b
No known key found for this signature in database

View file

@ -13,6 +13,7 @@ in
searchCase = "ignore";
fzf-lua.enable = true;
git.enable = true;
undoFile.enable = true;
autopairs.nvim-autopairs.enable = true;
autocomplete = import ./_nvf/autocomplete.nix { inherit lib; };
binds = import ./_nvf/binds.nix;