vim: disable treesitter highlighting for markdown files
This commit is contained in:
parent
c580fb820a
commit
c764d61737
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ configs.setup {
|
||||||
highlight = {
|
highlight = {
|
||||||
enable = true,
|
enable = true,
|
||||||
disable = {
|
disable = {
|
||||||
|
'markdown',
|
||||||
'help',
|
'help',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue