mirror of https://github.com/LazyVim/starter
11 lines
162 B
Lua
11 lines
162 B
Lua
|
return {
|
||
|
{
|
||
|
"wuelnerdotexe/vim-astro",
|
||
|
name = "astro",
|
||
|
lazy = false,
|
||
|
config = function()
|
||
|
vim.g.astro_typescript = "enable"
|
||
|
end,
|
||
|
},
|
||
|
}
|