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