diff --git a/templates/nvim/lua/tree-sitter.lua.j2 b/templates/nvim/lua/tree-sitter.lua.j2 index 50a0fdc..d1730ad 100644 --- a/templates/nvim/lua/tree-sitter.lua.j2 +++ b/templates/nvim/lua/tree-sitter.lua.j2 @@ -7,8 +7,10 @@ local tree_sitter_config = require('nvim-treesitter.configs') tree_sitter_config.setup { ensure_installed = { - 'lua', 'yaml', 'bash', 'python', 'javascript', 'css', 'scss', 'html', - 'htmldjango', 'json', 'dockerfile', 'markdown', + 'lua', 'yaml', 'bash', 'python', 'javascript', 'typescript', 'css', 'scss', + 'html', 'htmldjango', 'sql', 'json', 'dockerfile', 'markdown', 'rst', 'tmux', + 'xml', 'toml', 'editorconfig', 'diff', 'gitcommit', 'git_config', 'gitignore', + 'gitattributes', 'make', 'nginx', 'vim', 'vimdoc', 'passwd', 'regex' }, auto_install = true, highlight = {