소스 검색

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,