about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-26 22:15:29 +0900
committersefidel <contact@sefidel.net>2022-02-26 22:16:42 +0900
commit984feefe0c4de184eed8151260d475c99ac1eeab (patch)
tree0fdcb1525c3221831539e62e2d876ca84f359b83 /fnl/nvrc/pack.fnl
parent06695070f47d6ca084d841879e4e39973cce3060 (diff)
downloadnvimrc-984feefe0c4de184eed8151260d475c99ac1eeab.tar.gz
nvimrc-984feefe0c4de184eed8151260d475c99ac1eeab.zip
fix(cmp): fix cmp completion
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl1
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index 8cd92b0..1e544da 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -24,6 +24,7 @@
 (pack! :lewis6991/spaceless.nvim {:init :spaceless :defer :spaceless.nvim})
 (pack! :stefandtw/quickfix-reflector.vim {:ft :qf})
 
+(pack! :L3MON4D3/LuaSnip {:module :luasnip})
 (pack! :hrsh7th/nvim-cmp {:req :cmp :event :InsertEnter})
 (pack! :numToStr/Comment.nvim {:module :Comment :init :Comment})
 (pack! :ibhagwan/fzf-lua {:req :fzf :module :fzf-lua})