Browse Source

indents are inconsistent with treesitter

Chris 4 years ago
parent
commit
8274a25d21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lua/nv-treesitter/init.lua

+ 1 - 1
lua/nv-treesitter/init.lua

@@ -5,7 +5,7 @@ require'nvim-treesitter.configs'.setup {
     highlight = {
         enable = true -- false will disable the whole extension
     },
-    indent = {enable = true, disable = {"python"}},
+    indent = {enable = true, disable = {"python", "html"}},
     -- indent = {enable = {"javascriptreact", "lua"}},
     playground = {
         enable = true,