Skip to content

Commit b411253

Browse files
committed
feat(cmp): path completion feature (nvim-lua/kickstart.nvim#536)
1 parent a73b8d8 commit b411253

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/plugins/cmp.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ return {
66
"saadparwaiz1/cmp_luasnip",
77
-- adds LSP completion capabilities
88
"hrsh7th/cmp-nvim-lsp",
9+
"hrsh7th/cmp-path",
910
},
1011
event = "InsertEnter",
1112
config = function()
@@ -57,6 +58,7 @@ return {
5758
sources = {
5859
{ name = "nvim_lsp" },
5960
{ name = "luasnip" },
61+
{ name = "path" },
6062
},
6163
}
6264
end,

0 commit comments

Comments
 (0)