AutoYADM commit: 2024-12-06 17:30:03

This commit is contained in:
Daniel Fichtinger 2024-12-06 17:30:04 -05:00
parent 841ae86cb9
commit 0a8e656a5d

View file

@ -21,6 +21,9 @@ local harperSettings = {
},
}
require("lspconfig").harper_ls.setup({
filetypes = {
"markdown",
},
settings = {
["harper-ls"] = harperSettings,
},
@ -40,7 +43,7 @@ return {
},
},
{
"williamboman/mason-lspconfig.nvim",
opts = { ensure_installed = { "harper_ls" } },
"williamboman/mason.nvim",
opts = { ensure_installed = { "harper-ls" } },
},
}