vim-workspace icon indicating copy to clipboard operation
vim-workspace copied to clipboard

Disable for Empty filetype

Open atomdmac opened this issue 6 years ago • 0 comments

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:

let g: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.

atomdmac avatar Jun 11 '19 14:06 atomdmac