mirror of
https://github.com/zoriya/auto-save.nvim.git
synced 2026-06-03 19:02:02 +00:00
docs: updated default conf
This commit is contained in:
@@ -103,7 +103,7 @@ EOF
|
|||||||
local utils = require("auto-save.utils.data")
|
local utils = require("auto-save.utils.data")
|
||||||
|
|
||||||
if
|
if
|
||||||
fn.getbufvar(buf, "&modifiable") == 1 or
|
fn.getbufvar(buf, "&modifiable") == 1 and
|
||||||
utils.not_in(fn.getbufvar(buf, "&filetype"), {}) then
|
utils.not_in(fn.getbufvar(buf, "&filetype"), {}) then
|
||||||
return true -- met condition(s), can save
|
return true -- met condition(s), can save
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user