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