Skip to content

Commit a77607f

Browse files
committed
docs(community/pack): add commented-out harper
1 parent a733137 commit a77607f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

lua/community.lua

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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" },

0 commit comments

Comments
 (0)