Merge 'upstream/master' feat(cmp): path completion feature

This commit is contained in:
Damjan 9000
2023-12-08 15:32:52 +01:00
2 changed files with 2 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ cmp.setup {
sources = {
{ name = 'nvim_lsp' },
{ name = 'luasnip' },
{ name = 'path' },
},
}