Closed I-Own-You closed 1 year ago
This plugin simply use mks
(:h mksession
) to create session and use source
to restore session. All buffers are surely retored, but I'm not sure if they are loaded in the way you expected.
You can try adding vim.cmd("bufdo e")
or any other command to reload buffers in on_session_restored
, to see if it works as you expected.
Alternatively, you can use "toppair/reach.nvim" to switch buffers, and "nvim-telescope/telescope.nvim" to search content. They must be able to work properly.
This plugin simply use
mks
(:h mksession
) to create session and usesource
to restore session. All buffers are surely retored, but I'm not sure if they are loaded in the way you expected.You can try adding
vim.cmd("bufdo e")
or any other command to reload buffers inon_session_restored
, to see if it works as you expected.Alternatively, you can use "toppair/reach.nvim" to switch buffers, and "nvim-telescope/telescope.nvim" to search content. They must be able to work properly.
Adding vim.cmd("bufdo e") to on_session_restored worked!
Hi! I am using your plugin a while since, its great so far but i encountered a problem that resulted in willing to request a feature.
I am using fzf-lua plugin. There are 2 special commands: