From 23ddf1fc49c4e3f904a2a0877cbe1141f03cc3d6 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 6 Dec 2024 17:15:04 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-06 17:15:04 --- .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 54ea654c..d476041d 100644 --- a/.config/nvim/lua/plugins/harper.lua +++ b/.config/nvim/lua/plugins/harper.lua @@ -13,8 +13,8 @@ return { -- end, settings = { harper_ls = { - fileDictPath = "~/.config/harper-ls/", - userDictPath = "~/.config/harper-ls/dictionary.txt", + fileDictPath = "/home/fic/.config/harper-ls/file_dictionaries/", + userDictPath = "/home/fic/.config/harper-ls/dictionary.txt", linters = { spell_check = true, spelled_numbers = false,