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
After a quick survey , it seems that Vimana stores all file informations under $ENV{VIM_RECORD_DIR} or the other one.
So there may can have a command called :
vimana backup
After doing so , Vimana would help users to backup a metafile that stores all package names ( which were installed by Vimana from http://www.vim.org/scripts/ ) in JSON format ( like what @c9s do in record directory )
If one day, a user wants to move from one working environment to another one, (s)he just has to transmit the metafile and anything will be done by Vimana on the free !
The final backup command may be :
vimana backup [options] [path]
with options :
-l, --load
load the metafile from the path and will call "install" command to install packages one by one
... to be continued.
Hope this idea helps and thanks for your reading ;)
The text was updated successfully, but these errors were encountered:
VImana is a useful tool to search and install needed vim files, but is it possible to backup installed packages ?
For me , when typing :
I would get installed vim packages shown below :
After a quick survey , it seems that Vimana stores all file informations under $ENV{VIM_RECORD_DIR} or the other one.
So there may can have a command called :
After doing so , Vimana would help users to backup a metafile that stores all package names ( which were installed by Vimana from http://www.vim.org/scripts/ ) in JSON format ( like what @c9s do in record directory )
If one day, a user wants to move from one working environment to another one, (s)he just has to transmit the metafile and anything will be done by Vimana on the free !
The final backup command may be :
with options :
Hope this idea helps and thanks for your reading ;)
The text was updated successfully, but these errors were encountered: