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

update nvim-cmp conf

This commit is contained in:
jdhao 2022-08-28 11:02:01 +08:00
parent 86e3b29730
commit 545c6f4b92

View File

@ -34,7 +34,7 @@ cmp.setup({
{ name = 'nvim_lsp' }, -- For nvim-lsp
{ name = 'ultisnips' }, -- For ultisnips user.
{ name = 'path' }, -- for path completion
{ name = 'buffer', keyword_length = 4 }, -- for buffer word completion
{ name = 'buffer', keyword_length = 2 }, -- for buffer word completion
{ name = 'omni' },
{ name = 'emoji', insert = true, } -- emoji completion
},
@ -55,7 +55,7 @@ cmp.setup({
path = "[Path]",
buffer = "[Buffer]",
emoji = "[Emoji]",
omni = "[Omni]",
omni = "[Omni]",
}),
}),
},