Make cmp load also in cmdline
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
return {
|
||||
'hrsh7th/nvim-cmp',
|
||||
branch = 'main',
|
||||
event = 'InsertEnter',
|
||||
event = {'InsertEnter', 'CmdlineEnter'},
|
||||
dependencies = {
|
||||
{ 'onsails/lspkind-nvim' },
|
||||
{ 'hrsh7th/cmp-buffer' },
|
||||
|
Reference in New Issue
Block a user