Files
dotfiles/config/nvim/lua/plugins/astro.lua
2024-08-09 12:27:45 +02: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,
}