diesdas
This commit is contained in:
parent
405dfebee4
commit
04ebeccf3a
6 changed files with 30 additions and 15 deletions
|
|
@ -26,11 +26,10 @@ lua <<EOF
|
|||
['<C-f>'] = cmp.mapping.scroll_docs(4),
|
||||
},
|
||||
sources = cmp.config.sources({
|
||||
{ name = 'nvim_lsp' },
|
||||
-- { name = 'ultisnips' },
|
||||
{ name = 'emoji' },
|
||||
{ name = 'nvim_lsp' },
|
||||
{ name = 'emoji' },
|
||||
}, {
|
||||
{ name = 'buffer' },
|
||||
{ name = 'buffer', option = { keyword_pattern = [[\k\+]]}},
|
||||
})
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue