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