diff options
| author | bh <qn+git@excalibur.computer> | 2026-04-07 22:05:58 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-04-07 22:05:58 +0800 |
| commit | 0a67a5614c1716c8ccf46980e13826616aa70c28 (patch) | |
| tree | 13d54b07d94c3b5af8a3eeb782bac43cc5f182a5 /lua | |
| parent | 31a5523c035337a9cd6944128f62382f02083f1a (diff) | |
Fix indents?
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/config/treesitter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/treesitter.lua b/lua/config/treesitter.lua index 5eafd23..238d4a2 100644 --- a/lua/config/treesitter.lua +++ b/lua/config/treesitter.lua @@ -27,7 +27,7 @@ return function() additional_vim_regex_highlighting = false, }, indent = { - enable = true, + enable = false, }, -- incremental_selection = { -- enable = true, |
