1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Update Treesitter list

This commit is contained in:
Mo 2022-08-15 20:34:10 +02:00
parent c7a868b6c5
commit 6802a86fc0

View file

@ -1,18 +1,24 @@
require("nvim-treesitter.configs").setup({
ensure_installed = {
"python",
"gdscript",
-- "godot_resource",
"julia",
"lua",
"latex",
"bash",
"cpp",
"css",
"fish",
"gdscript",
"go",
"gomod",
"html",
"json",
"julia",
"latex",
"lua",
"python",
"rust",
"sql",
"toml",
"yaml",
"cpp",
-- "markdown",
-- "markdown_inline",
},
highlight = {
enable = true,