Add jinja & git rebase treesitter parsers
This commit is contained in:
parent
96e3cd7c3b
commit
8c4676927d
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ local tree_sitter_config = require('nvim-treesitter')
|
|||
|
||||
local ensure_installed = {
|
||||
'lua', 'yaml', 'bash', 'python', 'javascript', 'typescript', 'jsx', 'tsx', 'css', 'scss',
|
||||
'html', 'htmldjango', 'sql', 'json', 'dockerfile', 'markdown', 'rst', 'tmux',
|
||||
'xml', 'toml', 'editorconfig', 'diff', 'gitcommit', 'git_config', 'gitignore',
|
||||
'html', 'htmldjango', 'jinja', 'sql', 'json', 'dockerfile', 'markdown', 'rst', 'tmux',
|
||||
'xml', 'toml', 'editorconfig', 'diff', 'gitcommit', 'git_config', 'git_rebase', 'gitignore',
|
||||
'gitattributes', 'make', 'nginx', 'vim', 'vimdoc', 'passwd', 'regex'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue