Closed kevinhwang91 closed 4 years ago
U should put Plug 'kevinhwang91/rnvimr' no need make sync yet
So now you don't need to sync? Or if you have changed ranger config then you need to reinstall rnvimr completely?
So now you don't need to sync?
Yes.
Or if you have changed ranger config then you need to reinstall rnvimr completely?
No, rnvimr will read the user's config path on the fly.
The old cache produced by :RnvimrSync
will be always executed in the latest version(v0.3.0), because the cache was inside ranger/plugins
. The original lib
path has moved to ranger/plugins
.
In order to clean the cache inside ranger
directory, reinstall again for upgrade rnvimr to v0.3.0 is necessary.
Ok, got it. Thank you.
Close this issue because of https://github.com/kevinhwang91/rnvimr/issues/50.
v0.3.0 have removed the Makefile, so use
Plug 'kevinhwang91/rnvimr'
instead ofPlug 'kevinhwang91/rnvimr', {'do': 'make sync'}
Please delete the installed Rnvimr and then reinstall it, because the previously synchronized cache was already in the plugin, Rnvimr will always use cached configuration rather than user configuration.
Update example:
Plug 'kevinhwang91/rnvimr'
to nvim configuration and exitrm -rf ~/.config/nvim/plugged/rnvimr
:PlugInstall
in nvimGet more detail please refer to the CHANGES file.
https://github.com/kevinhwang91/rnvimr/blob/248405f13887c08a4112d8c01d6ed49072b25f5e/CHANGES#L1-L25