mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
chore(vim): add more cmp options
This commit is contained in:
@@ -28,10 +28,12 @@ cmp.setup({
|
||||
},
|
||||
sources = {
|
||||
{ name = 'nvim_lsp' },
|
||||
{ name = 'ultisnips' },
|
||||
{ name = 'nvim_lua' },
|
||||
{ name = 'path' },
|
||||
{ name = 'omni' },
|
||||
{ name = 'buffer', keyword_length = 3 },
|
||||
{ name = 'npm', keyword_length = 4 },
|
||||
{ name = 'ultisnips' },
|
||||
},
|
||||
formatting = {
|
||||
format = require('lspkind').cmp_format {
|
||||
|
||||
Reference in New Issue
Block a user