mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-14 21:13:49 +00:00
added missing treesitter entry and comments
This commit is contained in:
parent
4485e74869
commit
b648a78bdf
@ -10,6 +10,7 @@ return {
|
|||||||
build = ':TSUpdate',
|
build = ':TSUpdate',
|
||||||
opts = {
|
opts = {
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
|
-- kickstart
|
||||||
'bash',
|
'bash',
|
||||||
'c',
|
'c',
|
||||||
'diff',
|
'diff',
|
||||||
@ -21,16 +22,17 @@ return {
|
|||||||
'query',
|
'query',
|
||||||
'vim',
|
'vim',
|
||||||
'vimdoc',
|
'vimdoc',
|
||||||
|
-- webdev
|
||||||
'javascript',
|
'javascript',
|
||||||
'typescript',
|
'typescript',
|
||||||
'svelte',
|
'svelte',
|
||||||
'php',
|
'php',
|
||||||
|
-- other
|
||||||
'python',
|
'python',
|
||||||
'rust',
|
'rust',
|
||||||
'c_sharp',
|
'c_sharp',
|
||||||
|
'go',
|
||||||
|
-- git
|
||||||
'gitcommit',
|
'gitcommit',
|
||||||
'gitignore',
|
'gitignore',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user