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