From 0ad4f844173ab9bea24bb42676c094ba7936e468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Rochel?= Date: Wed, 16 Mar 2016 21:11:47 +0100 Subject: [PATCH] Tabularasa, delete all submodules --- .gitmodules | 102 ------------------ .vim/.DS_Store | Bin 0 -> 8196 bytes .vim/bundle/.DS_Store | Bin 0 -> 6148 bytes .vim/bundle/ack.vim/.README.md.un~ | Bin 541 -> 0 bytes .vim/bundle/ack.vim/.gitignore | 1 - .vim/bundle/ack.vim/README.md | 96 ----------------- .vim/bundle/ack.vim/Rakefile | 23 ---- .vim/bundle/ack.vim/doc/ack.txt | 70 ------------ .vim/bundle/ack.vim/plugin/ack.vim | 80 -------------- .vim/bundle/bufexplorer | 1 - .vim/bundle/closetag | 1 - .vim/bundle/command-t | 1 - .vim/bundle/elixir-snippets | 1 - .vim/bundle/gundo | 1 - .vim/bundle/jasmine | 1 - .vim/bundle/nerdcommenter | 1 - .vim/bundle/nerdtree | 1 - .vim/bundle/nerdtree-ack/README | 23 ---- .../nerdtree-ack/plugin/NERD_tree-ack.vim | 38 ------- .vim/bundle/open-browser-github.vim | 1 - .vim/bundle/open-browser.vim | 1 - .vim/bundle/rubytest | 1 - .vim/bundle/rust.vim | 1 - .vim/bundle/syntastic | 1 - .vim/bundle/tagbar | 1 - .vim/bundle/tlib | 1 - .vim/bundle/vim-addon-mw-utils | 1 - .vim/bundle/vim-colors-solarized | 1 - .vim/bundle/vim-colorschemes | 1 - .vim/bundle/vim-elixir | 1 - .vim/bundle/vim-endwise | 1 - .vim/bundle/vim-extest | 1 - .vim/bundle/vim-fugitive | 1 - .vim/bundle/vim-gitgutter | 1 - .vim/bundle/vim-rails | 1 - .vim/bundle/vim-repeat | 1 - .vim/bundle/vim-ruby | 1 - .vim/bundle/vim-scala | 1 - .vim/bundle/vim-shimmer | 1 - .vim/bundle/vim-snipmate | 1 - .vim/bundle/vim-surround | 1 - .vim/bundle/vim-unimpaired | 1 - .vim/bundle/vim-yankstack | 1 - .vim/bundle/zoom | 1 - .vimrc | 54 ++++++++-- 45 files changed, 43 insertions(+), 477 deletions(-) create mode 100644 .vim/.DS_Store create mode 100644 .vim/bundle/.DS_Store delete mode 100644 .vim/bundle/ack.vim/.README.md.un~ delete mode 100644 .vim/bundle/ack.vim/.gitignore delete mode 100644 .vim/bundle/ack.vim/README.md delete mode 100644 .vim/bundle/ack.vim/Rakefile delete mode 100644 .vim/bundle/ack.vim/doc/ack.txt delete mode 100644 .vim/bundle/ack.vim/plugin/ack.vim delete mode 160000 .vim/bundle/bufexplorer delete mode 160000 .vim/bundle/closetag delete mode 160000 .vim/bundle/command-t delete mode 160000 .vim/bundle/elixir-snippets delete mode 160000 .vim/bundle/gundo delete mode 160000 .vim/bundle/jasmine delete mode 160000 .vim/bundle/nerdcommenter delete mode 160000 .vim/bundle/nerdtree delete mode 100644 .vim/bundle/nerdtree-ack/README delete mode 100644 .vim/bundle/nerdtree-ack/plugin/NERD_tree-ack.vim delete mode 160000 .vim/bundle/open-browser-github.vim delete mode 160000 .vim/bundle/open-browser.vim delete mode 160000 .vim/bundle/rubytest delete mode 160000 .vim/bundle/rust.vim delete mode 160000 .vim/bundle/syntastic delete mode 160000 .vim/bundle/tagbar delete mode 160000 .vim/bundle/tlib delete mode 160000 .vim/bundle/vim-addon-mw-utils delete mode 160000 .vim/bundle/vim-colors-solarized delete mode 160000 .vim/bundle/vim-colorschemes delete mode 160000 .vim/bundle/vim-elixir delete mode 160000 .vim/bundle/vim-endwise delete mode 160000 .vim/bundle/vim-extest delete mode 160000 .vim/bundle/vim-fugitive delete mode 160000 .vim/bundle/vim-gitgutter delete mode 160000 .vim/bundle/vim-rails delete mode 160000 .vim/bundle/vim-repeat delete mode 160000 .vim/bundle/vim-ruby delete mode 160000 .vim/bundle/vim-scala delete mode 160000 .vim/bundle/vim-shimmer delete mode 160000 .vim/bundle/vim-snipmate delete mode 160000 .vim/bundle/vim-surround delete mode 160000 .vim/bundle/vim-unimpaired delete mode 160000 .vim/bundle/vim-yankstack delete mode 160000 .vim/bundle/zoom diff --git a/.gitmodules b/.gitmodules index f98a3a7..9eb7fea 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,105 +1,3 @@ -[submodule ".vim/bundle/rubytest"] - path = .vim/bundle/rubytest - url = https://github.com/janx/vim-rubytest.git -[submodule ".vim/bundle/gundo"] - path = .vim/bundle/gundo - url = http://github.com/sjl/gundo.vim.git -[submodule ".vim/bundle/nerdtree"] - path = .vim/bundle/nerdtree - url = https://github.com/scrooloose/nerdtree.git -[submodule ".vim/bundle/vim-rails"] - path = .vim/bundle/vim-rails - url = https://github.com/tpope/vim-rails.git -[submodule ".vim/bundle/syntastic"] - path = .vim/bundle/syntastic - url = https://github.com/scrooloose/syntastic.git -[submodule ".vim/bundle/vim-surround"] - path = .vim/bundle/vim-surround - url = https://github.com/tpope/vim-surround -[submodule ".vim/bundle/vim-fugitive"] - path = .vim/bundle/vim-fugitive - url = https://github.com/tpope/vim-fugitive -[submodule ".vim/bundle/zoom"] - path = .vim/bundle/zoom - url = https://github.com/taku-o/vim-zoom.git -[submodule ".vim/bundle/nerdcommenter"] - path = .vim/bundle/nerdcommenter - url = https://github.com/scrooloose/nerdcommenter.git -[submodule ".vim/bundle/closetag"] - path = .vim/bundle/closetag - url = https://github.com/docunext/closetag.vim.git -[submodule ".vim/bundle/bufexplorer"] - path = .vim/bundle/bufexplorer - url = https://github.com/corntrace/bufexplorer.git -[submodule ".vim/bundle/vim-snipmate"] - path = .vim/bundle/vim-snipmate - url = https://github.com/garbas/vim-snipmate.git -[submodule ".vim/snippets"] - path = .vim/snippets - url = https://github.com/scrooloose/snipmate-snippets.git -[submodule ".vim/bundle/vim-addon-mw-utils"] - path = .vim/bundle/vim-addon-mw-utils - url = https://github.com/MarcWeber/vim-addon-mw-utils.git -[submodule ".vim/bundle/vim-endwise"] - path = .vim/bundle/vim-endwise - url = git://github.com/tpope/vim-endwise.git -[submodule ".vim/bundle/vim-repeat"] - path = .vim/bundle/vim-repeat - url = git://github.com/tpope/vim-repeat.git -[submodule ".vim/bundle/command-t"] - path = .vim/bundle/command-t - url = git://github.com/wincent/Command-T.git -[submodule ".vim/bundle/vim-unimpaired"] - path = .vim/bundle/vim-unimpaired - url = git://github.com/tpope/vim-unimpaired.git -[submodule ".vim/bundle/vim-ruby"] - path = .vim/bundle/vim-ruby - url = git://github.com/vim-ruby/vim-ruby.git -[submodule ".vim/bundle/tlib"] - path = .vim/bundle/tlib - url = git://github.com/vim-scripts/tlib.git -[submodule ".vim/bundle/jasmine"] - path = .vim/bundle/jasmine - url = git://github.com/claco/jasmine.vim.git -[submodule ".vim/bundle/vim-colorschemes"] - path = .vim/bundle/vim-colorschemes - url = https://github.com/flazz/vim-colorschemes.git -[submodule ".vim/bundle/vim-elixir"] - path = .vim/bundle/vim-elixir - url = https://github.com/elixir-lang/vim-elixir.git -[submodule ".vim/bundle/vim-colors-solarized"] - path = .vim/bundle/vim-colors-solarized - url = git://github.com/altercation/vim-colors-solarized.git -[submodule ".vim/bundle/vim-extest"] - path = .vim/bundle/vim-extest - url = git@github.com:BjRo/vim-extest.git -[submodule ".vim/bundle/vim-shimmer"] - path = .vim/bundle/vim-shimmer - url = https://github.com/BjRo/vim-shimmer.git -[submodule ".vim/bundle/elixir-snippets"] - path = .vim/bundle/elixir-snippets - url = https://github.com/carlosgaldino/elixir-snippets.git -[submodule ".vim/bundle/vim-yankstack"] - path = .vim/bundle/vim-yankstack - url = https://github.com/maxbrunsfeld/vim-yankstack.git -[submodule ".vim/bundle/rust.vim"] - path = .vim/bundle/rust.vim - url = https://github.com/wting/rust.vim.git -[submodule ".vim/bundle/vim-scala"] - path = .vim/bundle/vim-scala - url = git@github.com:derekwyatt/vim-scala.git -[submodule ".vim/bundle/tagbar"] - path = .vim/bundle/tagbar - url = git@github.com:majutsushi/tagbar.git -[submodule ".vim/bundle/open-browser.vim"] - path = .vim/bundle/open-browser.vim - url = git@github.com:tyru/open-browser.vim.git -[submodule ".vim/bundle/open-browser-github.vim"] - path = .vim/bundle/open-browser-github.vim - url = git@github.com:tyru/open-browser-github.vim.git -[submodule ".vim/bundle/vim-gitgutter"] - path = .vim/bundle/vim-gitgutter - url = git@github.com:airblade/vim-gitgutter.git [submodule ".vim/bundle/Vundle.vim"] path = .vim/bundle/Vundle.vim url = https://github.com/VundleVim/Vundle.vim.git diff --git a/.vim/.DS_Store b/.vim/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..9667a6871433da51fe1863ba5cb62d09d89dc408 GIT binary patch literal 8196 zcmeHMU2GIp7`zHN_Dq?w587OOxuy^Ox>An zf!d@d#wal{5smU-Ob~$>qY@SMLD7i64<;&!LDXnseDFcvj7p+@ckXPZt*Z$S2E*LV zz32XY-`qKS?%e%m8DofNwFbs27-JG;j>>W>{wDEpo)@K%-&05kvS-X>dTPp#;MqidjQKb#&@&~UB6@&t3O~evFsJb-pH3L_aaN!(XAtHL{*~cJDDbXM zc2RFSLrh>$1`GrYEM|ajpCXoGS!OY9LHzz(YQi)ex4!-YLIs6Oik3>@Wy@sxC?)bx zV$7aOxT>3V;%a8VYZ;oJ^6OoyJC>^_ZQGoytEnDCpBh%mT5Zc!4NK2lW;)nwSeiW* zx3iY!3?_uXUPE)ohLu%a8GVvWyHrc>F&rahn1*{W9G2)atW-`!O>QH_pr`Z%NYX^-V3E{Sz~Xk3D_-nG+{ZoqJCZ0smpbN*56G{z6tvXR=GY z)d-!=vGT=VtSpx!D{kGfvrOLAXQXW_VI0zjm12h|YNw{Z@?oVUt(xhqsk(ZLY4S-< zZ`wAqwA8#OlQ@hNWkVE2?i;dsBVW=56Pdl9i=pt7LgEQEj=#h@oe?r#RpJ zs*~0&&9Fv$Cpp=sp0w0)y(Dxd9QLd#t0MBCM%U}KHEyRVuSjBKO;sc^z(-m$I+dCv zc?LJuMC7DH_pGS?#C5f@oZL^}xZ?Ou>o&-dZc|O^rlN&~Swo{7>75ieq3rfMH{Bvf z`qK9JI4#;KL7m^dWosm|k6*b%b=*A@x<#w{fL}h=5^tqd<-4_hZquS^e62OHAwg74 ztk$mxU@WZgL#mpsWzDRECD{nG*}d!`_7r=Wy}{mOXW2*WGxjz6j{V4fW|!FS><=)6 zQH}~!q6#&*8TDwuW^6+X;%G$&Zbt%1bYmYhj9?UFxElvCje9VI`|&Uy!4W))C-EGf z#|wB7uj4E}#3#6jFYy(=$4~eLzlsHha$??{Td+V}BAmCyNzDE$y3o-)V&2)lt6biG z^^5sJv5;{2brrs*+vbF^Knj;@(i5Ukny0{=!aR}BllA$^s@2z5uOVHMQ1t`(B%~}A zGUT&K=@CWpl*gOvYN;8b?IC%->NZ4VrNG++e3a{3S>nl^H%ZyDQs`|6-rTa4MvFY% z^Jc7tMw!@zyuH1ad_fBTlW6}%vY)bx><2Da07Y1VQbe(ygxW+R-GO$JXeVw%FZwZn zK@5>d$8Z<+!$cNSB-KMC*851R58y!@Cb2$-$MFP?;uwzO1Ww`H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T09?E;kz`zg; z#K?dV$N^yxfU&`RpBdK*Ss)_u7a;N|BuGjICh{K$;KslNM` *ack-author* -License: Same terms as Vim itself (see |license|) - -============================================================================== -INTRODUCTION *ack* - -This plugin is a front for the Perl module App::Ack. Ack can be used as a -replacement for grep. This plugin will allow you to run ack from vim, and -shows the results in a split window. - -:Ack[!] [options] {pattern} [{directory}] *:Ack* - - Search recursively in {directory} (which defaults to the current - directory) for the {pattern}. Behaves just like the |:grep| command, but - will open the |Quickfix| window for you. If [!] is not given the first - error is jumped to. - -:AckAdd [options] {pattern} [{directory}] *:AckAdd* - - Just like |:Ack|, but instead of making a new list, the matches are - appended to the current |quickfix| list. - -:AckFromSearch [{directory}] *:AckFromSearch* - - Just like |:Ack| but the pattern is from previous search. - -:LAck [options] {pattern} [{directory}] *:LAck* - - Just like |:Ack| but instead of the |quickfix| list, matches are placed in - the current |location-list|. - -:LAckAdd [options] {pattern} [{directory}] *:LAckAdd* - - Just like |:AckAdd| but instead of the |quickfix| list, matches are added - to the current |location-list| - -:AckFile [options] {pattern} [{directory}] *:AckFile* - - Search recursively in {directory} (which defaults to the current - directory) for filenames matching the {pattern}. Behaves just like the - |:grep| command, but will open the |Quickfix| window for you. - -Files containing the search term will be listed in the split window, along -with the line number of the occurrence, once for each occurrence. on -a line in this window will open the file, and place the cursor on the matching -line. - -See http://betterthangrep.com/ for more information. - -============================================================================== -MAPPINGS *ack-mappings* - -The following keyboard shortcuts are available in the quickfix window: - -o open file (same as enter). - -go preview file (open but maintain focus on ack.vim results). - -t open in a new tab. - -T open in new tab silently. - -v open in vertical split. - -gv open in vertical split silently. - -q close the quickfix window. diff --git a/.vim/bundle/ack.vim/plugin/ack.vim b/.vim/bundle/ack.vim/plugin/ack.vim deleted file mode 100644 index 5532618..0000000 --- a/.vim/bundle/ack.vim/plugin/ack.vim +++ /dev/null @@ -1,80 +0,0 @@ -" NOTE: You must, of course, install the ack script -" in your path. -" On Debian / Ubuntu: -" sudo apt-get install ack-grep -" On your vimrc: -" let g:ackprg="ack-grep -H --nocolor --nogroup --column" -" -" With MacPorts: -" sudo port install p5-app-ack - -" Location of the ack utility -if !exists("g:ackprg") - let g:ackprg="ack -H --nocolor --nogroup --column" -endif - -function! s:Ack(cmd, args) - redraw - echo "Searching ..." - - " If no pattern is provided, search for the word under the cursor - if empty(a:args) - let l:grepargs = expand("") - else - let l:grepargs = a:args - end - - " Format, used to manage column jump - if a:cmd =~# '-g$' - let g:ackformat="%f" - else - let g:ackformat="%f:%l:%c:%m" - end - - let grepprg_bak=&grepprg - let grepformat_bak=&grepformat - try - let &grepprg=g:ackprg - let &grepformat=g:ackformat - silent execute a:cmd . " " . l:grepargs - finally - let &grepprg=grepprg_bak - let &grepformat=grepformat_bak - endtry - - if a:cmd =~# '^l' - botright lopen - else - botright copen - endif - - exec "nnoremap q :ccl" - exec "nnoremap t T" - exec "nnoremap T TgT" - exec "nnoremap o " - exec "nnoremap go " - exec "nnoremap v v" - exec "nnoremap gv v" - - " If highlighting is on, highlight the search keyword. - if exists("g:ackhighlight") - let @/=a:args - set hlsearch - end - - redraw! -endfunction - -function! s:AckFromSearch(cmd, args) - let search = getreg('/') - " translate vim regular expression to perl regular expression. - let search = substitute(search,'\(\\<\|\\>\)','\\b','g') - call s:Ack(a:cmd, '"' . search .'" '. a:args) -endfunction - -command! -bang -nargs=* -complete=file Ack call s:Ack('grep',) -command! -bang -nargs=* -complete=file AckAdd call s:Ack('grepadd', ) -command! -bang -nargs=* -complete=file AckFromSearch call s:AckFromSearch('grep', ) -command! -bang -nargs=* -complete=file LAck call s:Ack('lgrep', ) -command! -bang -nargs=* -complete=file LAckAdd call s:Ack('lgrepadd', ) -command! -bang -nargs=* -complete=file AckFile call s:Ack('grep -g', ) diff --git a/.vim/bundle/bufexplorer b/.vim/bundle/bufexplorer deleted file mode 160000 index d1dc1be..0000000 --- a/.vim/bundle/bufexplorer +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d1dc1be409da9233b6196c1358ce585b6d89723c diff --git a/.vim/bundle/closetag b/.vim/bundle/closetag deleted file mode 160000 index a52525b..0000000 --- a/.vim/bundle/closetag +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a52525b7220bb28309d1905108e9e8914fdb4112 diff --git a/.vim/bundle/command-t b/.vim/bundle/command-t deleted file mode 160000 index 2d80b2e..0000000 --- a/.vim/bundle/command-t +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2d80b2e65cd690dd17c66fb52e5f9fb09700b1e7 diff --git a/.vim/bundle/elixir-snippets b/.vim/bundle/elixir-snippets deleted file mode 160000 index 1bc7619..0000000 --- a/.vim/bundle/elixir-snippets +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1bc7619f9cb87ab8472ce32437b4cb00888581c8 diff --git a/.vim/bundle/gundo b/.vim/bundle/gundo deleted file mode 160000 index e7fe410..0000000 --- a/.vim/bundle/gundo +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e7fe41024ace9047eee610f23311d44fd9d917c0 diff --git a/.vim/bundle/jasmine b/.vim/bundle/jasmine deleted file mode 160000 index 50cae13..0000000 --- a/.vim/bundle/jasmine +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 50cae137f8308cdfdf70010232a852a364549411 diff --git a/.vim/bundle/nerdcommenter b/.vim/bundle/nerdcommenter deleted file mode 160000 index 1f4bfd5..0000000 --- a/.vim/bundle/nerdcommenter +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1f4bfd59920c101a30a74a07b824608a6e65f3fe diff --git a/.vim/bundle/nerdtree b/.vim/bundle/nerdtree deleted file mode 160000 index 4ebbb53..0000000 --- a/.vim/bundle/nerdtree +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4ebbb533c3faf2c480211db2b547972bb3b60f2b diff --git a/.vim/bundle/nerdtree-ack/README b/.vim/bundle/nerdtree-ack/README deleted file mode 100644 index 78a5b28..0000000 --- a/.vim/bundle/nerdtree-ack/README +++ /dev/null @@ -1,23 +0,0 @@ -This is a mirror of http://www.vim.org/scripts/script.php?script_id=3878 - -This plugin add capability to search in folders via NERDtree. The search use ack.vim from the master branch (http://github.com/mileszs/ack.vim/tree/master). - -This is ripped off from "NERDTree & ack" plugin (vimscript #3357) by Tudor Barbu. It just doesn't fit my taste, so, yeah. - -## How to Use - -1. Open NERDtree -2. Point to a directory -3. Press `ms` -4. Enter search term (e.g. `control\ panel -i`) -5. Profit! - -## Features - -1. Doesn't change current open buffers! This feature is what necessitate the use of latest ack.vim -2. Uses ack.vim syntax: - - Use `\ ` to write a space (e.g. `control\ panel`) - - Or enclose the term in quotes (e.g. `"control panel"`) - - The default behavior is case sensitive. Use `-i` params for case insensitive (e.g. `"control panel" -i`) -3. Uses ack.vim buffer behavior - diff --git a/.vim/bundle/nerdtree-ack/plugin/NERD_tree-ack.vim b/.vim/bundle/nerdtree-ack/plugin/NERD_tree-ack.vim deleted file mode 100644 index aa40ade..0000000 --- a/.vim/bundle/nerdtree-ack/plugin/NERD_tree-ack.vim +++ /dev/null @@ -1,38 +0,0 @@ -" ============================================================================ -" File: NERD_tree-ack.vim -" Description: Adds searching capabilities to NERD_Tree -" Maintainer: Mohammad Satrio -" License: This program is free software. It comes without any warranty, -" to the extent permitted by applicable law. You can redistribute -" it and/or modify it under the terms of the Do What The Fuck You -" Want To Public License, Version 2, as published by Sam Hocevar. -" See http://sam.zoy.org/wtfpl/COPYING for more details. -" -" ============================================================================ - - -" don't load multiple times -if exists("g:loaded_nerdtree_ack") - finish -endif - -let g:loaded_nerdtree_ack = 1 - -" add the new menu item via NERD_Tree's API -call NERDTreeAddMenuItem({ - \ 'text': '(s)earch directory', - \ 'shortcut': 's', - \ 'callback': 'NERDTreeAck' }) - -function! NERDTreeAck() - " get the current dir from NERDTree - let cd = g:NERDTreeDirNode.GetSelected().path.str() - - " get the pattern - let pattern = input("Enter the pattern: ") - if pattern == '' - echo 'Maybe another time...' - return - endif - exec "Ack! ".pattern." ".cd -endfunction diff --git a/.vim/bundle/open-browser-github.vim b/.vim/bundle/open-browser-github.vim deleted file mode 160000 index 8312733..0000000 --- a/.vim/bundle/open-browser-github.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8312733b08330191358af14832d9959f19739eda diff --git a/.vim/bundle/open-browser.vim b/.vim/bundle/open-browser.vim deleted file mode 160000 index e175358..0000000 --- a/.vim/bundle/open-browser.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e17535850b8096b79907df9059fb43c51448f038 diff --git a/.vim/bundle/rubytest b/.vim/bundle/rubytest deleted file mode 160000 index c0d9c37..0000000 --- a/.vim/bundle/rubytest +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c0d9c37ab36fbc13ff6d4943e8dc9f5956e48e07 diff --git a/.vim/bundle/rust.vim b/.vim/bundle/rust.vim deleted file mode 160000 index 2450ecf..0000000 --- a/.vim/bundle/rust.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2450ecf3091cc7c2711ca9f00eae8e3bedd04376 diff --git a/.vim/bundle/syntastic b/.vim/bundle/syntastic deleted file mode 160000 index e4f4acd..0000000 --- a/.vim/bundle/syntastic +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e4f4acd9ae842b451965fa5779e64f8a60860838 diff --git a/.vim/bundle/tagbar b/.vim/bundle/tagbar deleted file mode 160000 index 7b36c46..0000000 --- a/.vim/bundle/tagbar +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7b36c46d17d57db34fdb0adac9ba6382d0bb5e66 diff --git a/.vim/bundle/tlib b/.vim/bundle/tlib deleted file mode 160000 index 56c58fd..0000000 --- a/.vim/bundle/tlib +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 56c58fd2f90793a8eaffa9a7182259ae7a8dc93a diff --git a/.vim/bundle/vim-addon-mw-utils b/.vim/bundle/vim-addon-mw-utils deleted file mode 160000 index 0c5612f..0000000 --- a/.vim/bundle/vim-addon-mw-utils +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0c5612fa31ee434ba055e21c76f456244b3b5109 diff --git a/.vim/bundle/vim-colors-solarized b/.vim/bundle/vim-colors-solarized deleted file mode 160000 index 528a59f..0000000 --- a/.vim/bundle/vim-colors-solarized +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 528a59f26d12278698bb946f8fb82a63711eec21 diff --git a/.vim/bundle/vim-colorschemes b/.vim/bundle/vim-colorschemes deleted file mode 160000 index d18df85..0000000 --- a/.vim/bundle/vim-colorschemes +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d18df8544d106fce691740d7cc117b54b8b4b96d diff --git a/.vim/bundle/vim-elixir b/.vim/bundle/vim-elixir deleted file mode 160000 index 1cfd5ab..0000000 --- a/.vim/bundle/vim-elixir +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1cfd5ab992b61bc30041950641eb577066269ee5 diff --git a/.vim/bundle/vim-endwise b/.vim/bundle/vim-endwise deleted file mode 160000 index 0067ced..0000000 --- a/.vim/bundle/vim-endwise +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0067ceda37725d01b7bd5bf249d63b1b5d4e2ab4 diff --git a/.vim/bundle/vim-extest b/.vim/bundle/vim-extest deleted file mode 160000 index 767e717..0000000 --- a/.vim/bundle/vim-extest +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 767e7171c2c6228ebc122a19763bbd7b20c4955e diff --git a/.vim/bundle/vim-fugitive b/.vim/bundle/vim-fugitive deleted file mode 160000 index 19d1c94..0000000 --- a/.vim/bundle/vim-fugitive +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 19d1c944dbf59f252135688018610a12ce5718b4 diff --git a/.vim/bundle/vim-gitgutter b/.vim/bundle/vim-gitgutter deleted file mode 160000 index 0e66fc9..0000000 --- a/.vim/bundle/vim-gitgutter +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0e66fc915c5c7d8f18eb62f69230393465812fc3 diff --git a/.vim/bundle/vim-rails b/.vim/bundle/vim-rails deleted file mode 160000 index eb388f0..0000000 --- a/.vim/bundle/vim-rails +++ /dev/null @@ -1 +0,0 @@ -Subproject commit eb388f0836236de808d2deab227d2ec29d5c3d66 diff --git a/.vim/bundle/vim-repeat b/.vim/bundle/vim-repeat deleted file mode 160000 index 7a6675f..0000000 --- a/.vim/bundle/vim-repeat +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7a6675f092842c8f81e71d5345bd7cdbf3759415 diff --git a/.vim/bundle/vim-ruby b/.vim/bundle/vim-ruby deleted file mode 160000 index 666adb5..0000000 --- a/.vim/bundle/vim-ruby +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 666adb5bcdfb2d21572a58fcdf7545a26bac32a0 diff --git a/.vim/bundle/vim-scala b/.vim/bundle/vim-scala deleted file mode 160000 index 71ada50..0000000 --- a/.vim/bundle/vim-scala +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 71ada50fc5e2b3c9fdbdb75835a218d2c245efec diff --git a/.vim/bundle/vim-shimmer b/.vim/bundle/vim-shimmer deleted file mode 160000 index 94c4676..0000000 --- a/.vim/bundle/vim-shimmer +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 94c46765604c61ae0ec9bfe440060f228d927856 diff --git a/.vim/bundle/vim-snipmate b/.vim/bundle/vim-snipmate deleted file mode 160000 index 71250b0..0000000 --- a/.vim/bundle/vim-snipmate +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 71250b0ef2b03b40ded5e93f4abe66fc2ee4aa75 diff --git a/.vim/bundle/vim-surround b/.vim/bundle/vim-surround deleted file mode 160000 index 2d05440..0000000 --- a/.vim/bundle/vim-surround +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2d05440ad23f97a7874ebd9b5de3a0e65d25d85c diff --git a/.vim/bundle/vim-unimpaired b/.vim/bundle/vim-unimpaired deleted file mode 160000 index 11dc568..0000000 --- a/.vim/bundle/vim-unimpaired +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 11dc568dbfd7a56866a4354c737515769f08e9fe diff --git a/.vim/bundle/vim-yankstack b/.vim/bundle/vim-yankstack deleted file mode 160000 index 157a659..0000000 --- a/.vim/bundle/vim-yankstack +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 157a659c1b101c899935d961774fb5c8f0775370 diff --git a/.vim/bundle/zoom b/.vim/bundle/zoom deleted file mode 160000 index d6494c6..0000000 --- a/.vim/bundle/zoom +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d6494c68b891154f712fd799f1d6dd018153f3de diff --git a/.vimrc b/.vimrc index 2a8dd93..b7ebf18 100644 --- a/.vimrc +++ b/.vimrc @@ -1,15 +1,40 @@ -set nocompatible - -" Fire up pathogen -call pathogen#infect() - syntax on +set nocompatible +filetype off + +"<<-VUNDLE +set rtp+=~/.vim/bundle/Vundle.vim +call vundle#begin() +"Plugin 'mileszs/ack.vim' +Plugin 'docunext/closetag.vim' +Plugin 'wincent/Command-T' +Plugin 'scrooloose/nerdcommenter' +Plugin 'scrooloose/nerdtree' +Plugin 'tyok/nerdtree-ack' +Plugin 'tyru/open-browser-github.vim' +Plugin 'tyru/open-browser.vim' +Plugin 'scrooloose/syntastic' +Plugin 'majutsushi/tagbar' +Plugin 'vim-scripts/tlib' +Plugin 'MarcWeber/vim-addon-mw-utils' +Plugin 'altercation/vim-colors-solarized' +Plugin 'flazz/vim-colorschemes' +Plugin 'elixir-lang/vim-elixir' +Plugin 'tpope/vim-endwise' +Plugin 'tpope/vim-fugitive' +Plugin 'airblade/vim-gitgutter' +Plugin 'tpope/vim-rails' +Plugin 'tpope/vim-repeat' +Plugin 'vim-ruby/vim-ruby' +Plugin 'garbas/vim-snipmate' +Plugin 'tpope/vim-surround' +Plugin 'tpope/vim-unimpaired' +Plugin 'janko-m/vim-test' +call vundle#end() filetype plugin indent on - -let mapleader = "," +"VUNDLE colorscheme railscasts - "let g:solarized_termcolors=256 "colorscheme solarized "set background=light @@ -23,6 +48,7 @@ python from powerline.vim import setup as powerline_setup python powerline_setup() python del powerline_setup +let mapleader = "," set encoding=utf-8 set fileencoding=utf-8 set ttyfast @@ -71,6 +97,8 @@ set splitright set fillchars+=stl:\ ,stlnc:\ " Configure Powerline set noshowmode set ambiwidth=single +set noeb +set novb "For vim-gitgutter set updatetime=750 @@ -166,6 +194,13 @@ nnoremap :set paste! " toogle paste mode nnoremap :call NumberToggle() nnoremap :!ctags -R " ctags +" vim-test bindings +nmap t :TestNearest +nmap T :TestFile +nmap a :TestSuite +nmap lt :TestLast +nmap g :TestVisit + " Move between changed areas nmap h GitGutterNextHunk nmap H GitGutterPrevHunk @@ -182,6 +217,3 @@ nmap yankstack_substitute_newer_paste " Machine dependend extension for vimrc source ~/.vimrc.local - -set noeb -set novb