AutoYADM commit: 2024-12-13 14:00:02
This commit is contained in:
parent
953a531bc5
commit
64686a9859
3 changed files with 2 additions and 4 deletions
|
@ -21,7 +21,7 @@ local harperSettings = {
|
|||
terminating_conjunctions = true,
|
||||
},
|
||||
}
|
||||
local enabled = false
|
||||
local enabled = true
|
||||
local har = ""
|
||||
if enabled then
|
||||
har = "harper_ls"
|
||||
|
@ -32,7 +32,7 @@ local spec = {
|
|||
opts = {
|
||||
servers = {
|
||||
harper_ls = {
|
||||
-- autostart = false,
|
||||
autostart = false,
|
||||
filetypes = {
|
||||
"markdown",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue