From 562a1666f88f867b0acf8d25fc4e865517256ca9 Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 16 Feb 2022 20:16:12 +0900 Subject: feat(pack): load cmp on InsertEnter --- fnl/nvrc/pack.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fnl/nvrc/pack.fnl') 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) -- cgit 1.4.1