diff options
author | sefidel <contact@sefidel.net> | 2022-02-27 18:30:03 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-27 18:30:03 +0900 |
commit | d12e7d89ae6ad32f8df244cf3ff33c26088a2bd4 (patch) | |
tree | 911858f52b3866adcb7574fea2efe5d7d0c9b8cc /fnl/nvrc/pack.fnl | |
parent | a1b5c128220b6fbac345db898f74f8b052e8dd63 (diff) | |
download | nvimrc-d12e7d89ae6ad32f8df244cf3ff33c26088a2bd4.tar.gz nvimrc-d12e7d89ae6ad32f8df244cf3ff33c26088a2bd4.zip |
feat(pack): move luasnip to dependencies
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r-- | fnl/nvrc/pack.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
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) |