diff --git a/lua/astrocommunity/pack/oxlint/init.lua b/lua/astrocommunity/pack/oxlint/init.lua index 3b9b6c136..07b8f0eec 100644 --- a/lua/astrocommunity/pack/oxlint/init.lua +++ b/lua/astrocommunity/pack/oxlint/init.lua @@ -19,4 +19,13 @@ return { opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "oxlint" }) end, }, + { + -- TODO: Remove in AstroNvim v6 when mason-lspconfig.nvim is v2 + "AstroNvim/astrolsp", + optional = true, + ---@type AstroLSPOpts + opts = { + servers = { "oxlint" }, + }, + }, }