04.06.2025

This commit is contained in:
Alexander Neonxp Kiryukhin 2025-06-04 12:06:36 +03:00
parent d4c839302b
commit 27416cef99
Signed by: NeonXP
SSH key fingerprint: SHA256:SVt7TjxbVc87m1QYaQziOJ0N3OCFURv2g76gD/UTTXI
15 changed files with 190 additions and 205 deletions

View file

@ -56,17 +56,9 @@ return {
return false
end
-- Skip autosave if you're in an active snippet
if require("luasnip").in_snippet() then
return false
end
return true
end,
write_all_buffers = false, -- write all buffers when the current one meets `condition`
-- Do not execute autocmds when saving
-- If you set noautocmd = true, autosave won't trigger an auto format
-- https://github.com/okuuva/auto-save.nvim/issues/55
write_all_buffers = true, -- write all buffers when the current one meets `condition`
noautocmd = false,
lockmarks = false, -- lock marks when saving, see `:h lockmarks` for more details
-- delay after which a pending save is executed (default 1000)