chore(nvim): comment out plugin with errors

This commit is contained in:
Stefan Imhoff
2023-07-29 08:59:24 +02:00
parent 56fff176ca
commit c50c887079

View File

@@ -1,8 +1,8 @@
return {
"linrongbin16/lsp-progress.nvim",
event = { "VimEnter" },
event = "VimEnter",
dependencies = { "nvim-tree/nvim-web-devicons" },
config = function()
require("lsp-progress").setup()
-- require("lsp-progress").setup()
end,
}