AutoYADM commit: 2024-12-13 14:00:02

This commit is contained in:
Daniel Fichtinger 2024-12-13 14:00:02 -05:00
parent 953a531bc5
commit 64686a9859
3 changed files with 2 additions and 4 deletions

View file

@ -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",
},