Replies: 2 comments 10 replies
-
Personally I don't use session function. |
Beta Was this translation helpful? Give feedback.
8 replies
-
Since no one is using auto-session, can I just change |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
auto-session
plugin has aauto_session_enable_last_session
option, which is described here: https://github.com/rmagatti/auto-session#last-sessionI think the default value
false
is more suitable for more people since no one want one workspace's config(especially buffers) to be appeared in another workspace. The value is currentlytrue
:nvimdots/lua/modules/configs/editor/auto-session.lua
Line 4 in 3be4c9b
auto-session
is currently not enabled sincelazy = true
and no event is configured. Does this due to no one is using this plugin?nvimdots/lua/modules/plugins/editor.lua
Line 9 in 3be4c9b
4 votes ·
Beta Was this translation helpful? Give feedback.
All reactions