04.06.2025
This commit is contained in:
parent
d4c839302b
commit
27416cef99
15 changed files with 190 additions and 205 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue