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 = { servers = {
harper_ls = { harper_ls = {
-- autostart = false, -- autostart = false,
-- filetypes = { filetypes = {
-- "tex", "markdown",
-- }, },
-- on_attach = function(client, bufnr) -- on_attach = function(client, bufnr)
-- require("ltex_extra").setup(extraOpts) -- require("ltex_extra").setup(extraOpts)
-- end, -- end,
settings = { settings = {
harper_ls = { harper_ls = {
-- fileDictPath = "~/.harper/" fileDictPath = "~/.config/harper-ls/",
userDictPath = "~/.config/harper-ls/dictionary.txt",
linters = { linters = {
spell_check = true, spell_check = true,
spelled_numbers = false, spelled_numbers = false,