Skip to content

Commit

Permalink
feat(cmp): path completion feature (nvim-lua/kickstart.nvim#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
JosBritton committed Dec 14, 2023
1 parent a73b8d8 commit b411253
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/plugins/cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ return {
"saadparwaiz1/cmp_luasnip",
-- adds LSP completion capabilities
"hrsh7th/cmp-nvim-lsp",
"hrsh7th/cmp-path",
},
event = "InsertEnter",
config = function()
Expand Down Expand Up @@ -57,6 +58,7 @@ return {
sources = {
{ name = "nvim_lsp" },
{ name = "luasnip" },
{ name = "path" },
},
}
end,
Expand Down

0 comments on commit b411253

Please sign in to comment.