|
|
@@ -113,10 +113,10 @@ M.get_cspell_config = function(params)
|
|
|
-- local cspell_json_path = M.get_config_path(params)
|
|
|
local cspell_json_path = "~/.config/cspell/cspell.json"
|
|
|
|
|
|
- if cspell_json_path == nil or cspell_json_path == "" then
|
|
|
- return
|
|
|
- end
|
|
|
-
|
|
|
+ -- if cspell_json_path == nil or cspell_json_path == "" then
|
|
|
+ -- return
|
|
|
+ -- end
|
|
|
+ --
|
|
|
local content = Path:new(cspell_json_path):read()
|
|
|
local ok, cspell_config = pcall(decode_json, content)
|
|
|
|