revert 620bad6011
This commit is contained in:
parent
5e370bf247
commit
ea07178de0
3 changed files with 67 additions and 0 deletions
|
|
@ -1,6 +1,25 @@
|
|||
{...}: {
|
||||
plugins.auto-session = {
|
||||
enable = true;
|
||||
|
||||
# fix: nvim-tree / auto-session
|
||||
settings = {
|
||||
log_level = "error";
|
||||
pre_save_cmds = [
|
||||
"NvimTreeClose"
|
||||
];
|
||||
post_save_cmds = [
|
||||
"NvimTreeOpen"
|
||||
];
|
||||
post_open_cmds = [
|
||||
"NvimTreeOpen"
|
||||
];
|
||||
post_restore_cmds = [
|
||||
"NvimTreeOpen"
|
||||
];
|
||||
cwd_change_handling = true;
|
||||
};
|
||||
# https://github.com/zwhitchcox/auto-session-nvim-tree
|
||||
};
|
||||
|
||||
keymaps = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue