nvim-cmp: actually use cmp-path
This commit is contained in:
parent
2949724cfe
commit
f98e8cce7d
1 changed files with 1 additions and 0 deletions
|
@ -59,5 +59,6 @@ require("cmp").setup({
|
||||||
{ name = "luasnip" },
|
{ name = "luasnip" },
|
||||||
}, {
|
}, {
|
||||||
{ name = "buffer" },
|
{ name = "buffer" },
|
||||||
|
{ name = "path" }
|
||||||
}),
|
}),
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue