Commit Graph

645 Commits

Author SHA1 Message Date
Fabio Gallonetto
bf42dc78d7 Remove all vim submodules 2013-03-16 17:09:15 +00:00
Yan Pritzker
9f9054f6f2 Merge pull request #259 from duhanebel/iterm_solarized
Add solarized themes for iTerm2
2013-03-14 05:50:00 -07:00
Fabio Gallonetto
7f8e2248fe Add solarized themes for iTerm2
Both solarized dark and light are now included in the subdir
iTerm2. They are copies from the original repo because it doesn't
seem worth to clone a ~10Mb repo just to keep in sync 2 files,
considering that solarized hasn't changed much in the past years.

The rakefile has been updated to trigger the automatic installation
of these two themes only if OS == OSX. The user will still have
to set the themes for his/her current profile manually (but that's
explained at the end of the installation process).
2013-03-14 13:35:55 +01: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
15f2d9dd92 Readme cleanup 2013-02-27 08:58:48 -06:00
Yan Pritzker
2696f6670a Removed unused / not working ,,f ,,F aliases 2013-02-27 08:43:56 -06:00
Yan Pritzker
6edbee2994 Merge pull request #247 from irrationalfab/vim-gitgutter
Add gitgutter
2013-02-26 06:39:07 -08: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
Yan Pritzker
57ab4337b2 Merge pull request #243 from gonzedge/submodules-init
Remove unused submodules directories.
2013-02-06 08:45:40 -08: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
Yan Pritzker
940ad7010b Merge pull request #241 from calavera/skip-homebrew-install
Skip homebrew install if it's already in the path
2013-02-04 07:16:17 -08:00
Yan Pritzker
a70b10d8b8 Merge pull request #237 from rafaelregis/aliases_cleanup
Aliases cleanup
2013-02-04 07:15:59 -08:00
Yan Pritzker
033009fa0b Merge pull request #239 from lfilho/master
Removing duplicated vim plugins
2013-02-04 07:15:30 -08:00
Yan Pritzker
5748c23778 Merge pull request #242 from szajbus/skwp
updated vim nerdtree tabs plugin
2013-02-04 07:15:20 -08:00
Michał Szajbe
2160ef8f8d updated vim nerdtree tabs plugin 2013-01-27 23:30:55 +01:00
David Calavera
69b53d7d53 Follow code style. 2013-01-26 11:07:46 -08:00
David Calavera
721836976c Install homebrew only if it's not in the path already. 2013-01-26 11:06:01 -08:00
Luiz Gonzaga dos Santos Filho
3d60f721dd Removing duplicated vim plugins 2013-01-24 18:30:42 +01:00
Yan Pritzker
ae8946dbb2 Add quickfixsigns module - shows which lines changed 2013-01-23 11:53:49 -06:00
Rafael Regis
dab6d99f68 Delete yuv alias, as asked by the comment. 2013-01-17 22:57:47 -02:00
Rafael Regis
89a49173ae Use vim instead of vi.
- vi command uses vim that comes with the system instead of the one of MacVim.
2013-01-17 14:44:23 -02:00
Rafael Regis
f4c5a7dba2 Remove '..' alias.
- cd ..; cd ../..; cd ../../..; cd ../../../.. are aliased by
  default on zsh to ..; ...; ....; ..... respectively.
2013-01-17 14:36:34 -02:00
Yan Pritzker
73ea651afd Merge pull request #235 from rafaelregis/fix_vim_alias
Fixed vim alias.
2013-01-17 08:12:58 -08: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
5d0c988f71 Sprintly alias 2013-01-10 10:25:18 -06: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
Rafael Regis
5cd34a1b64 Fixed vim alias.
- Only set vim alias if MacVim is installed (using homebrew or not)
2013-01-10 01:42:08 -02:00
Yan Pritzker
745667a6c2 Merge pull request #231 from andyattebery/master
Removed vim-slim submodule
2013-01-07 06:40:08 -08:00
Andy Attebery
74dd90559e Removed vim-slim submodule 2013-01-07 03:58:23 -06:00
Yan Pritzker
eb6b4e3df4 Merge pull request #230 from treppo/patch-1
Configure Macvim as the standard git mergetool
2013-01-06 09:30:19 -08:00
Christian Treppo
b368dfd0a7 Configure Macvim as the standard git mergetool
Why use something else than Macvim with fugitive.vim as a mergetool?
2013-01-06 18:02:02 +01:00
David Calavera
b02b77c423 Do not install brew 2013-01-04 23:59:49 -08:00
Yan Pritzker
da37a32f4b Merge pull request #228 from alikaragoz/master
Fix issue to take into account the ASK environnement variable
2013-01-02 08:24:19 -08:00
Ali Karagoz
d2b202c43d Fixed issue where the ASK environnement variable..
was not taken into account when doing a ASK=true rake install
2012-12-27 00:38:53 +01:00