enhance(nvim): Lazy load completion when typing commands
This commit is contained in:
parent
05ab2b0a51
commit
046ea79ea2
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"hrsh7th/nvim-cmp",
|
"hrsh7th/nvim-cmp",
|
||||||
event = "InsertEnter",
|
event = { "InsertEnter", "CmdlineEnter" },
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"hrsh7th/cmp-nvim-lsp",
|
"hrsh7th/cmp-nvim-lsp",
|
||||||
"hrsh7th/cmp-buffer",
|
"hrsh7th/cmp-buffer",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue