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,
|
auto_install = true,
|
||||||
highlight = {
|
highlight = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
disable = { "csv" },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
require('configs.treesitter')
|
require('configs.treesitter')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue