got lsps up and running.

This commit is contained in:
Gabe Venberg 2024-03-20 13:18:05 -05:00
parent 25b2b07a46
commit cef27f07ce
6 changed files with 223 additions and 24 deletions

View file

@ -5,7 +5,7 @@
}: {
programs.nixvim = {
plugins.luasnip.enable = true;
plugins.friendly-snippets.enable=true;
plugins.friendly-snippets.enable = true;
plugins.cmp = {
enable = true;
autoEnableSources = true;