Caution
I have switched to Neovim and lua configuration hosted on codebeg. https://codeberg.org/ph/neovim
If you have an old Vim configuration make a backup first:
$ mv ~/.vim ~/.vim_old
Clone this repository to ~/.vim
. For most plugins am using git
submodules to manage
dependencies, so make sure to fetch those as well.
$ git clone --recurse-submodules git://github.com/husio/vim-configuration.git ~/.vim
To upgrade managed as git submodules plugins run
$ make up