Revert "chore(nvim): disable indent-blankline temporarily"

This reverts commit 93bb082106.
This commit is contained in:
2026-04-11 10:29:14 +08:00
parent 8417f5f889
commit 3b6a2907da
3 changed files with 28 additions and 28 deletions
@@ -11,7 +11,7 @@ M = {
scope = {
enabled = true,
show_start = false,
-- highlight = vim.g.rainbow_delimiters.highlight,
highlight = vim.g.rainbow_delimiters.highlight,
},
}
@@ -90,17 +90,17 @@ local plugins = {
end,
build = ":TSUpdate",
},
-- {
-- url = "https://gitlab.com/HiPhish/rainbow-delimiters.nvim",
-- event = "VeryLazy",
-- config = function()
-- require("plugins.rainbow-delimiters")
-- end,
-- },
{
url = "https://gitlab.com/HiPhish/rainbow-delimiters.nvim",
event = "VeryLazy",
config = function()
require("plugins.rainbow-delimiters")
end,
},
{
"lukas-reineke/indent-blankline.nvim",
event = "VeryLazy",
-- dependencies = { "https://gitlab.com/HiPhish/rainbow-delimiters.nvim" },
dependencies = { "https://gitlab.com/HiPhish/rainbow-delimiters.nvim" },
config = function()
require("ibl").setup(require("plugins.indent-blankline"))
end,