chore(nvim): make indent blankline support oxocarbon
parent
ca18ad21f7
commit
fb49eaa19b
|
@ -158,7 +158,12 @@ require("lazy").setup({
|
|||
{
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
config = function()
|
||||
require("indent_blankline").setup()
|
||||
require("indent_blankline").setup({
|
||||
-- For oxocarbon
|
||||
char_highlight_list = {
|
||||
"Whitespace",
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue