-- Astro support -- https://github.com/wuelnerdotexe/vim-astro return { "wuelnerdotexe/vim-astro", config = function() vim.g.astro_typescript = "enable" end, }