mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-01-22 12:18:35 +01:00
Add lsp as source in autocompletion
This commit is contained in:
parent
84c0f6d9ca
commit
7001265426
@ -25,6 +25,7 @@ cmp.setup({
|
||||
}),
|
||||
-- sources for autocompletion
|
||||
sources = cmp.config.sources({
|
||||
{ name = "nvim_lsp" }, -- language servers
|
||||
{ name = "luasnip" }, -- snippets
|
||||
{ name = "buffer" }, -- text within current buffer
|
||||
{ name = "path" }, -- file system paths
|
||||
|
Loading…
Reference in New Issue
Block a user