diff --git a/vim/.vim/bundle/jedi-vim b/vim/.vim/bundle/jedi-vim index b6dfc5f..c6f05cd 160000 --- a/vim/.vim/bundle/jedi-vim +++ b/vim/.vim/bundle/jedi-vim @@ -1 +1 @@ -Subproject commit b6dfc5fd49c26d4dbe9f54c814956567a7a9b3a8 +Subproject commit c6f05cd82c9ade7734f818f7dd36c813de5bc1c3 diff --git a/vim/.vim/bundle/lightline.vim b/vim/.vim/bundle/lightline.vim index 47765c7..166f179 160000 --- a/vim/.vim/bundle/lightline.vim +++ b/vim/.vim/bundle/lightline.vim @@ -1 +1 @@ -Subproject commit 47765c787ddc981c2eab6105ade84067d164893c +Subproject commit 166f179cf89320b1b6f95def3a49fda448f4f711 diff --git a/vim/.vim/bundle/nerdtree b/vim/.vim/bundle/nerdtree index 91e0f22..b3804dc 160000 --- a/vim/.vim/bundle/nerdtree +++ b/vim/.vim/bundle/nerdtree @@ -1 +1 @@ -Subproject commit 91e0f2253fbecefa7e14f095950341584877ef19 +Subproject commit b3804dcd71471505048c8a75f301539fc2dce081 diff --git a/vim/.vim/bundle/syntastic b/vim/.vim/bundle/syntastic index 89e485c..0295d82 160000 --- a/vim/.vim/bundle/syntastic +++ b/vim/.vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit 89e485c7f8b1f285b43bb397394f22b79021aac1 +Subproject commit 0295d8241db23e24b120e0360a899cb375793a1e diff --git a/vim/.vim/bundle/targets.vim b/vim/.vim/bundle/targets.vim index 1958668..c3042dc 160000 --- a/vim/.vim/bundle/targets.vim +++ b/vim/.vim/bundle/targets.vim @@ -1 +1 @@ -Subproject commit 19586689fab6f1ff81743a675645f62adf745b0b +Subproject commit c3042dc18acc0dfcee479310d3efc6aefe92db75 diff --git a/vim/.vim/bundle/vim-flake8 b/vim/.vim/bundle/vim-flake8 index d50b371..a806163 160000 --- a/vim/.vim/bundle/vim-flake8 +++ b/vim/.vim/bundle/vim-flake8 @@ -1 +1 @@ -Subproject commit d50b3715ef386e4d998ff85dad6392110536478d +Subproject commit a806163181ad41ec036096a2f235871682fd64cf diff --git a/vim/.vim/bundle/vim-fugitive b/vim/.vim/bundle/vim-fugitive index 0fd64f8..d4fb2a2 160000 --- a/vim/.vim/bundle/vim-fugitive +++ b/vim/.vim/bundle/vim-fugitive @@ -1 +1 @@ -Subproject commit 0fd64f8fbfa7eda26a7dcc7d3102843edbe2324d +Subproject commit d4fb2a2f5c2023f477beae6aef47cf0457351e6e diff --git a/vim/.vimrc b/vim/.vimrc index 87e9616..9cc60ee 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -37,6 +37,9 @@ set cursorline "set highlight cursorcolumn cterm=NONE ctermbg=darkred ctermfg=white guibg=darkred guifg=white nnoremap c :set cursorline! cursorcolumn! +"toggle search hilight with h +nnoremap h (&hls && v:hlsearch ? ':nohls' : ':set hls')."\n" + "highlight matching brace when closing brace, flash for 2 tenths set showmatch set matchtime=2