chore(nvim): make indent blankline support oxocarbon

main
sudo pacman -Syu 2023-06-17 11:48:37 +07:00
parent ca18ad21f7
commit fb49eaa19b
1 changed files with 6 additions and 1 deletions

View File

@ -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,
},