require('nvim-treesitter').install { 'bash', 'css', 'csv', 'dart', 'diff', 'dockerfile', 'gitcommit', 'gleam', 'graphql', 'haskell', 'html', 'htmldjango', 'javascript', 'jsdoc', 'json', 'julia', 'kotlin', 'lua', 'make', 'markdown', 'python', 'r', 'ruby', 'rust', 'sql', 'svelte', 'swift', 'toml', 'tsx', 'typescript', 'yaml' } vim.api.nvim_create_autocmd('User', { pattern = 'TSUpdate', callback = function() require('nvim-treesitter.parsers').lean = { install_info = { url = 'https://github.com/Julian/tree-sitter-lean', }, } end})