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