From 504ee3009df78cfb7e225c8882e7826920c4fdca Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 21 Mar 2024 17:20:44 +0900 Subject: feat(cmp)!: replace luasnip with native snippets --- fnl/nvrc/pack.fnl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fnl/nvrc/pack.fnl') 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}) -- cgit 1.4.1