mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): comment out plugin with errors
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user