Is someone use frozen tag? The documentation doesn't say much about it, and I didn't see an example on README. I tried:
Plug 'some-plugin', {'frozen'}
Plug 'some-plugin', 'frozen'
but it didn't work :(
Thank you kindly.
{'frozen'} is not a proper VimScript. Use {'frozen': 1}.
Most helpful comment
{'frozen'}is not a proper VimScript. Use{'frozen': 1}.