You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I use folke/persistence.nvim for saving my sessions, so their filenames are a bit ugly (e.g. %home%rizhiy%.local%state%nvim%sessions.vim).
I thought that I can modify how they are displayed using entry_maker options, but it doesn't seem to be working.
Here is my attempt:
Hi, I use
folke/persistence.nvim
for saving my sessions, so their filenames are a bit ugly (e.g.%home%rizhiy%.local%state%nvim%sessions.vim
).I thought that I can modify how they are displayed using
entry_maker
options, but it doesn't seem to be working.Here is my attempt:
What am I doing wrong?
I tried using
vim.print()
to debug, but it seems the function is not even being called.The text was updated successfully, but these errors were encountered: