Browse Source

indents are inconsistent with treesitter

Chris 4 năm trước cách đây
mục cha
commit
8274a25d21
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,