From 16ad06e857265fc394eb84f39b2019db604ff295 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sun, 29 May 2022 12:02:06 +0200 Subject: disabled indent specifically for html --- .config/nvim/lua/user/plugins/treesitter.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.config/nvim') diff --git a/.config/nvim/lua/user/plugins/treesitter.lua b/.config/nvim/lua/user/plugins/treesitter.lua index 405be2d..32c74ee 100644 --- a/.config/nvim/lua/user/plugins/treesitter.lua +++ b/.config/nvim/lua/user/plugins/treesitter.lua @@ -1,7 +1,8 @@ require('nvim-treesitter.configs').setup { - -- indent = { - -- enable = true, - -- }, + indent = { + enable = true, + disable = { 'html' }, + }, highlight = { enable = true, disable = { 'NvimTree' }, -- cgit v1.2.3