summaryrefslogtreecommitdiff
path: root/.config/nvim
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim')
-rw-r--r--.config/nvim/lua/user/plugins/treesitter.lua7
1 files changed, 4 insertions, 3 deletions
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' },