File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -208,6 +208,21 @@ return {
208208 { import = " astrocommunity.pack.elm" },
209209 { import = " astrocommunity.pack.fish" },
210210 { import = " astrocommunity.pack.full-dadbod" },
211+ -- Consider adding harper in the future. For now, it's not included
212+ -- because it produces extremely noisy false positives in commented-out
213+ -- source code (e.g. in this file).
214+ -- { import = "astrocommunity.pack.harper" },
215+ -- AstroCommunity's config specifies `harper-ls` even though mason-lspconfig
216+ -- only recognizes `harper_ls`.
217+ -- {
218+ -- "williamboman/mason-lspconfig.nvim",
219+ -- opts = function(_, opts)
220+ -- opts.ensure_installed = require("astrocore").list_insert_unique(
221+ -- vim.tbl_filter(function(item) return item ~= "harper-ls" end, opts.ensure_installed),
222+ -- { "harper_ls" }
223+ -- )
224+ -- end,
225+ -- },
211226 { import = " astrocommunity.pack.haskell" },
212227 { import = " astrocommunity.pack.html-css" },
213228 { import = " astrocommunity.pack.hyprlang" },
You can’t perform that action at this time.
0 commit comments