2024-06-07 17:07:38 +02:00
|
|
|
# https://github.com/AstroNvim/AstroNvim/blob/v4.7.7/lua/astronvim/plugins/_astrocore.lua#L73-L80
|
|
|
|
|
{
|
2024-06-07 22:53:23 +02:00
|
|
|
autosave = {
|
|
|
|
|
cwd = true;
|
|
|
|
|
last = true;
|
|
|
|
|
};
|
2024-06-07 17:07:38 +02:00
|
|
|
|
2024-06-07 22:53:23 +02:00
|
|
|
ignore = {
|
|
|
|
|
buftypes = { };
|
|
|
|
|
dirs = { };
|
|
|
|
|
filetypes = [ "gitcommit" "gitrebase" ];
|
2024-06-07 17:07:38 +02:00
|
|
|
};
|
|
|
|
|
}
|