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 = { luasnip = {
enable = true; enable = true;
extraConfig = { settings.update_events = "TextChanged,TextChangedI";
update_events = "TextChanged,TextChangedI";
};
}; };
noice = { noice = {
enable = true; enable = true;