Skip to content

bogdanm/vim-cloud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-cloud

My vim, everywhere.

Installation

Use the installation script with care. It has not been tested with exotic configurations. The .vimrc file and the .vim folder are supposed to be in the home folder ~/.

The script tries to be conservative and keep the present custom vim, if any. No merge is done: If installation goes on, the new .vimrc is fully copied, backing up and removing the old one.

git clone git@github.com:AlessandroA/vim-cloud.git
cd vim-cloud
chmod +x vim-cloud.sh
./vim-cloud.sh

The installation script is mostly needed once. A symbolic link is created in the home folder that points to the vimrc file of this repository, so that pushed/pulled changes are automatically applied. The script can be repeatedly used to update existing builds. Unless a structural change has happened in the repository, the update is basically equivalent to:

vim +PluginInstall +qall

About

My vim, everywhere.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 74.3%
  • Python 25.7%