commit 17a7492c67eba5d54f980bf92d02893911d64ea6
parent a58af731b47961212d30192ef9122a7fb1b1a414
Author: edvb54 <edvb54@gmail.com>
Date: Fri, 13 Jun 2014 14:30:29 -0700
Add vim-startify and vim-polyglot plug-ins
Diffstat:
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/vimrc.bundles b/vimrc.bundles
@@ -37,6 +37,8 @@ Bundle 'Syntastic'
Bundle 'MatchTag'
" jump to HTML/XML tags with %
Bundle 'matchit.zip'
+" collection of language packs
+Bundle 'sheerun/vim-polyglot'
""" window plug-ins
" allows you to have split widows that adjust
@@ -45,8 +47,10 @@ Bundle 'zhaocai/GoldenView.Vim'
Bundle 'jeetsukumaran/vim-filebeagle'
" jump to tags in file, such as classes and functions
Bundle 'Tagbar'
-" better status line and tab bar
+" better status line and buffer bar
Bundle 'bling/vim-airline'
+" improved Vim start screen
+Bundle 'mhinz/vim-startify'
""" auto complete plug-ins
" implement snippets
@@ -57,7 +61,7 @@ Bundle 'Shougo/neosnippet-snippets'
Bundle 'honza/vim-snippets'
" auto complete words already in file and syntax's
Bundle 'Shougo/neocomplete.vim'
-" addition to neocomplete, allows auto complete of text in other tmux panes
+" addition to Neocomplete, allows auto complete of text in other TMUX panes
Bundle 'wellle/tmux-complete.vim'
""" visual plug-ins
@@ -69,9 +73,12 @@ Bundle 'rainbow_parentheses.vim'
Bundle 'airblade/vim-gitgutter'
""" writing plug-ins
+" advanced spell check
Bundle 'reedes/vim-wordy'
Bundle 'reedes/vim-litecorrect'
+" auto wrap text in markdown and text files
Bundle 'reedes/vim-pencil'
+" distraction free writing
Bundle 'junegunn/goyo.vim'
""" others