tidy up
This commit is contained in:
parent
45598458e6
commit
2791906c64
|
@ -1,11 +1,5 @@
|
||||||
|
|
||||||
require("indent_blankline").setup {
|
require("indent_blankline").setup {
|
||||||
space_char_blankline = " ",
|
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
|
|
||||||
]]
|
|
||||||
|
|
Loading…
Reference in New Issue