commit 14d2bdf7725cd2d71fc4eaf3c7d64eaa3ea418c0
parent 90d0b5f2de4ffbff49613c7df18205fb51f52e96
Author: Ed van Bruggen <edvb54@gmail.com>
Date: Thu, 3 Jul 2014 17:17:48 -0700
Vim: Add vim-eunuch and vim-dispatch, remove goyo.vim.
Diffstat:
15 files changed, 24 insertions(+), 30 deletions(-)
diff --git a/vim/.netrwhist b/vim/.netrwhist
@@ -1,10 +1,2 @@
-let g:netrw_dirhistmax =10
-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'
+let g:netrw_dirhistmax =0
+let g:netrw_dirhist_cnt =0
diff --git a/vim/bundle/fzf b/vim/bundle/fzf
@@ -1 +1 @@
-Subproject commit de0965619716d7222ee0ff17cf8ef1a37f2fd861
+Subproject commit 3e91c189aea13472ee1f2757482507c24b9e1ff5
diff --git a/vim/bundle/goyo.vim b/vim/bundle/goyo.vim
@@ -1 +0,0 @@
-Subproject commit ad87a5b35a91bc24d6f9e700ae9cd332f7c3d150
diff --git a/vim/bundle/matchit.zip b/vim/bundle/matchit.zip
@@ -1 +0,0 @@
-Subproject commit ced6c409c9beeb0b4142d21906606bd194411d1d
diff --git a/vim/bundle/neosnippet b/vim/bundle/neosnippet
@@ -1 +1 @@
-Subproject commit 578530edf1a85a623b7915cd2904407081cadf36
+Subproject commit 8d61e62a65e7f0c278e02f3624cee535ecc11bec
diff --git a/vim/bundle/neosnippet-snippets b/vim/bundle/neosnippet-snippets
@@ -1 +1 @@
-Subproject commit 5571cf0c8f05204fafceb5aeafe2716ce91737cc
+Subproject commit 16570a91d81ea9c6dd7286a0579640ffea4e7d88
diff --git a/vim/bundle/vim-dispatch b/vim/bundle/vim-dispatch
@@ -0,0 +1 @@
+Subproject commit 9255742d23d15f53f88ac7dea43b1f4ee4f63c50
diff --git a/vim/bundle/vim-easy-align b/vim/bundle/vim-easy-align
@@ -1 +1 @@
-Subproject commit fc9555cd659586d10e767d56794699ba96dd5278
+Subproject commit f9a49e441d26276f247650edc359f3c85def4270
diff --git a/vim/bundle/vim-eunuch b/vim/bundle/vim-eunuch
@@ -0,0 +1 @@
+Subproject commit c856e5d649b9f87590aff66a84b930fce5793431
diff --git a/vim/bundle/vim-fugitive b/vim/bundle/vim-fugitive
@@ -1 +1 @@
-Subproject commit 416165f0630f683b859fd56161183ca3d6eecc44
+Subproject commit 0cd33c617006a07331bf45c0970e3d4e82680f6a
diff --git a/vim/bundle/vim-gitgutter b/vim/bundle/vim-gitgutter
@@ -1 +1 @@
-Subproject commit c9595f22e82e0c65b3267f39ff815a68f69e636a
+Subproject commit fed2dbad3455f18d11d602a42a37233dab8d448b
diff --git a/vim/bundle/vim-pencil b/vim/bundle/vim-pencil
@@ -1 +1 @@
-Subproject commit 84b66f57b557d523451330f0d122ff055dffd074
+Subproject commit 8269202e82f547e466c732ca0d0c67719abe7fda
diff --git a/vim/bundle/vim-snippets b/vim/bundle/vim-snippets
@@ -1 +1 @@
-Subproject commit 45bcd32d596ef9db84919d7a1fcb20e4c920cf92
+Subproject commit c3db5beee984402483afcfa83c6c6cc7131f316d
diff --git a/vimrc b/vimrc
@@ -8,18 +8,21 @@ endif
filetype plugin indent on
+" use matchit plug-in for jumping to HTML/XML tags with %
+runtime! macros/matchit.vim
+
" turn on colors
set t_Co=256
" different color schemes to choose from
set background=dark
-" let s:color = 'badwolf'
+let s:color = 'badwolf'
" let s:color = 'hybrid'
" let s:color = 'jellybeans'
" let s:color = 'molokai'
" let s:color = 'zenburn'
" let s:color = 'skittles_berry'
-let s:color = 'solarized'
+" let s:color = 'solarized'
execute 'colorscheme '.s:color
@@ -85,7 +88,6 @@ au VimEnter * RainbowParenthesesToggle
au VimEnter * RainbowParenthesesLoadRound
au VimEnter * RainbowParenthesesLoadSquare
au VimEnter * RainbowParenthesesLoadBraces
-au VimEnter * RainbowParenthesesLoadChevrons
" mappings{{{2
" allow for F3 ro turn on Tagbar plug-in
@@ -147,7 +149,7 @@ set gdefault " make global the default for the :s command
set hidden " hide buffers when they are abandoned
set hlsearch " highlight previous search pattern
set ignorecase " make search non case sensitive
-set incsearch " show the next match while entering a search
+set incsearch " show the search result before you finish typing
set nojoinspaces " turn off putting a space after join command
set noshowmode " turn off "--INSERT--" at bottom of screen
set nowrap " change what happens when you get to edge of screen.
diff --git a/vimrc.bundles b/vimrc.bundles
@@ -31,14 +31,16 @@ Bundle 'tpope/vim-ragtag'
Bundle 'tpope/vim-vinegar'
" Readline in insert mode
Bundle 'tpope/vim-rsi'
+" better compiling in Vim
+Bundle 'tpope/vim-dispatch'
+" UNIX commands in Vim
+Bundle 'tpope/vim-eunuch'
""" language specific plug-ins
" syntax checker
Bundle 'Syntastic'
" highlight matching HTML/XML tags
Bundle 'MatchTag'
-" jump to HTML/XML tags with %
-Bundle 'matchit.zip'
" collection of language packs
Bundle 'sheerun/vim-polyglot'
@@ -49,7 +51,7 @@ Bundle 'zhaocai/GoldenView.Vim'
Bundle 'Tagbar'
" 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'
@@ -67,7 +69,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
@@ -84,8 +86,6 @@ 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
" easily align text by spaces,=,ect.