neovim-session-manager
neovim-session-manager copied to clipboard
A simple wrapper around :mksession.
**Describe the problem or limitation you are having** If I have changed the working directory , before saving, I need to restore it, so I can save the session to...
The purpose of this git commit is to add a git_session, where all files within a git folder share the same session If there is no git folder, it fails...
**Describe the problem or limitation you are having** I work in quite large codebases, and certain tasks require just a specific subset of files open. Currently this extension only allows...
**Describe the problem or limitation you are having** When starting nvim with Session Manager set to autoload the last session (or when switching sessions often) it is not immediately apparent...
Conflict with tanvirtin/vgit.nvim: `The coroutine failed with this message ... Invalid buffer id: 1`
**Bug description** _I'm not sure which plugin is the guilty here, so I'll open the same issue for both_: https://github.com/tanvirtin/vgit.nvim/issues/214 VGit was working well when I was using neovim `0.6.1`...
**Bug description** When I open a directory that has a stored session, this plugin loads the session but the start window opens first. I thought that this issue comes from...
**Describe the problem or limitation you are having** I tend to have a few different modes for my neovim usage... Development mode --- cd to project directory, edit files, neovim-session-manager...
While switching session, I am getting the following error ``` Error executing vim.schedule lua callback: C:\MyApp\Neovim\share\nvim\runtime/lua\vim\lsp.lua:1142: Invalid buffer id: 7 stack traceback: [C]: in function 'nvim_exec_autocmds' C:\MyApp\Neovim\share\nvim\runtime/lua\vim\lsp.lua:1142: in function ```...
To delete the current session I need to type: - `:SessionManager delete_session` - `CR` - `` - `CR` - `CR` It would be great if we just had to type:...
# Issue [The documentation](https://github.com/Shatur/neovim-session-manager#Autocommands) currently shows how to load Neotree or similar buffers automatically after a session load. However, it is often desirable to load buffers like that even if...