1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update nvim-cmp conf since cmp-nvim-lua is removed

This commit is contained in:
jdhao 2022-07-28 00:51:48 +08:00
parent 58ed71f870
commit e0fc068f2e

View File

@ -33,7 +33,6 @@ cmp.setup({
sources = {
{ name = 'nvim_lsp' }, -- For nvim-lsp
{ name = 'ultisnips' }, -- For ultisnips user.
{ name = 'nvim_lua' }, -- for nvim lua function
{ name = 'path' }, -- for path completion
{ name = 'buffer', keyword_length = 4 }, -- for buffer word completion
{ name = 'omni' },