Skip to content

Commit 5166d1f

Browse files
ShashwatAgrawal20rexfordessilfie
authored andcommitted
feat(cmp): path completion feature (nvim-lua#536)
1 parent 678ae34 commit 5166d1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

init.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ require('lazy').setup({
106106

107107
-- Adds LSP completion capabilities
108108
'hrsh7th/cmp-nvim-lsp',
109+
'hrsh7th/cmp-path',
109110

110111
-- Adds a number of user-friendly snippets
111112
'rafamadriz/friendly-snippets',
@@ -577,6 +578,7 @@ cmp.setup {
577578
sources = {
578579
{ name = 'nvim_lsp' },
579580
{ name = 'luasnip' },
581+
{ name = 'path' },
580582
},
581583
}
582584

0 commit comments

Comments
 (0)