local M = {} M.treesitter = { ensure_installed = { "vim", "html", "css", "javascript", "json", "toml", "markdown", "c", "bash", "lua", "python", "go", }, } return M