summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2013-11-09 15:33:18 -0500
committerJune McEnroe <programble@gmail.com>2013-11-09 15:33:18 -0500
commitd4a984a6709e11730be89a9b98e6caf72deaff5e (patch)
treef4752bb4248b1bfe83609b733036fb887c9f6d32
parentSwitch to vim-plug (diff)
downloadsrc-d4a984a6709e11730be89a9b98e6caf72deaff5e.tar.gz
src-d4a984a6709e11730be89a9b98e6caf72deaff5e.zip
Add Plugins comment
-rw-r--r--.vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index e481b1c5..4538a951 100644
--- a/.vimrc
+++ b/.vimrc
@@ -118,9 +118,10 @@ endfunc
 
 nmap <C-n> :call NumberToggle()<CR>
 
-" Custom commands
 command! W :w
 
+" Plugins
+
 call plug#begin('~/.vim/plugged')
 
 Plug 'bling/vim-airline'