infoslack / vimfiles

My vim files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infoslack Vim

My clean configuration for Vim

Installation

Clone this repo into your home directory either as .vim

    $ git clone https://github.com/infoslack/vimfiles.git ~/.vim

Then 'cd' into the repo and run make:

    $ cd ~/.vim
    $ make

Now you should create a new .vimrc file in your home directory that loads the pre-configured one that comes bundled in this package. See this example.

    $ echo "source ~/.vim/vimrc" > ~/.vimrc

About

My vim files


Languages

Language:Vim Script 97.0%Language:Makefile 3.0%