diff options
author | Tharre <tharre3@gmail.com> | 2015-12-07 18:58:01 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:37 +0000 |
commit | abb3e2c003bf70f454f0ee07a7037e515856885c (patch) | |
tree | 65fb0c2eb77f73dc5d2ed4170e183826917dd9e5 /shell | |
parent | ef7d6095d89b1f83996236a375d66346464b09d8 (diff) | |
download | dotfiles-abb3e2c003bf70f454f0ee07a7037e515856885c.tar.gz dotfiles-abb3e2c003bf70f454f0ee07a7037e515856885c.tar.xz dotfiles-abb3e2c003bf70f454f0ee07a7037e515856885c.zip |
vim: update header comment
Diffstat (limited to 'shell')
-rw-r--r-- | shell/_vimrc | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/shell/_vimrc b/shell/_vimrc index dae8150..64977f2 100644 --- a/shell/_vimrc +++ b/shell/_vimrc @@ -1,13 +1,11 @@ -" github.com/samnang/dotfiles/blob/master/vimrc -" http://nvie.com/posts/how-i-boosted-my-vim/ -" http://learnvimscriptthehardway.stevelosh.com/chapters/52.html -" May install in the future: -" Git wrapper, similar to magit: 'https://github.com/tpope/vim-fugitive' -" https://github.com/tony/vim-config " Plugins for review: " 'msanders/snipmate.vim' " 'godlygeek/tabular' " 'plasticboy/vim-markdown' +" Consider using sections like this: +" Section Name {{{ +" set number "This will be folded +" }}} runtime bundle/vim-pathogen/autoload/pathogen.vim execute pathogen#infect() |