elvio / vimfiles

My personal vim configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is my vim setup. I'm using vim-plug1 to manage my vim plugins.

To get started, just move your existing .vim and .vimrc out of the way and source this file, or type the following from wherever you want to install:

git clone https://github.com/elvio/vimfiles.git ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc

Then set up vim-plug using the installation instructions.

To add a new plugin:

  • Add Plug 'owner/repo' in ~/.vimrc
  • Run :PlugInstall from vim

About

My personal vim configuration files


Languages

Language:Vim Script 100.0%