nixvimConfig/plugins/astrocore/sessions.nix

16 lines
291 B
Nix
Raw Normal View History

# https://github.com/AstroNvim/AstroNvim/blob/v4.7.7/lua/astronvim/plugins/_astrocore.lua#L73-L80
{
sessions = {
autosave = {
cwd = true;
last = true;
};
ignore = {
buftypes = {};
dirs = {};
filetypes = [ "gitcommit" "gitrebase" ];
};
};
}