enhance(nvim): Lazy load completion when entering insert mode
This commit is contained in:
parent
769816a507
commit
4313d77fe7
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ return {
|
|||
},
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
event = "InsertEnter",
|
||||
dependencies = {
|
||||
"hrsh7th/cmp-nvim-lsp",
|
||||
"hrsh7th/cmp-buffer",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue