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, auto_install = true,
highlight = { highlight = {
enable = true, enable = true,
disable = { "csv" },
}, },
} }
require('configs.treesitter') require('configs.treesitter')