about summary refs log tree commit diff
path: root/fnl/nvrc
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-27 18:30:03 +0900
committersefidel <contact@sefidel.net>2022-02-27 18:30:03 +0900
commitd12e7d89ae6ad32f8df244cf3ff33c26088a2bd4 (patch)
tree911858f52b3866adcb7574fea2efe5d7d0c9b8cc /fnl/nvrc
parenta1b5c128220b6fbac345db898f74f8b052e8dd63 (diff)
downloadnvimrc-d12e7d89ae6ad32f8df244cf3ff33c26088a2bd4.tar.gz
nvimrc-d12e7d89ae6ad32f8df244cf3ff33c26088a2bd4.zip
feat(pack): move luasnip to dependencies
Diffstat (limited to 'fnl/nvrc')
-rw-r--r--fnl/nvrc/pack.fnl4
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)