about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-27 16:20:25 +0900
committersefidel <contact@sefidel.net>2022-02-27 16:20:25 +0900
commita1b5c128220b6fbac345db898f74f8b052e8dd63 (patch)
tree39583c737b12c7673ac56f7881554e1c2dc9a014 /fnl/nvrc/pack.fnl
parent4881bb0aa5736be203db26aa9e3fcc7bdae8e2fb (diff)
downloadnvimrc-a1b5c128220b6fbac345db898f74f8b052e8dd63.tar.gz
nvimrc-a1b5c128220b6fbac345db898f74f8b052e8dd63.zip
feat(cmp): destructure require & use custom comparators
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl3
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index fd13659..9df353b 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -28,7 +28,8 @@
 (pack! :stefandtw/quickfix-reflector.vim {:ft :qf})
 
 (pack! :L3MON4D3/LuaSnip {:module :luasnip})
-(pack! :hrsh7th/nvim-cmp {:req :cmp :event :InsertEnter})
+(pack! :hrsh7th/nvim-cmp {:req :cmp :event :InsertEnter
+                          :requires [(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)