Disable treesitter for tmux

This commit is contained in:
Kevin MacMartin 2024-04-02 17:58:02 -04:00
parent 4f45088053
commit b78b285fb1

View file

@ -17,7 +17,7 @@ if (vim.g.enabletreesitter == 1) then
highlight = {
enable = true,
disable = { "gitcommit", "markdown" },
disable = { "gitcommit", "markdown", "tmux" },
additional_vim_regex_highlighting = { "diff", "scss" },
},