fix(plugins/astrocore): wrongly set options
This commit is contained in:
parent
f71226be0f
commit
208ee4fec2
4 changed files with 66 additions and 74 deletions
|
|
@ -1,15 +1,13 @@
|
|||
# https://github.com/AstroNvim/AstroNvim/blob/v4.7.7/lua/astronvim/plugins/_astrocore.lua#L73-L80
|
||||
{
|
||||
sessions = {
|
||||
autosave = {
|
||||
cwd = true;
|
||||
last = true;
|
||||
};
|
||||
autosave = {
|
||||
cwd = true;
|
||||
last = true;
|
||||
};
|
||||
|
||||
ignore = {
|
||||
buftypes = {};
|
||||
dirs = {};
|
||||
filetypes = [ "gitcommit" "gitrebase" ];
|
||||
};
|
||||
ignore = {
|
||||
buftypes = { };
|
||||
dirs = { };
|
||||
filetypes = [ "gitcommit" "gitrebase" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue