aboutsummaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl')
-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)