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) -- require("ibl").setup(opts)
local highlight = { local highlight = {
"RainbowRed", "RainbowGreen",
"RainbowCyan",
"RainbowYellow", "RainbowYellow",
"RainbowBlue", "RainbowBlue",
"RainbowOrange", "RainbowOrange",
"RainbowGreen",
"RainbowViolet", "RainbowViolet",
"RainbowCyan", "RainbowRed",
} }
local hooks = require "ibl.hooks" local hooks = require "ibl.hooks"
-- create the highlight groups in the highlight setup hook, so they are reset -- create the highlight groups in the highlight setup hook, so they are reset