disable TS highlights for csv

This commit is contained in:
ant 2025-06-04 18:41:00 +02:00
parent 52e297395b
commit cba62d0e59

View file

@ -8,6 +8,7 @@ local plugins = {
auto_install = true,
highlight = {
enable = true,
disable = { "csv" },
},
}
require('configs.treesitter')