require'nvim-treesitter.configs'.setup { ensure_installed = { "markdown", "bash", "markdown_inline", "lua", "python", "javascript", "html", "css", "c", "cpp", "rust" }, highlight = { enable = true }, indent = { enable = true } }