nvim-cmp: actually use cmp-path

This commit is contained in:
Guanran Wang 2024-02-20 03:49:20 +08:00
parent 2949724cfe
commit f98e8cce7d
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -59,5 +59,6 @@ require("cmp").setup({
{ name = "luasnip" },
}, {
{ name = "buffer" },
{ name = "path" }
}),
})