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