Nvim custom plugin repo and fix luasnip warnings #52

Merged
jalil merged 2 commits from nvim-fixes into main 2024-08-10 14:52:33 +02:00
Showing only changes of commit 09f35f5125 - Show all commits

View file

@ -209,9 +209,7 @@ in
};
luasnip = {
enable = true;
extraConfig = {
update_events = "TextChanged,TextChangedI";
};
settings.update_events = "TextChanged,TextChangedI";
};
noice = {
enable = true;