about summary refs log tree commit diff
diff options
context:
space:
mode:
-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 71901ac..f651397 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -22,8 +22,8 @@
 
 (pack! :neovim/nvim-lspconfig {:req :lspconfig})
 (pack! :ray-x/lsp_signature.nvim {:req :lsp_signature})
-(pack! :hrsh7th/nvim-cmp {:req :cmp})
-(pack! :hrsh7th/cmp-nvim-lsp)
+(pack! :hrsh7th/nvim-cmp {:req :cmp :event :InsertEnter})
+(pack! :hrsh7th/cmp-nvim-lsp {:after :nvim-cmp})
 
 (pack! :luukvbaal/stabilize.nvim {:init :stabilize})
 (pack! :antoinemadec/FixCursorHold.nvim)