This commit is contained in:
Ray Elliott 2022-01-22 18:57:44 +00:00
parent 45598458e6
commit 2791906c64
1 changed files with 1 additions and 7 deletions

View File

@ -1,11 +1,5 @@
require("indent_blankline").setup {
space_char_blankline = " ",
show_current_context = true,
show_current_context = true,
}
vim.cmd [[
highlight IndentBlanklineChar guifg=#e5e5e5 gui=nocombine
highlight IndentBlanklineContextChar guifg=#666666 gui=nocombine
]]