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