feat(neovim): setup path completions
This commit is contained in:
parent
ec464af8e5
commit
71f9ef25a5
|
@ -50,6 +50,7 @@ cmp.setup({
|
|||
sources = cmp.config.sources({
|
||||
{ name = "nvim_lsp" },
|
||||
{ name = "luasnip" },
|
||||
{ name = "path" },
|
||||
}, {
|
||||
{ name = "buffer" },
|
||||
})
|
|
@ -36,6 +36,7 @@ in {
|
|||
luasnip
|
||||
|
||||
nvim-cmp
|
||||
cmp-path
|
||||
cmp-buffer
|
||||
cmp-nvim-lsp
|
||||
cmp_luasnip
|
||||
|
@ -67,7 +68,7 @@ in {
|
|||
./which-key.lua
|
||||
./gitsigns.lua
|
||||
./test.lua
|
||||
./cmp.lua
|
||||
./completion.lua
|
||||
./lsp/extensions.lua
|
||||
./lsp/lsp.lua
|
||||
./lsp/mappings.lua
|
||||
|
|
Loading…
Reference in a new issue