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

This commit is contained in:
Daniel Fichtinger 2024-12-06 17:35:03 -05:00
parent 0a8e656a5d
commit 68a022c146

View file

@ -20,14 +20,6 @@ local harperSettings = {
terminating_conjunctions = true, terminating_conjunctions = true,
}, },
} }
require("lspconfig").harper_ls.setup({
filetypes = {
"markdown",
},
settings = {
["harper-ls"] = harperSettings,
},
})
return { return {
{ {
"neovim/nvim-lspconfig", "neovim/nvim-lspconfig",
@ -38,6 +30,7 @@ return {
filetypes = { filetypes = {
"markdown", "markdown",
}, },
settings = harperSettings,
}, },
}, },
}, },