treesitter.lua (133B)
1 require'nvim-treesitter.configs'.setup { 2 highlight = { 3 enable = true 4 }, 5 indent = { 6 enable = true 7 } 8 }