feat(nvim): import new lazyvim astro extra

This commit is contained in:
Sergio Laín 2024-05-31 21:08:01 +02:00
parent e90e2ba3dd
commit b582113b99
No known key found for this signature in database
GPG key ID: FB00AF7015FFE76B

View file

@ -1,12 +1,5 @@
return {
{
"nvim-treesitter/nvim-treesitter",
opts = function(_, opts)
if type(opts.ensure_installed) == "table" then
vim.list_extend(opts.ensure_installed, { "astro" })
end
end,
},
{ import = "lazyvim.plugins.extras.lang.astro" },
{
"neovim/nvim-lspconfig",
opts = {
@ -26,13 +19,6 @@ return {
"dmmulroy/ts-error-translator.nvim",
opts = {},
},
{
"williamboman/mason.nvim",
opts = function(_, opts)
opts.ensure_installed = opts.ensure_installed or {}
vim.list_extend(opts.ensure_installed, { "astro-language-server" })
end,
},
{
"luckasRanarison/nvim-devdocs",
optional = true,