update: nvim: add cmp_nvim_lua

This commit is contained in:
qwjyh 2023-03-13 15:27:13 +09:00
parent 1ede90b7ec
commit 1108ea7e3a

View file

@ -38,6 +38,7 @@ require('lazy').setup({
'kdheepak/cmp-latex-symbols', -- latex math
'hrsh7th/cmp-path', -- nvim-cmp source for filesystem paths
'hrsh7th/cmp-cmdline', -- command line
'hrsh7th/cmp-nvim-lua', -- nvim lua
},
},
{
@ -324,6 +325,7 @@ cmp.setup {
},
},
{ name = 'path' },
{ name = 'nvim_lua' },
},
}
-- cmdline completions