浏览代码

indents are inconsistent with treesitter

Chris 4 年之前
父节点
当前提交
8274a25d21
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,