From b71f38afe4cbed21f4c0aba5e3a837b369feca99 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 21 Jan 2025 19:10:07 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-21 19:10:06 --- .config/nvim/lua/plugins/harper.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/nvim/lua/plugins/harper.lua b/.config/nvim/lua/plugins/harper.lua index 6f4b10b2..5ef24e6c 100644 --- a/.config/nvim/lua/plugins/harper.lua +++ b/.config/nvim/lua/plugins/harper.lua @@ -1,6 +1,6 @@ local harperSettings = { - fileDictPath = "/home/fic/.config/harper-ls/file_dictionaries/", - userDictPath = "/home/fic/.config/harper-ls/dictionary.txt", + -- fileDictPath = "/home/fic/.config/harper-ls/file_dictionaries/", + -- userDictPath = "/home/fic/.config/harper-ls/dictionary.txt", diagnosticSeverity = "warning", linters = { spell_check = true,