nvim: set colour for indent lines

This commit is contained in:
Oliver Davies 2021-10-21 22:44:05 +01:00
parent 024e24606d
commit 1473b4da61

View file

@ -3,6 +3,8 @@ vim.opt.listchars = {
eol = "",
}
vim.cmd [[highlight IndentBlanklineIndent1 guifg=#555555 gui=nocombine]]
require("indent_blankline").setup {
char_highlight_list = {
"IndentBlanklineIndent1",