welaika / server_vimfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Vim Script 93.5%Language:Shell 6.5%