update: nvim: add cmp_nvim_lua
This commit is contained in:
parent
1ede90b7ec
commit
1108ea7e3a
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@ require('lazy').setup({
|
||||||
'kdheepak/cmp-latex-symbols', -- latex math
|
'kdheepak/cmp-latex-symbols', -- latex math
|
||||||
'hrsh7th/cmp-path', -- nvim-cmp source for filesystem paths
|
'hrsh7th/cmp-path', -- nvim-cmp source for filesystem paths
|
||||||
'hrsh7th/cmp-cmdline', -- command line
|
'hrsh7th/cmp-cmdline', -- command line
|
||||||
|
'hrsh7th/cmp-nvim-lua', -- nvim lua
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -324,6 +325,7 @@ cmp.setup {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ name = 'path' },
|
{ name = 'path' },
|
||||||
|
{ name = 'nvim_lua' },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
-- cmdline completions
|
-- cmdline completions
|
||||||
|
|
Loading…
Reference in a new issue