about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-03-21 17:20:44 +0900
committersefidel <contact@sefidel.net>2024-03-21 17:20:44 +0900
commit504ee3009df78cfb7e225c8882e7826920c4fdca (patch)
tree9562484c7d0ed36529f9ab534560dce473eb812d /fnl/nvrc/pack.fnl
parent476441a0e45f032d43458572b3913ddde2969035 (diff)
downloadnvimrc-504ee3009df78cfb7e225c8882e7826920c4fdca.tar.gz
nvimrc-504ee3009df78cfb7e225c8882e7826920c4fdca.zip
feat(cmp)!: replace luasnip with native snippets
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl3
1 files changed, 1 insertions, 2 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index 7504cf5..2cb7087 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -36,8 +36,7 @@
 
 (pack! :hrsh7th/nvim-cmp {:req :cmp
                           :event [:InsertEnter :CmdlineEnter]
-                          :dependencies [(pack :L3MON4D3/LuaSnip)
-                                         (pack :lukas-reineke/cmp-under-comparator)
+                          :dependencies [(pack :lukas-reineke/cmp-under-comparator)
                                          (pack :hrsh7th/cmp-nvim-lsp {:after :nvim-cmp})
                                          (pack :hrsh7th/cmp-nvim-lsp-signature-help)]})
 (pack! :numToStr/Comment.nvim {:init :Comment :lazy true})