Enable auto-save on neovim

This commit is contained in:
Dave Gallant
2024-03-14 22:09:40 -04:00
parent 60ba39bf00
commit 8928c91fc3
2 changed files with 5 additions and 4 deletions

View File

@@ -399,6 +399,7 @@ in
];
plugins = {
auto-save.enable = true;
copilot-vim.enable = true;
cmp-path.enable = true;
cmp-treesitter.enable = true;