Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-project committed Dec 17, 2023
1 parent e83431c commit 99f6fc5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lua/lazyvim/plugins/coding.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ return {
dependencies = {
"hrsh7th/cmp-nvim-lsp",
"hrsh7th/cmp-buffer",
"hrsh7th/cmp-path",
"FelipeLema/cmp-async-path",
-- "hrsh7th/cmp-path",
},
opts = function()
vim.api.nvim_set_hl(0, "CmpGhostText", { link = "Comment", default = true })
Expand Down Expand Up @@ -71,7 +72,8 @@ return {
}),
sources = cmp.config.sources({
{ name = "nvim_lsp" },
{ name = "path" },
{ name = "async_path" },
-- { name = "path" },
}, {
{ name = "buffer" },
}),
Expand Down

0 comments on commit 99f6fc5

Please sign in to comment.