refactor(wezterm): disable treesitter in log file types
This commit is contained in:
parent
0cf211915d
commit
7c64fa9964
@ -147,6 +147,7 @@ return {
|
||||
disable = function(_, buf)
|
||||
local disabled_filetypes = {
|
||||
"tex",
|
||||
"log"
|
||||
}
|
||||
|
||||
for _, ft in ipairs(disabled_filetypes) do
|
||||
|
Loading…
Reference in New Issue
Block a user