diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-01-15 23:43:24 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-01-15 23:43:24 +0100 |
commit | 8c49afa20b3afcc1c78558a7c7f77c57673bba8e (patch) | |
tree | 86d0ffb56ca9c0b9b4206a1a9ed004f4128431ab | |
parent | 01437ba9839c120ac19f34fd8c62704c10b81796 (diff) |
checkpoint
-rw-r--r-- | after/plugin/treesitter.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/after/plugin/treesitter.lua b/after/plugin/treesitter.lua index f563fb0..095466c 100644 --- a/after/plugin/treesitter.lua +++ b/after/plugin/treesitter.lua @@ -10,6 +10,7 @@ require("nvim-treesitter.configs").setup({ highlight = { enable = true, additional_vim_regex_highlighting = false, + disable = { "c" }, }, incremental_selection = { enable = true, |