Neovim: Add path completion
This commit is contained in:
parent
2ecc6e684a
commit
954653ad31
2 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,7 @@ in {
|
|||
type = "lua";
|
||||
}
|
||||
|
||||
cmp-path
|
||||
nvim-cmp
|
||||
{
|
||||
plugin = nvim-cmp;
|
||||
|
|
|
@ -42,5 +42,6 @@ cmp.setup({
|
|||
sources = {
|
||||
{ name = "nvim_lsp" },
|
||||
{ name = "luasnip" },
|
||||
{ name = "path" },
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue