summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/user/plugins/treesitter.lua
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-05-29 00:45:00 +0200
committeryuzu-eva <stevenhu@web.de>2022-05-29 00:45:00 +0200
commit06de264caa4c54f4fb1cf33289a4638a81d797f9 (patch)
tree78874ab4ea278c670eea942cb30999507da96083 /.config/nvim/lua/user/plugins/treesitter.lua
parent6979654c01fd7d3e68408b15aaed478a71553629 (diff)
removed infuriating html indentation from treesitter
Diffstat (limited to '.config/nvim/lua/user/plugins/treesitter.lua')
-rw-r--r--.config/nvim/lua/user/plugins/treesitter.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/nvim/lua/user/plugins/treesitter.lua b/.config/nvim/lua/user/plugins/treesitter.lua
index 44cf008..405be2d 100644
--- a/.config/nvim/lua/user/plugins/treesitter.lua
+++ b/.config/nvim/lua/user/plugins/treesitter.lua
@@ -1,7 +1,7 @@
require('nvim-treesitter.configs').setup {
- indent = {
- enable = true,
- },
+ -- indent = {
+ -- enable = true,
+ -- },
highlight = {
enable = true,
disable = { 'NvimTree' },