chore(nvim): tweak indent line colours
This commit is contained in:
parent
575e0f694b
commit
9289ace4c3
|
@ -4,15 +4,10 @@ if not status_ok then
|
|||
end
|
||||
|
||||
vim.opt.list = true
|
||||
vim.opt.listchars = {
|
||||
eol = "↴",
|
||||
}
|
||||
|
||||
vim.cmd [[highlight IndentBlanklineIndent1 guifg=#555555 gui=nocombine]]
|
||||
vim.api.nvim_set_hl(0, 'IndentBlankLineChar', { fg = "#2F313C" })
|
||||
|
||||
indent_blankline.setup {
|
||||
char_highlight_list = {
|
||||
"IndentBlanklineIndent1",
|
||||
},
|
||||
show_end_of_line = true,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue