Revert "chore(nvim): disable indent-blankline temporarily"
This reverts commit 93bb082106.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user