summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins')
-rw-r--r--pkgs/custom-neovim/config/lua/plugins/auto-session.lua15
1 files changed, 8 insertions, 7 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/auto-session.lua b/pkgs/custom-neovim/config/lua/plugins/auto-session.lua
index f352cad..3718b82 100644
--- a/pkgs/custom-neovim/config/lua/plugins/auto-session.lua
+++ b/pkgs/custom-neovim/config/lua/plugins/auto-session.lua
@@ -7,18 +7,19 @@ return {
auto_restore = true,
legacy_cmds = false,
- cwd_change_handling = true,
- pre_cwd_changed_cmds = {
- "wa",
- "silent %bw!",
- "clearjumps",
- "lua MiniClue.ensure_buf_triggers()",
- },
+ -- cwd_change_handling = true,
+ -- pre_cwd_changed_cmds = {
+ -- "wa",
+ -- "silent %bw!",
+ -- "clearjumps",
+ -- "lua MiniClue.ensure_buf_triggers()",
+ -- },
git_use_branch_name = true,
git_auto_restore_on_branch_change = true,
suppressed_dirs = {
"~/",
+ "~/Sync",
},
}
end