refactor(wezterm): disable treesitter in log file types

This commit is contained in:
Price Hiller 2023-10-02 10:05:21 -05:00
parent 0cf211915d
commit 7c64fa9964
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -147,6 +147,7 @@ return {
disable = function(_, buf)
local disabled_filetypes = {
"tex",
"log"
}
for _, ft in ipairs(disabled_filetypes) do