Skip to content

Commit 4f1af4b

Browse files
authored
fix(harper): fix typo in harper's mason-lspconfig override (#1266)
fix(pack): fix typo in `harper`'s `mason-lspconfig` override According to https://github.com/williamboman/mason-lspconfig.nvim, the correct identifier for this language server in `mason-lspconfig` is `harper_ls`, not `harper-ls`.
1 parent 2e2784a commit 4f1af4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrocommunity/pack/harper/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ return {
2626
{
2727
"williamboman/mason-lspconfig.nvim",
2828
opts = function(_, opts)
29-
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "harper-ls" })
29+
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "harper_ls" })
3030
end,
3131
},
3232
{

0 commit comments

Comments
 (0)