From d12e7d89ae6ad32f8df244cf3ff33c26088a2bd4 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 27 Feb 2022 18:30:03 +0900 Subject: feat(pack): move luasnip to dependencies --- fnl/nvrc/pack.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fnl') diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl index 9df353b..75d222d 100644 --- a/fnl/nvrc/pack.fnl +++ b/fnl/nvrc/pack.fnl @@ -27,9 +27,9 @@ (pack! :lewis6991/spaceless.nvim {:init :spaceless}) (pack! :stefandtw/quickfix-reflector.vim {:ft :qf}) -(pack! :L3MON4D3/LuaSnip {:module :luasnip}) (pack! :hrsh7th/nvim-cmp {:req :cmp :event :InsertEnter - :requires [(pack :lukas-reineke/cmp-under-comparator {:module :cmp-under-comparator})]}) + :requires [(pack :L3MON4D3/LuaSnip {:module :luasnip}) + (pack :lukas-reineke/cmp-under-comparator {:module :cmp-under-comparator})]}) (pack! :numToStr/Comment.nvim {:module :Comment :init :Comment}) (pack! :ibhagwan/fzf-lua {:req :fzf :module :fzf-lua}) (pack! :ggandor/lightspeed.nvim) -- cgit 1.4.1