disable TS highlights for csv
This commit is contained in:
parent
52e297395b
commit
cba62d0e59
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ local plugins = {
|
|||
auto_install = true,
|
||||
highlight = {
|
||||
enable = true,
|
||||
disable = { "csv" },
|
||||
},
|
||||
}
|
||||
require('configs.treesitter')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue