mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
add(nvim): luacmp buffer source
This commit is contained in:
parent
d849068f18
commit
a311316a49
3 changed files with 10 additions and 7 deletions
|
|
@ -52,6 +52,7 @@ cmp.setup({
|
|||
end, { "i", "s" }),
|
||||
},
|
||||
sources = {
|
||||
{ name = "buffer" },
|
||||
{ name = "nvim_lsp" },
|
||||
{ name = "luasnip" },
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue