commit f3c8222b0ba7c91f0a2610c658815f7ef62c11bd
parent 51b3f3fb69dcb4f59fcd0fe23605fce8f432f492
Author: edvb54 <edvb54@gmail.com>
Date: Fri, 27 Jun 2014 11:48:38 -0700
Add and remove plug-ins
Add: vim-easy-align, TaskList.vim, ZoomWin, vim-endwise.
Remove: vim-capslock, vim-charaterize, vim-filebeagle, crunch, tabular,
delimitMate, wildfire.vim, vim-multiple-cursors, YankRing.vim,
vim-buffersaurus.
Diffstat:
16 files changed, 25 insertions(+), 43 deletions(-)
diff --git a/vim/.netrwhist b/vim/.netrwhist
@@ -1,8 +1,10 @@
let g:netrw_dirhistmax =10
-let g:netrw_dirhist_cnt =6
-let g:netrw_dirhist_1='/home/ed/dotfiles/vim/bundle'
-let g:netrw_dirhist_2='/home/ed/dotfiles/vim'
-let g:netrw_dirhist_3='/home/ed/dotfiles'
-let g:netrw_dirhist_4='/home/ed'
-let g:netrw_dirhist_5='/home/ed/vim'
-let g:netrw_dirhist_6='/home/ed'
+let g:netrw_dirhist_cnt =8
+let g:netrw_dirhist_1='/home/ed'
+let g:netrw_dirhist_2='/home/ed/dotfiles'
+let g:netrw_dirhist_3='/home/ed'
+let g:netrw_dirhist_4='/home/ed/dotfiles'
+let g:netrw_dirhist_5='/home/ed'
+let g:netrw_dirhist_6='/home/ed/dotfiles'
+let g:netrw_dirhist_7='/home/ed'
+let g:netrw_dirhist_8='/home/ed/dotfiles'
diff --git a/vim/bundle/TaskList.vim b/vim/bundle/TaskList.vim
@@ -0,0 +1 @@
+Subproject commit 8e2dfdcc6e13d8afab5b3f620ee06ebb29b786f9
diff --git a/vim/bundle/YankRing.vim b/vim/bundle/YankRing.vim
@@ -1 +0,0 @@
-Subproject commit a884f3a161fa3cd8c996eb53a3d1c68631f60c21
diff --git a/vim/bundle/ZoomWin b/vim/bundle/ZoomWin
@@ -0,0 +1 @@
+Subproject commit cf21ce1f4bfec10fe7e446c08e9e647a2a234e03
diff --git a/vim/bundle/crunch b/vim/bundle/crunch
@@ -1 +0,0 @@
-Subproject commit 9f4f71a5352a436f6360d326a695ae09f00f5545
diff --git a/vim/bundle/delimitMate.vim b/vim/bundle/delimitMate.vim
@@ -1 +0,0 @@
-Subproject commit e58f9890574b4f493d0ab5434f346292df637d99
diff --git a/vim/bundle/tabular b/vim/bundle/tabular
@@ -1 +0,0 @@
-Subproject commit 60f25648814f0695eeb6c1040d97adca93c4e0bb
diff --git a/vim/bundle/vim-buffersaurus b/vim/bundle/vim-buffersaurus
@@ -1 +0,0 @@
-Subproject commit 4faa5cd90df1da3f8fefe802e435a4fe1a657ed8
diff --git a/vim/bundle/vim-capslock b/vim/bundle/vim-capslock
@@ -1 +0,0 @@
-Subproject commit a939c10e07a223ea4bf148fb1315b4938edc366b
diff --git a/vim/bundle/vim-characterize b/vim/bundle/vim-characterize
@@ -1 +0,0 @@
-Subproject commit 871364dbc2bceab0db4e365a85e208ab6dd2c4fd
diff --git a/vim/bundle/vim-easy-align b/vim/bundle/vim-easy-align
@@ -0,0 +1 @@
+Subproject commit fc9555cd659586d10e767d56794699ba96dd5278
diff --git a/vim/bundle/vim-endwise b/vim/bundle/vim-endwise
@@ -0,0 +1 @@
+Subproject commit 38541f3dbe53f0431a9181561c3b609d58b92d06
diff --git a/vim/bundle/vim-filebeagle b/vim/bundle/vim-filebeagle
@@ -1 +0,0 @@
-Subproject commit 6dd2aa0c44e5841e788c4a4065c0ebe0a2725083
diff --git a/vim/bundle/vim-multiple-cursors b/vim/bundle/vim-multiple-cursors
@@ -1 +0,0 @@
-Subproject commit 35028be1f71953da9f2c28509bf6c5ebd1d31c28
diff --git a/vim/bundle/wildfire.vim b/vim/bundle/wildfire.vim
@@ -1 +0,0 @@
-Subproject commit de6d32b8f92ba1088e865f7bc9fccc8b4a9ec407
diff --git a/vimrc.bundles b/vimrc.bundles
@@ -11,12 +11,12 @@ Plugin 'gmarik/Vundle.vim'
""" bow down to the tpope plug-ins!!
" lots of commands to change words
Bundle 'tpope/vim-abolish'
-" use <c-g>c to toggle CAPS LOCK
-Bundle 'tpope/vim-capslock'
-" improves ga command
-Bundle 'tpope/vim-characterize'
" toggle comments with gcc
Bundle 'tpope/vim-commentary'
+" git plug-in
+Bundle 'tpope/vim-fugitive'
+" auto add endfunction/endif/etc
+Bundle 'tpope/vim-endwise'
" improves . command to repeat last command
Bundle 'tpope/vim-repeat'
" automatically changes indents to fit file type
@@ -27,8 +27,6 @@ Bundle 'tpope/vim-surround'
Bundle 'tpope/vim-unimpaired'
" better HTML/XML editing
Bundle 'tpope/vim-ragtag'
-" git plug-in
-Bundle 'tpope/vim-fugitive'
""" language specific plug-ins
" syntax checker
@@ -43,18 +41,18 @@ Bundle 'sheerun/vim-polyglot'
""" window plug-ins
" split widows that adjust
Bundle 'zhaocai/GoldenView.Vim'
-" better file explorer
-Bundle 'jeetsukumaran/vim-filebeagle'
" jump to tags in file, such as classes and functions
Bundle 'Tagbar'
-" better status line and buffer bar
-" Bundle 'bling/vim-airline'
" improved Vim start screen
Bundle 'mhinz/vim-startify'
-" use same keys for moving around TMUX and Vim splits
+" use same keys for moving around Tmux and Vim splits
Bundle 'christoomey/vim-tmux-navigator'
" fuzzy finder for Vim and Bash
Bundle 'junegunn/fzf'
+" list "FIXME", "TODO", "XXX" in new window
+Bundle 'vim-scripts/TaskList.vim'
+" temporary zoom in on a window with <C-W>o
+Bundle 'ZoomWin'
""" auto complete plug-ins
" implement snippets
@@ -65,7 +63,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
@@ -86,22 +84,10 @@ Bundle 'reedes/vim-pencil'
Bundle 'junegunn/goyo.vim'
""" others
-" complete math problems inside of Vim
-Bundle 'arecarn/crunch'
-" align text, like by =
-Bundle 'godlygeek/tabular'
-" auto insert ),",`
-Bundle 'delimitMate.vim'
-" use enter to select next area such as () or ""
-Bundle 'gcmt/wildfire.vim'
-" allow for, multiple cursors
-Bundle 'terryma/vim-multiple-cursors'
+" easily align text by spaces,=,ect.
+Bundle 'junegunn/vim-easy-align'
" use s and S to move through line
Bundle 'jayflo/vim-skip'
-" better pasting
-Bundle 'YankRing.vim'
-" find and replace words in all buffers
-Bundle 'jeetsukumaran/vim-buffersaurus'
filetype plugin indent on