From d4a984a6709e11730be89a9b98e6caf72deaff5e Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 9 Nov 2013 15:33:18 -0500 Subject: Add Plugins comment --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index e481b1c5..4538a951 100644 --- a/.vimrc +++ b/.vimrc @@ -118,9 +118,10 @@ endfunc nmap :call NumberToggle() -" Custom commands command! W :w +" Plugins + call plug#begin('~/.vim/plugged') Plug 'bling/vim-airline' -- cgit 1.4.1