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,