mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
9 lines
170 B
Lua
9 lines
170 B
Lua
-- Astro support
|
|
-- https://github.com/wuelnerdotexe/vim-astro
|
|
return {
|
|
"wuelnerdotexe/vim-astro",
|
|
config = function()
|
|
vim.g.astro_typescript = "enable"
|
|
end,
|
|
}
|