From 9e25e675cda243e305ece5e920f6d6923fd4da3b Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 6 Dec 2024 17:10:04 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-06 17:10:04 --- .config/nvim/lua/plugins/harper.lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.config/nvim/lua/plugins/harper.lua b/.config/nvim/lua/plugins/harper.lua index 14b6a316..54ea654c 100644 --- a/.config/nvim/lua/plugins/harper.lua +++ b/.config/nvim/lua/plugins/harper.lua @@ -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,