Skip to content

Commit 76c5b1e

Browse files
feat(cmp): path completion feature (#536)
1 parent 3824342 commit 76c5b1e

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
@@ -105,6 +105,7 @@ require('lazy').setup({
105105

106106
-- Adds LSP completion capabilities
107107
'hrsh7th/cmp-nvim-lsp',
108+
'hrsh7th/cmp-path',
108109

109110
-- Adds a number of user-friendly snippets
110111
'rafamadriz/friendly-snippets',
@@ -652,6 +653,7 @@ cmp.setup {
652653
sources = {
653654
{ name = 'nvim_lsp' },
654655
{ name = 'luasnip' },
656+
{ name = 'path' },
655657
},
656658
}
657659

0 commit comments

Comments
 (0)