This commit is contained in:
Jeff Lance 2023-08-06 16:42:02 +02:00
parent 321055bbb0
commit 9285079f87

View File

@ -124,15 +124,19 @@ lvim.builtin.terminal.open_mapping = "<C-t>"
lvim.builtin.treesitter.ensure_installed = { lvim.builtin.treesitter.ensure_installed = {
"bash", "bash",
"c", "c",
"comment",
"java", "java",
"javascript", "javascript",
"json", "json",
"julia",
"latex", "latex",
"lua", "lua",
"perl",
"python", "python",
"typescript", "typescript",
"tsx", "tsx",
"css", "css",
"ruby",
"rust", "rust",
"toml", "toml",
"yaml", "yaml",