clean stuff

This commit is contained in:
Christian Nieves
2025-03-04 15:50:32 -06:00
parent d56eb258cd
commit 27f00e77e6
5 changed files with 3 additions and 8 deletions

View File

@ -25,7 +25,7 @@ end
function M.use_google()
if M.use_google_cache == nil then
M.use_google_cache = M.file_exists(os.getenv("HOME") .. "/use_google")
M.use_google_cache = M.file_exists(vim.env.HOME .. "/use_google")
end
return M.use_google_cache
end