Compare commits

...

2 commits

Author SHA1 Message Date
Kevin MacMartin
b78b285fb1 Disable treesitter for tmux 2024-04-02 17:58:02 -04:00
Kevin MacMartin
4f45088053 Update submodules 2024-04-02 14:54:53 -04:00
6 changed files with 6 additions and 6 deletions

@ -1 +1 @@
Subproject commit 97dc716fc914c46577a4f254035ebef1aa72558a
Subproject commit ce16de5665c766f39c271705b17fff06f7bcb84f

@ -1 +1 @@
Subproject commit 23ba63028c6acca29be6462c0a291fc4a1b9eae8
Subproject commit 54cf9180a36299265e217858e6e531245074c3f4

@ -1 +1 @@
Subproject commit d2a4ffc22d9d38d44edb73da007b3cf43451e9b4
Subproject commit 0b826f843f1079b9f0aba41f2a5cb7612e6b3329

@ -1 +1 @@
Subproject commit 2377e16e6641418565b934990cf49068855987c6
Subproject commit c0b03f1cac242d96837326d300f42a660306fc1a

@ -1 +1 @@
Subproject commit 73c7b32a01f8add4ca28b22ec696d931703c7ddb
Subproject commit 2aa424bf68d51a2773382989ac686f73bae728d9

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" },
},