Files
dotfiles/nix/home/neovim/nvim/lua/plugins/astro.lua
2024-07-31 11:36:56 +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,
}