16 lines
291 B
Nix
16 lines
291 B
Nix
|
|
# 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" ];
|
||
|
|
};
|
||
|
|
};
|
||
|
|
}
|