mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Disable treesitter for tmux
This commit is contained in:
parent
4f45088053
commit
b78b285fb1
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ if (vim.g.enabletreesitter == 1) then
|
||||||
|
|
||||||
highlight = {
|
highlight = {
|
||||||
enable = true,
|
enable = true,
|
||||||
disable = { "gitcommit", "markdown" },
|
disable = { "gitcommit", "markdown", "tmux" },
|
||||||
additional_vim_regex_highlighting = { "diff", "scss" },
|
additional_vim_regex_highlighting = { "diff", "scss" },
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue