diff --git a/modules/home-manager/neovim.nix b/modules/home-manager/neovim.nix index 7dced60..31d01cc 100644 --- a/modules/home-manager/neovim.nix +++ b/modules/home-manager/neovim.nix @@ -79,6 +79,9 @@ }; }; + # Setup snippet support + snippets.luasnip.enable = true; + # Setup nixd options luaConfigRC.nixd = '' require("lspconfig").nixd.setup({