-
Notifications
You must be signed in to change notification settings - Fork 439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Neovim sessions not automatically restored upon prefix + Ctrl-r #470
Comments
Same error, when it runs nvim -S ~/path/session.vim I got E484: Can't read the file "~/path/session.vim" update: After some research when I create a new nvim session via tpope/vim-obsession pluggin (:mksesions! /path/sesion.vim) the file becomes broken. update: Ok everything works except nvim -S /path/sesssion.vim, I downgraded neovim from archlinux and it works |
Same problem, |
Same issue, has it been resolved now? |
Same issue |
Same issue. |
@devgony ( I really hope I am not just info dumping what you already know ) vim-obsession is not mandatory to create vim sessions, you can use And one possible reason that the neovim session not getting restored could be because you're using an appimage of neovim, I'd suggest taking a look at #530 |
When I execute the tmux-resurrect's restore command, the tmux windows and panes are restored as expected, however neovim sessions are not automatically restored despite having
set -g @resurrect-strategy-nvim 'session'
in.tmux.conf
andSession.vim
s in the current directories. I would have to restore neovim sessions by manually executingnvim -S
.environment
relevant configuration files
neovim plugins
plug.vim
init.vim
.tmux.conf
fish config
The text was updated successfully, but these errors were encountered: