Files
dotfiles/nvim/lua/plugins/astro.lua
2023-02-10 12:43:10 +01:00

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,
}