nixvimConfig/plugins/astrocore/sessions.nix
2024-06-07 22:53:23 +02:00

13 lines
255 B
Nix

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