summary refs log tree commit diff
diff options
context:
space:
mode:
-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'