bboykov / vimconf

[discontinued] My vim configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My vim configuration files

Prerequisites

Install Vundle on Linux and Mac

Just clone the repo and move on to Setup section
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

Install Vundle on Windows

Follow Vundle for Windows wiki page

Setup

  • Clone the repo
    git clone https://github.com/bboykov/vimconf.git ~/vimconf

  • Add in your main vimrc configuration.
    source ~/vimconf/main.vim

  • Install plugins with vundle
    Launch vim and run :PluginInstall
    To install from command line: vim +PluginInstall +qall

About

[discontinued] My vim configuration files


Languages

Language:Vim Script 100.0%