Compare commits
No commits in common. "e43a76a132c88820b0d9c504667b28c90ee6ef31" and "f85841cafe6ff10f3f907f4dc72dea18692ab509" have entirely different histories.
e43a76a132
...
f85841cafe
@ -24,16 +24,6 @@ return {
|
|||||||
sources = cmp.config.sources({
|
sources = cmp.config.sources({
|
||||||
{ name = 'nvim_lsp' },
|
{ name = 'nvim_lsp' },
|
||||||
{ name = 'vsnip' }, -- For vsnip users.
|
{ name = 'vsnip' }, -- For vsnip users.
|
||||||
{ name = 'path' },
|
|
||||||
{
|
|
||||||
name = 'buffer',
|
|
||||||
option = {
|
|
||||||
keyword_length = 3,
|
|
||||||
get_bufnrs = function()
|
|
||||||
return vim.api.nvim_list_bufs()
|
|
||||||
end
|
|
||||||
}
|
|
||||||
},
|
|
||||||
}, {
|
}, {
|
||||||
{ name = 'buffer' },
|
{ name = 'buffer' },
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user