There was an error while loading. Please reload this page.
1 parent 833a2e8 commit c13b172Copy full SHA for c13b172
1 file changed
lua/astrocommunity/pack/oxlint/init.lua
@@ -19,4 +19,13 @@ return {
19
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "oxlint" })
20
end,
21
},
22
+ {
23
+ -- TODO: Remove in AstroNvim v6 when mason-lspconfig.nvim is v2
24
+ "AstroNvim/astrolsp",
25
+ optional = true,
26
+ ---@type AstroLSPOpts
27
+ opts = {
28
+ servers = { "oxlint" },
29
+ },
30
31
}
0 commit comments