From 5a54566b1a816724de27fb1632da2e32b941ab1a Mon Sep 17 00:00:00 2001
From: Jon Santmyer <jon@jonsantmyer.com>
Date: Sat, 7 Dec 2024 18:29:29 -0500
Subject: changes to neovim

---
 modules/desktop/apps/editors/neovim.nix | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

(limited to 'modules')

diff --git a/modules/desktop/apps/editors/neovim.nix b/modules/desktop/apps/editors/neovim.nix
index bc3ff86..e17dac6 100644
--- a/modules/desktop/apps/editors/neovim.nix
+++ b/modules/desktop/apps/editors/neovim.nix
@@ -46,18 +46,19 @@ in {
                 gitsigns-nvim
                 nvim-tree-lua
                 catppuccin-nvim
-
+ 
                 nvim-lspconfig
                 nvim-cmp
                 cmp-cmdline
                 cmp-nvim-lsp
+                cmp-nvim-lsp-signature-help
                 cmp-buffer
                 cmp-path
-                cmp-vsnip
                 cmp-treesitter
+
+                luasnip
                 
                 vim-nix
-                vim-vsnip
                 nvim-treesitter.withAllGrammars
                 neoformat
 
-- 
cgit v1.2.1