diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-12-02 00:00:49 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-12-02 00:00:49 +0100 |
commit | f5f3c53368e1c39ddea76f68a9c106c7921deac4 (patch) | |
tree | 8ae2b8246898b33f83190dc781058943b6ec2f59 /after/plugin | |
parent | 1f21f043934b886dceaaf70ed33fd3ddc42e72ed (diff) |
checkpoint
Diffstat (limited to 'after/plugin')
-rw-r--r-- | after/plugin/treesitter.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/after/plugin/treesitter.lua b/after/plugin/treesitter.lua index 7a1e26f..f563fb0 100644 --- a/after/plugin/treesitter.lua +++ b/after/plugin/treesitter.lua @@ -3,6 +3,10 @@ require("nvim-treesitter.configs").setup({ sync_install = false, auto_install = true, + indent = { + enable = true, + }, + highlight = { enable = true, additional_vim_regex_highlighting = false, |