vim-workspace
vim-workspace copied to clipboard
📑 Automated Vim session management with file auto-save and persistent undo history
 Causes  Without floating (popup) windows everything works fine
In function s:LoadWorkspace(), it set sessionoptions-=options, then some options will lost when saving existing workspace, should we remove that ?
There isn't really any point in it if the file isn't being changed, and it causes rust-analyzer to run again and again causing random flickering in errors/warnings displayed in the...
Placing .session.vim and .undodir under the current path is easy to manage sessions, but all git branches have to share the same session, which is not comfortable. Maybe putting all...
I try with: ```shell $ cd /tmp $ nvim ``` And `:echo getcwd()` is `~/old/project/` . But when I try with: ```shell $ cd /tmp $ nvim --clean ``` The...
I added NerdTree tabs to be closed while making the session and saving it. Please add it as it is a useful feature.
Having autosave activated, every time closing nvim telescope buffer, It prompt an error of not able to save telescope, how can I ignore autosave in telescope buffer to avoid this...
I turned on the toggleworkspace and toggleautosave while in nvim on my project directory , it saves a file back to the save directory i had specified i.e ~/.config/nvim/sessions but...