Skip to content

Commit c13b172

Browse files
authored
fix(oxlint): enable oxlint in astrolsp (#1592)
1 parent 833a2e8 commit c13b172

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

lua/astrocommunity/pack/oxlint/init.lua

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,13 @@ return {
1919
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "oxlint" })
2020
end,
2121
},
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+
},
2231
}

0 commit comments

Comments
 (0)