AutoYADM commit: 2024-12-06 17:10:04

This commit is contained in:
Daniel Fichtinger 2024-12-06 17:10:04 -05:00
parent 887bdee627
commit 9e25e675cd

View file

@ -5,15 +5,16 @@ return {
servers = {
harper_ls = {
-- autostart = false,
-- filetypes = {
-- "tex",
-- },
filetypes = {
"markdown",
},
-- on_attach = function(client, bufnr)
-- require("ltex_extra").setup(extraOpts)
-- end,
settings = {
harper_ls = {
-- fileDictPath = "~/.harper/"
fileDictPath = "~/.config/harper-ls/",
userDictPath = "~/.config/harper-ls/dictionary.txt",
linters = {
spell_check = true,
spelled_numbers = false,