Commit Graph

331 Commits

Author SHA1 Message Date
Yan Pritzker
ac2f134bb7 Migrate to Vundle! Be sure to run rake :update
* duhanebel/vundle_migration:
  Remove "press a key to continue" before vundle_install
  Fix a bug preventing the correct update of vim
  Change duhanebel's forked repos to originals
  Fix a typo on the Rakefile
  Fix a bug that was preventing a clean install
  Change rake file to reuse methods in vundle.rb
  Update zsh alias to support new yadr's commands
  Add yadr command line tools to remove/list plugins
  Update yadr's binary to support Vundle
  Update Rakefile to manage pathogen-to-vundle upgrade
  Remove csapprox
  Move mapleader definition to vimrc
  Change vimrc to use Vundle instead of pathogen
  Add bundle to .gitignore
  Remove all vim submodules

Conflicts:
	.gitmodules
2013-03-29 08:06:00 -07:00
Yan Pritzker
24fb70b513 Use silver searcher for lightning fast :Gsearch 2013-03-29 08:03:17 -07:00
petRUShka
453de6d7d6 New: [VIM] added file-line plugin. Allows to open file and move to certain line like this vim Rakefile:110 2013-03-22 09:47:29 +04:00
Fabio Gallonetto
660419b4ea Change duhanebel's forked repos to originals
Both powerline and syntastic on the default vundles.vim were
pointing to my own forks, which are not needed for the main repo.
2013-03-21 16:38:41 +00:00
Fabio Gallonetto
990f8b35b3 Remove csapprox
Since we're now able to install Solarized on iTerm2, there's no
need for approximating the theme when using vim instead of
mvim. In fact, using csapprox on iTerm2 with solarized installed
breaks the theme completely.
2013-03-16 17:09:48 +00:00
Fabio Gallonetto
c3d44936c0 Move mapleader definition to vimrc
It seems that the mapleader has to be defined before vundle starts
to load the plugins. For this reason, I moved it from yadr-keymap
back into the vimrc. I'm sure it's not a big deal having the leader
mapped under the "general config" instead of inside settings.
2013-03-16 17:09:43 +00:00
Fabio Gallonetto
52407ac34c Change vimrc to use Vundle instead of pathogen 2013-03-16 17:09:38 +00:00
Fabio Gallonetto
bf42dc78d7 Remove all vim submodules 2013-03-16 17:09:15 +00:00
Yan Pritzker
628cd5f5a7 Revert "Added ,mm to switch to mailer while in view"
Conflicted with showmarks in an ugly way
This reverts commit 44a2cd79d0.
2013-03-08 10:00:38 -06:00
Yan Pritzker
44a2cd79d0 Added ,mm to switch to mailer while in view 2013-03-08 09:18:30 -06:00
Yan Pritzker
d6249fe3ae Updated subprojects 2013-03-08 09:14:39 -06:00
Yan Pritzker
467d47bb3a Merge pull request #250 from kmees/issue_249
Renamed vim/plugion/settings/fugitive.git to vim/plugin/settings/fugitiv...
2013-03-07 09:15:47 -08:00
Yan Pritzker
91547f9bed Removed unused plugin ruby_focused_unit_test 2013-03-07 10:43:22 -06:00
Kevin Mees
76be5af82c Renamed vim/plugion/settings/fugitive.git to vim/plugin/settings/fugitive.vim. Fixes issue #249 2013-02-28 15:55:03 +01:00
Yan Pritzker
2696f6670a Removed unused / not working ,,f ,,F aliases 2013-02-27 08:43:56 -06:00
Fabio Pelosin
e8e5d18e93 Add gitgutter 2013-02-26 08:56:49 +01:00
Yan Pritzker
9792c00385 Remove gitgutter; causes errors 2013-02-21 09:31:16 -06:00
Yan Pritzker
564f67e41a Upgrade plugins 2013-02-21 09:16:14 -06:00
Yan Pritzker
fb7ebe7ecf Merge pull request #246 from irrationalfab/vim-gitgutter
Added vim-gitgutter, which shows git diff in the gutter
2013-02-21 07:11:18 -08:00
Yan Pritzker
90d48a37a8 Upgrade plugins 2013-02-21 09:11:00 -06:00
Fabio Pelosin
00247530eb Added vim-gitgutter, which shows git diff in the gutter 2013-02-21 13:56:32 +01:00
Yan Pritzker
8124d50657 Remove arpeggio; unused 2013-02-15 20:24:03 -06:00
Yan Pritzker
719b3b48fc Improved sass colors 2013-02-15 20:22:09 -06:00
Yan Pritzker
0211376153 Vim plugins and prezto updated 2013-02-06 15:20:21 -06:00
Edgar Gonzalez
7d05f27fd7 Remove unused submodules directories.
Running `rake install`, runs the `:submodule_init` task,
which in turn runs the following command:

    git submodule update --init --recursive

