neovim: use listchars instead of indent-blankline plugin
This commit is contained in:
@@ -6,15 +6,6 @@ vim.api.nvim_set_hl(0, "SpellBad", {
|
||||
fg = "red",
|
||||
})
|
||||
|
||||
vim.api.nvim_set_hl(0, "IndentBlanklineChar", {
|
||||
fg = "#373737",
|
||||
bg = "none",
|
||||
})
|
||||
vim.api.nvim_set_hl(0, "IndentBlanklineContextChar", {
|
||||
fg = "#808080",
|
||||
bg = "none",
|
||||
})
|
||||
|
||||
vim.cmd([[
|
||||
colorscheme gruvbox-material
|
||||
hi clear SignColumn
|
||||
|
||||
Reference in New Issue
Block a user