|
@@ -94,6 +94,9 @@ local find_cspell_config_path = function(cwd)
|
|
|
-- end
|
|
-- end
|
|
|
-- end
|
|
-- end
|
|
|
-- return nil
|
|
-- return nil
|
|
|
|
|
+ local home = os.getenv('HOME')
|
|
|
|
|
+ local cspell_json_path = home..'/.config/cspell/cspell.json'
|
|
|
|
|
+ return cspell_json_path
|
|
|
end
|
|
end
|
|
|
|
|
|
|
|
---@class GeneratorParams
|
|
---@class GeneratorParams
|