We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
harper
mason-lspconfig
1 parent 2e2784a commit 4f1af4bCopy full SHA for 4f1af4b
lua/astrocommunity/pack/harper/init.lua
@@ -26,7 +26,7 @@ return {
26
{
27
"williamboman/mason-lspconfig.nvim",
28
opts = function(_, opts)
29
- opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "harper-ls" })
+ opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "harper_ls" })
30
end,
31
},
32
0 commit comments