diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | d9aa82f607b955fde7b8f83744097d8dfec90760 (patch) | |
| tree | 33f05d6436d83f80001d40c5f80a2f9c98ad0c63 /.config/nvim/lua/plugin/treesitter.lua | |
| parent | 6bddf25a82605b43e7470457184e3016a043d128 (diff) | |
removed cringe
Diffstat (limited to '.config/nvim/lua/plugin/treesitter.lua')
| -rw-r--r-- | .config/nvim/lua/plugin/treesitter.lua | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/nvim/lua/plugin/treesitter.lua b/.config/nvim/lua/plugin/treesitter.lua index a6a4bf8..e14a975 100644 --- a/.config/nvim/lua/plugin/treesitter.lua +++ b/.config/nvim/lua/plugin/treesitter.lua @@ -5,5 +5,9 @@ require("nvim-treesitter.configs").setup { enable = true, additional_vim_regex_highlighting = true, }, - indent = { enable = true }, + indent = { enable = false }, + rainbow = { + enable = true, + } } + |
