AutoYADM commit: 2024-12-06 17:30:03
This commit is contained in:
parent
841ae86cb9
commit
0a8e656a5d
1 changed files with 5 additions and 2 deletions
|
@ -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" } },
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue