Thomas 2 жил өмнө
parent
commit
9e774335c2

+ 1 - 1
lua/cspell/helpers.lua

@@ -126,7 +126,7 @@ M.get_cspell_config = function(params)
 
     return {
         config = cspell_config,
-        path = cspell_json_path,
+        path = '~/.config/cspell/cspell.json',
     }
 end