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 = {
|
indent = {
|
||||||
char = "┊",
|
char = "┊",
|
||||||
},
|
},
|
||||||
|
whitespace = {
|
||||||
|
highlight = {
|
||||||
|
"CursorColumn",
|
||||||
|
"Whitespace",
|
||||||
|
},
|
||||||
|
},
|
||||||
exclude = {
|
exclude = {
|
||||||
filetypes = {
|
filetypes = {
|
||||||
"help",
|
"help",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user