Explorar o código

indents are inconsistent with treesitter

Chris %!s(int64=4) %!d(string=hai) anos
pai
achega
8274a25d21
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,