diff options
author | June McEnroe <june@causal.agency> | 2013-11-09 15:33:18 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2013-11-09 15:33:18 -0500 |
commit | c8b16d3116952ae5251750a9e96360a24fd65d33 (patch) | |
tree | f4752bb4248b1bfe83609b733036fb887c9f6d32 | |
parent | Switch to vim-plug (diff) | |
download | src-c8b16d3116952ae5251750a9e96360a24fd65d33.tar.gz src-c8b16d3116952ae5251750a9e96360a24fd65d33.zip |
Add Plugins comment
-rw-r--r-- | .vimrc | 3 |
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' |