starter/lua/plugins/astro.lua

11 lines
162 B
Lua

return {
{
"wuelnerdotexe/vim-astro",
name = "astro",
lazy = false,
config = function()
vim.g.astro_typescript = "enable"
end,
},
}