AutoYADM commit: 2024-12-06 17:25:04
This commit is contained in:
parent
47cf6a3cb1
commit
841ae86cb9
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ local harperSettings = {
|
||||||
terminating_conjunctions = true,
|
terminating_conjunctions = true,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
require("lspconfig").harper_ls.setup({
|
||||||
|
settings = {
|
||||||
|
["harper-ls"] = harperSettings,
|
||||||
|
},
|
||||||
|
})
|
||||||
return {
|
return {
|
||||||
{
|
{
|
||||||
"neovim/nvim-lspconfig",
|
"neovim/nvim-lspconfig",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue