nvim: set colour for indent lines
This commit is contained in:
parent
024e24606d
commit
1473b4da61
|
@ -3,6 +3,8 @@ vim.opt.listchars = {
|
|||
eol = "↴",
|
||||
}
|
||||
|
||||
vim.cmd [[highlight IndentBlanklineIndent1 guifg=#555555 gui=nocombine]]
|
||||
|
||||
require("indent_blankline").setup {
|
||||
char_highlight_list = {
|
||||
"IndentBlanklineIndent1",
|
||||
|
|
Loading…
Reference in a new issue