/vimrc

vim files, colors, plugins etc

Primary LanguageVim Script

VIMRC and plugins

this is a collection of my vimrc settings and plugins.

I use Vim-Plug for managing plugins. Its got excellent support, easy setup, parallel installation, conditional plugins.

I then use a combination a iterm base16shell, and base16shell6vim themes. base16-shell

Installation

  • clone repo into .vim
    git clone https://github.com/oscarmorrison/vimrc.git .vim
  • Symlink .vimrc
    ln -s ~/.vim/vimrc ~/.vimrc
  • Install Vim-Plug
    curl -fLo ~/.vim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  • Install Plug-ins (when in vim)
    :PlugInstall Some plugins need further work to install e.g. YouCompleteMe, Tern etc.

Learning Vim?

Set this as your background VimBackground