Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 812 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 812 Bytes

Vim configuration for servers

Thanks to stefanoverna and Arkham

Installation:

Prerequisites: vim (7.4+), git, silversearcher-ag

  1. Move your existing configuration somewhere else: mv .vim* .gvim* my_backup

  2. Clone this repo into .vim:

    git clone https://github.com/welaika/server_vimfiles.git ~/.vim

  3. Go into .vim and run install.sh:

    cd ~/.vim && bash install.sh

    This will install ~/.vimrc symlinks that point to files inside the .vim directory.

  4. Open vim (ignore error on missing color scheme), and run :PluginInstall.

  5. On install complete, quit vim and open it again.

  6. Profit!

Author

made with ❤️ and ☕️ by weLaika