This fails with the following couple of errors (separately):

    No submodule mapping found in .gitmodules for path 'vim/bundle/mattn-zencoding-vim'
    No submodule mapping found in .gitmodules for path 'vim/bundle/skwp-vim-indexed-search'

This was introduced by 3d60f721dd
which removed the 'mattn/zencoding-vim' and 'skwp/vim-indexed-search'
submodules from the `.gitmodules`.
2013-02-05 03:46:46 -04:00
Yan Pritzker
8b318412cd Revert "Add quickfixsigns module - shows which lines changed"
This reverts commit ae8946dbb2.
2013-02-04 09:25:03 -06:00
Michał Szajbe
2160ef8f8d updated vim nerdtree tabs plugin 2013-01-27 23:30:55 +01:00
Yan Pritzker
ae8946dbb2 Add quickfixsigns module - shows which lines changed 2013-01-23 11:53:49 -06:00
Yan Pritzker
2ab22b5edf Merge pull request #236 from giorni/slim-update
Updated vim-slim submodule.
2013-01-10 11:20:31 -08:00
Yan Pritzker
6ea3351adc Added ,gt html tidy command 2013-01-10 10:25:02 -06:00
Yan Pritzker
74be62534d Color improvement 2013-01-10 10:24:40 -06:00
Ricardo Giorni
6639ba7a58 Updated vim-slim submodule. 2013-01-10 12:19:23 -02:00
Andy Attebery
74dd90559e Removed vim-slim submodule 2013-01-07 03:58:23 -06:00
Yan Pritzker
018f744346 Fix cmd-j and cmd-k navigate by function bindings 2012-12-10 10:31:01 -06:00
Yan Pritzker
eecde1a252 Removed zoomwin - messes with syntax highlighting 2012-11-28 17:56:17 -06:00
Yan Pritzker
53b5036775 rbf abbreviation for rspec before block 2012-11-28 13:28:56 -06:00
Yan Pritzker
67bc28592f Better sass colors 2012-11-28 13:28:45 -06:00
Yan Pritzker
079e434c3f Better colors, readme update 2012-11-20 10:08:19 -06:00
Yan Pritzker
8a990709fe Remove SearchComplete plugin - too much grief
This plugin was causing issues with numerous other plugins
including the ctrl-shift-e expansion of html and ConqueTerm
2012-11-20 10:06:23 -06:00
Yan Pritzker
aed00bb274 Improve colors in normal vi [Fix #216] 2012-11-17 11:35:32 -06:00
Yan Pritzker
695a4a0d87 cl! abbreviation for logging, and ;; for closing javascript lines 2012-11-16 12:19:45 -06:00
Yan Pritzker
522c250204 Undo zm mapping which conflicts with folding. Jump to method now Cmd-Shift-M 2012-11-16 12:19:30 -06:00
Yan Pritzker
aa0ec75ee9 Remapped ,m to zm due to conflict with ShowMarks 2012-11-16 12:07:52 -06:00
Yan Pritzker
990cda8aaa Improved vim colors 2012-11-16 12:04:08 -06:00
Yan Pritzker
a8d3e50847 Font improvement: Inconsolata XL 2012-11-16 09:33:13 -06:00
Yan Pritzker
485c7f1800 Bundles for better javascript highlighting and tag highlighting 2012-11-16 09:31:59 -06:00
Yan Pritzker
5c0571e056 Upgraded vim plugins 2012-11-13 10:50:56 -06:00
Yan Pritzker
ae88cdf03a Prevent neocomplcache hanging in python [Fix #163] 2012-11-13 10:50:56 -06:00
Yan Pritzker
4dc9449479 Upgrade vim plugins 2012-11-10 17:30:38 -06:00
Yan Pritzker
5c54fcd169 A few new git aliases 2012-11-09 13:41:00 -06:00