mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 12:56:46 +00:00
style: cleanup
This commit is contained in:
parent
a197f751f9
commit
a87b6e1005
5 changed files with 39 additions and 21 deletions
|
@ -111,9 +111,7 @@ function M.autosave()
|
|||
local hash = M.hash(cache_path)
|
||||
-- abort when the file was changed in the meantime
|
||||
if hash == nil or M.eq(cache_hash, hash) then
|
||||
vim.fn.system("echo start >> foo.txt")
|
||||
M.save_cache()
|
||||
vim.fn.system("echo stop >> foo.txt")
|
||||
end
|
||||
end
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue