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
{{ message }}
This repository has been archived by the owner on May 29, 2023. It is now read-only.
Is there a way to use the g:workspace_autosave_ignore setting to disable buffers that have a blank/empty filetype? I've tried using an empty string like this:
letg:workspace_autosave_ignore= ['gitcommit', '']
However, this seems to prevent the workspace from loading when re-launching nvim. That is, no files are loaded when launching nvim without arguments in my workspace directory.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is there a way to use the
g:workspace_autosave_ignore
setting to disable buffers that have a blank/emptyfiletype
? I've tried using an empty string like this:However, this seems to prevent the workspace from loading when re-launching
nvim
. That is, no files are loaded when launchingnvim
without arguments in my workspace directory.The text was updated successfully, but these errors were encountered: