nvim: 修改indent-blankline選取配色
This commit is contained in:
parent
ee32b9dda0
commit
11fd5e8de1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user