diff --git a/.config/nvim/lua/plugins/treesitter.lua b/.config/nvim/lua/plugins/treesitter.lua index 39b8cc1..5ef2026 100644 --- a/.config/nvim/lua/plugins/treesitter.lua +++ b/.config/nvim/lua/plugins/treesitter.lua @@ -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,