forked from dineshsalunke/nvim-config
refactor: add some highlight options
This commit is contained in:
parent
22e43507bf
commit
356110906d
@ -59,6 +59,12 @@ return {
|
||||
indent = {
|
||||
char = "┊",
|
||||
},
|
||||
whitespace = {
|
||||
highlight = {
|
||||
"CursorColumn",
|
||||
"Whitespace",
|
||||
},
|
||||
},
|
||||
exclude = {
|
||||
filetypes = {
|
||||
"help",
|
||||
|
Loading…
x
Reference in New Issue
Block a user