add(nvim): luacmp buffer source

This commit is contained in:
Léana 江 2023-07-01 10:34:21 +09:00 committed by Léana 江
parent d849068f18
commit a311316a49
3 changed files with 10 additions and 7 deletions

View file

@ -52,6 +52,7 @@ cmp.setup({
end, { "i", "s" }),
},
sources = {
{ name = "buffer" },
{ name = "nvim_lsp" },
{ name = "luasnip" },
},