SexNvim/lua/config/nvim-treesitter.lua

6 lines
241 B
Lua

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 }
}