Updated things, following TJ Devries advent of Neovim.

This commit is contained in:
rocketdebris 2025-05-15 13:40:48 -04:00
parent 61417e64f5
commit 2c749ac329
5 changed files with 36 additions and 18 deletions

View file

@ -5,7 +5,7 @@ return {{
local configs = require("nvim-treesitter.configs")
configs.setup({
ensure_installed = { "c", "cpp", "lua", "vim", "vimdoc", "python", "html", "gdscript", "odin" },
ensure_installed = { "c", "cpp", "lua", "vim", "vimdoc", "python", "html", "gdscript", "odin" , "dart"},
sync_install = false,
highlight = { enable = true },
indent = { enable = true, }, --disable = { "gdscript"} },