From 06de264caa4c54f4fb1cf33289a4638a81d797f9 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sun, 29 May 2022 00:45:00 +0200 Subject: removed infuriating html indentation from treesitter --- .config/nvim/lua/user/plugins/treesitter.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/nvim/lua/user/plugins/treesitter.lua') 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' }, -- cgit v1.2.3