From b97e85f77d61580a383bd202b971a4cc6d0f1d5c Mon Sep 17 00:00:00 2001 From: taylor Date: Mon, 6 Feb 2017 00:00:54 +0100 Subject: [PATCH] Add solarized theme as plug dependency --- vimrc.symlink | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc.symlink b/vimrc.symlink index c01439f..ca6e935 100644 --- a/vimrc.symlink +++ b/vimrc.symlink @@ -35,6 +35,7 @@ Plug 'tpope/vim-ragtag' Plug 'surround.vim' Plug 'tpope/vim-repeat' Plug 'vim-syntastic/syntastic' +Plug 'altercation/vim-colors-solarized' " html / templates Plug 'mattn/emmet-vim', { 'for': ['html', 'php', 'gohtmltmpl'] } " emmet support for vim - easily create markdup wth CSS-like syntax