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:
parent
86e3b29730
commit
545c6f4b92
@ -34,7 +34,7 @@ cmp.setup({
|
|||||||
{ name = 'nvim_lsp' }, -- For nvim-lsp
|
{ name = 'nvim_lsp' }, -- For nvim-lsp
|
||||||
{ name = 'ultisnips' }, -- For ultisnips user.
|
{ name = 'ultisnips' }, -- For ultisnips user.
|
||||||
{ name = 'path' }, -- for path completion
|
{ 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 = 'omni' },
|
||||||
{ name = 'emoji', insert = true, } -- emoji completion
|
{ name = 'emoji', insert = true, } -- emoji completion
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user