added missing treesitter entry and comments

This commit is contained in:
Baipyrus 2024-07-24 22:00:00 +02:00
parent 4485e74869
commit b648a78bdf

View File

@ -10,6 +10,7 @@ return {
build = ':TSUpdate',
opts = {
ensure_installed = {
-- kickstart
'bash',
'c',
'diff',
@ -21,16 +22,17 @@ return {
'query',
'vim',
'vimdoc',
-- webdev
'javascript',
'typescript',
'svelte',
'php',
-- other
'python',
'rust',
'c_sharp',
'go',
-- git
'gitcommit',
'gitignore',
},