nvim: +cmp-path source

This commit is contained in:
Primrose 2025-06-16 18:44:13 +02:00
parent 0c895c9426
commit f951ce518a
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 3 additions and 0 deletions

View file

@ -183,6 +183,7 @@ cmp.setup {
sources = {
{ name = "luasnip" },
{ name = "nvim_lsp" },
{ name = "path" },
{
name = "buffer",
keyword_length = 10,