nvim: 修改indent-blankline選取配色

This commit is contained in:
Yuan Chiu 2025-05-10 15:17:17 +08:00
parent ee32b9dda0
commit 11fd5e8de1
Signed by: yuan
GPG Key ID: 50FBE4156404B98D

View File

@ -10,13 +10,13 @@ return {
-- require("ibl").setup(opts)
local highlight = {
"RainbowRed",
"RainbowYellow",
"RainbowBlue",
"RainbowOrange",
"RainbowGreen",
"RainbowViolet",
"RainbowCyan",
"RainbowGreen",
"RainbowCyan",
"RainbowYellow",
"RainbowBlue",
"RainbowOrange",
"RainbowViolet",
"RainbowRed",
}
local hooks = require "ibl.hooks"
-- create the highlight groups in the highlight setup hook, so they are reset