nixvimConfig/plugins/astrocore/sessions.nix

14 lines
255 B
Nix
Raw Normal View History

# 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" ];
};
}