Commit Graph

49 Commits

Author SHA1 Message Date
Yan Pritzker 3b8120e9d4 Revert bundle syntax update that may have caused pain for upgraders [Fix #588] 2015-01-06 13:38:22 -06:00
Nikolai Berkoff a5fccb9f17 Vundle syntax update [Fix #578] 2015-01-04 14:06:25 -06:00
Yan Pritzker 2dbbf08434 Split vundles into multiple files to reduce churn 2014-02-15 22:00:17 -06:00
Yan Pritzker c3117d4f7d Remove vinegar; Didn't like the dash usage. 2014-02-15 21:20:39 -06:00
Yan Pritzker 399d1d290a Replace GitGrep with Ag 2014-02-15 21:08:32 -06:00
Yan Pritzker 5d72a8c5a4 Sneak: hit Space and type two letters to quickly jump somewhere 2014-02-01 13:37:55 -06:00
Yan Pritzker b5f5ecd414 Added Ctrl-R, reverse history search for :commands 2014-02-01 13:27:12 -06:00
Yan Pritzker 929f70c11d Merge pull request #424 from maletor/neocomplete
Initial crack at neocomplete
2014-01-20 08:37:59 -08:00
Yan Pritzker 9c4abaa89f Change to Lightline instead of Airline [Fix #418] 2014-01-05 19:09:18 -06:00
Yan Pritzker 2b117b5812 Added support for js highlighting for jquery/other frameworks 2014-01-05 17:28:32 -06:00
Yan Pritzker 41974867e4 Merge pull request #421 from irrationalfab/investigate.vim
Any interest in investigate.vim?
2014-01-05 12:40:10 -08:00
Yan Pritzker 7e2a3493b6 Go back to using neocomplcache; prematurely upgraded 2013-12-30 10:49:34 -06:00
Yan Pritzker fe6571e1e4 Reorg bundles, add vim-vinegar and vim-grubox alternate colorscheme 2013-12-28 10:58:58 -06:00
Ellis Berner 9fc329f186 Initial crack at neocomplete 2013-12-19 10:42:44 -08:00
Fabio Pelosin 0b26220edd Add investigate.vim 2013-12-17 17:35:44 +01:00
Yan Pritzker 2c11049fcc Readme cleanup, and NrrwRgn plugin that was lost 2013-12-15 22:27:00 -06:00
Yan Pritzker 22e58f0ced Added ,rs ,rl ,ss ,sl commands for running specs in iTerm 2013-12-15 22:02:47 -06:00
Yan Pritzker 14e119cf35 Swap specky for lighter weight rspec.vim for highlighting 2013-12-15 15:17:04 -06:00
Yan Pritzker f2f9c92332 Removed vim-ruby-conque, causes shell connection leaks and other issues 2013-12-15 15:02:54 -06:00
Yan Pritzker 287b3eff2b Splitting up docs 2013-12-15 15:01:30 -06:00
Jonas Bygdén 50be196f97 Added syntax highlightning for tmux.conf 2013-11-13 23:58:27 +01:00
Yan Pritzker 8e508b7bf5 Add puppet module 2013-11-03 21:15:39 -06:00
Jonas Bygdén d836ce883a Removed bundle kogakure/vim-sparkup.git since the repo doesn't exist on github anymore 2013-09-03 10:08:50 +02:00
Yan Pritzker 5eb6a22c06 Added vim-session; :SaveSession and :OpenSession [Fix #322] 2013-08-04 17:58:12 -05:00
Yan Pritzker acd1339187 Kill sass-status [Fix #361] 2013-08-04 16:36:38 -05:00
Yan Pritzker 454e67a2fa Added multicursor - hit Ctrl-n to select multiple things and then i/c them! [Fix #368] 2013-08-04 16:34:43 -05:00
Yan Pritzker 584959b034 Remove duplicate vundles (thanks fayimora) 2013-08-01 11:09:01 -05:00
Yan Pritzker 479b763018 Swapped out powerline for airline [Fix #372] 2013-08-01 11:07:29 -05:00
Katherine G. Pe e824e2ea62 Remove duplicate of vim-slim on vundles 2013-07-13 20:35:11 +08:00
Yan Pritzker 9e864c25c0 Remove lusty juggler / not using 2013-06-21 09:53:32 -05:00
Yan Pritzker 4a3db13544 Add :ChangeHashSyntax for ruby 1.8->1.9 hashes 2013-06-19 10:26:37 -05:00
Christian Treppo 9a1ee8877c Add the multicursor plugin 2013-05-22 19:04:59 +02:00
Luiz Gonzaga dos Santos Filho 1be65dec7a Cleaning vundles.vim
Conflicts:
	vim/vundles.vim
2013-05-03 14:19:08 +02:00
Yan Pritzker cf50ade257 Removed gitgutter - causing slowness 2013-05-02 16:43:29 -05:00
Luiz Gonzaga dos Santos Filho 032ae9cdcf Re-organizing entire file 2013-05-02 16:54:16 +02:00
Luiz Gonzaga dos Santos Filho 2439ce9278 Adding 3 more and organizing text objects vundles 2013-05-02 16:07:06 +02:00
Yan Pritzker 673e1d1230 Merge pull request #292 from skwp/vundles_local
Add .vundles.local to allow per-installation plugin customization
2013-04-29 20:25:27 -07:00
Luiz Gonzaga dos Santos Filho bcc03b96df Switching from Ack to Ag 2013-04-25 21:34:56 +01:00
Yan Pritzker 54bd32317f Revert numbers.vim causing relative numbering issue 2013-04-16 09:13:49 -05:00
Fabio Gallonetto 23a9e72b9c Add numbers.vim to vundles.list
numbers.vim is a plugin that allows for easy switch between
absolute and relative line numbers.
A convenient shortcut: ,tn (toggle numbers) is provided to
switch between the two modes

Fixes #276
2013-04-09 17:44:26 +01:00
Fabio Gallonetto 1a7f2bb8f6 Add .vundles.local to allow per-installation plugin customization
Adding and removing vim plugins is now done by adding and removing
from ~/.vim/.vundles.local. This file is sourced at the end of
vundles.vim

Fixes #275
2013-04-09 16:52:30 +01:00
Luiz Gonzaga dos Santos Filho 2cc53a3aa8 Adding visual star search vundle 2013-04-07 00:14:00 +02:00
jby cd783b1d6b Replaced honza/snipmate-snippets with honza/vim-snippets since it seem upstream changed name 2013-04-04 20:39:53 +02:00
Fabio Gallonetto 21a72dd228 Add tpope/vim-rvm to the plugin list
tpope/bundler won't work without this plugin on a project
that uses dvm when mvim is not launched from within the
project's directory.
Using the command :Rvm will source the right GEM_HOME
so that :Bedit [gem] is able to look in the right place.
2013-03-30 13:48:42 +01:00
Yan Pritzker 854a15fdb6 Fix path to file-line bundle 2013-03-29 09:06:52 -07:00
Yan Pritzker 1594e3ec9c Add back file-line after undle migration 2013-03-29 08:25:18 -07: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 52407ac34c Change vimrc to use Vundle instead of pathogen 2013-03-16 17:09:38 +00:00