Commit Graph

1053 Commits

Author SHA1 Message Date
Yan Pritzker
f460aa1442 Merge pull request #285 from lfilho/improved-semicolon-insertion
Improved semicolon insertion
2013-04-08 07:34:26 -07:00
Yan Pritzker
4e1c31b852 Merge pull request #287 from lfilho/visual-star-search
Adding visual star search vundle
2013-04-08 07:33:27 -07:00
Yan Pritzker
fdc08d9302 Merge pull request #289 from skwp/visual_sel_aft_indent
Change indent/unindent behaviour in visual mode
2013-04-08 07:33:10 -07:00
Yan Pritzker
c892838e09 Merge pull request #288 from skwp/easy_install
Change installation script
2013-04-08 07:32:30 -07:00
Yan Pritzker
6f17f40640 Merge pull request #290 from skwp/iterm2_solarized_autoinstall
Add autoinstall of Solarized iTerm2 themes
2013-04-08 07:31:48 -07:00
Fabio Gallonetto
3558af59d4 Remove auto run of CoffeeMake! on *.coffee files
Fixes #278
2013-04-07 16:43:06 +01:00
Fabio Gallonetto
744b93be5c Add solarized theme to console vim 2013-04-07 16:38:25 +01:00
Fabio Gallonetto
14c09ef730 Add autoinstall of Solarized iTerm2 themes
The rake script now detects the available iTerm2 profiles and
installs the solarized scheme where needed.

It's an interactive procedure that requires selection by the user.
2013-04-07 16:35:32 +01:00
Fabio Gallonetto
72ff8f33db Change indent/unindent behaviour in visual mode
After indenting/unindenting the selected lines of code, vim
deselects forcing the user to reapply the selection in order to
indent multiple times.

This remap fixes the problem.
2013-04-07 11:32:49 +01:00
Fabio Gallonetto
5df698f6d2 Change installation script
Instead of asking the user to clone the repo and running rake
install, there's is now an easy .sh script that can be downloaded
and invoked in a single line.

The script takes a parameter "ask" if the use prefers to control
which modules of yadr are installed.
2013-04-07 11:25:29 +01:00
Luiz Gonzaga dos Santos Filho
1c495897f4 Fixing typo in the readme 2013-04-07 00:41:11 +02:00
Luiz Gonzaga dos Santos Filho
618cd146fd Updating the readme with the visual star search plugin 2013-04-07 00:34:51 +02:00
Luiz Gonzaga dos Santos Filho
2cc53a3aa8 Adding visual star search vundle 2013-04-07 00:14:00 +02:00
Luiz Gonzaga dos Santos Filho
00a31329c4 Improving semicolon insertion at the end of the line 2013-04-06 23:53:49 +02:00
Yan Pritzker
7e1f628d8f Merge pull request #283 from jby/snippet-fix
Replaced honza/snipmate-snippets with honza/vim-snippets
2013-04-04 11:48:37 -07: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
81fa804dd2 Fix a bug that was causing .vim.after to be removed after update
rake install/update was executing git clean with the -x flag that
force the removal of ignored files. Since .vim.after was listed
inside .gitignore, this was causing the file to be removed on
each update.
I don't think we need to remove ignored files since are all
temporary or user-specific configuration files that should
persist between updates.

Fixes #225
2013-04-02 15:15:20 +02:00
Yan Pritzker
90a1d33af4 Revert "Add support for sourcing the right rvm env on bufenter"
This reverts commit 2521763858.
2013-03-31 21:30:09 -07:00
Yan Pritzker
3b1e361f65 Added @duhanebel to contributors list 2013-03-31 19:10:47 -07:00
Yan Pritzker
e098f0a41a Merge pull request #273 from duhanebel/rvm_bundler
Add support for automatically sourcing the right rvm env
2013-03-31 19:05:48 -07:00
Yan Pritzker
912e05f8a3 Merge pull request #274 from duhanebel/update_readme
Remove csapprox from the README
2013-03-31 19:05:13 -07:00
Fabio Gallonetto
33ca31d7fb Remove csapprox from the README
csapprox has been removed from the list of default vundles so it
shouldn't be listed on the README anymore
2013-03-30 17:47:37 +01:00
Fabio Gallonetto
2521763858 Add support for sourcing the right rvm env on bufenter
This extra configuration plugin calls :Rvm on every BufEnter
making sure that the right GEM_HOME and GEM_PATH are
set.
2013-03-30 13:48:42 +01: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
e8ae95ffca Fix setting of Gsearch to silver searcher ag 2013-03-29 10:04:28 -07:00
Yan Pritzker
9f8ee7a4e4 Remove bogus bundle 2013-03-29 09:09:40 -07:00
Yan Pritzker
854a15fdb6 Fix path to file-line bundle 2013-03-29 09:06:52 -07:00
Yan Pritzker
6b4a3290e5 Added changelog 2013-03-29 08:32:02 -07:00
Yan Pritzker
8599c7bd10 Install latest zsh from brew 2013-03-29 08:25:27 -07:00
Yan Pritzker
1594e3ec9c Add back file-line after undle migration 2013-03-29 08:25:18 -07:00
Yan Pritzker
c48241c973 Fix missing path to promptinit 2013-03-29 08:24:02 -07:00
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
Fabio Gallonetto
fb008bb3e3 Remove "press a key to continue" before vundle_install 2013-03-25 10:39:13 +00:00
Fabio Gallonetto
3f6fd3b3e0 Fix a bug preventing the correct update of vim
Somehow I forgot to execute "install" after the vundle migration
on the "update" task
2013-03-25 10:39:13 +00:00
Yan Pritzker
d733d74c13 Merge pull request #270 from darylrobbins/master
User Git Config
2013-03-24 09:39:25 -07:00
Daryl Robbins
71da54518a Updated README to describe new user Git configuration. 2013-03-24 06:44:19 -04:00
Daryl Robbins
2ef4d93ce4 Added support for git user configuration. Gitconfig will now include the configuration from ~/.gitconfig.user, if it exists. The include is done at the end of gitconfig, so that it can override any of the default values. 2013-03-23 12:28:32 -04:00
Yan Pritzker
8d9f526d28 Merge pull request #269 from petRUShka/master
Add vim-plugin for opening files like this `vim Rakefile:110`
2013-03-22 07:13:01 -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
Yan Pritzker
c2a4b2cf88 Merge pull request #266 from duhanebel/install_link_fix
Fix a bug that's causing the installer to overwrite backup files
2013-03-21 15:04:52 -07:00
Yan Pritzker
0f56becbfe Merge pull request #268 from chadkouse/env_shell
"uninitialized constant SHELL" in zsh install step
2013-03-21 15:04:31 -07:00
Chad Kouse
c7b16179c2 fixes #268 2013-03-21 14:24:12 -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
69e811ef6f Fix a bug that's causing the installer to overwrite backup files
When rake install/update is run for the second time, any .backup
file created by the first run it's going to be overwritten by
the new symlink even if the current file is the same as the one
we are going to write.

The rakefile now checks if the symlink we are going to create
points to the same target as the one already there and if that's
the case, doesn't overwrite any backup.
2013-03-21 16:35:50 +00:00
Fabio Gallonetto
c380422e21 Fix a typo on the Rakefile 2013-03-21 14:45:16 +00:00
Yan Pritzker
6f07653bcc Merge pull request #265 from duhanebel/zsh_install_check
Fix a bug that was causing rake to overwrite SHELL settings
2013-03-21 06:35:32 -07:00
Fabio Gallonetto
cf894af3eb Fix a bug that was causing rake to overwrite SHELL settings
The prezto install procedure now checks to make sure the user
doesn't have an alternative version of zsh installed before changing
the current shell preference with "chsh".
This may be the case when an user is already using zsh but on a
different version from the one shipped with OS X

Fixes #264
2013-03-21 13:02:25 +00:00
Fabio Gallonetto
e481d0ddf4 Fix a bug that was preventing a clean install
The installation of the plugin only happened during an update
because the code that checks out the vundle plugin was in the
wrong place.
2013-03-20 21:08:31 +00:00
Fabio Gallonetto
793aa0a0ae Change rake file to reuse methods in vundle.rb
Vundle::update_vundle can be reused inside the Rakefile
2013-03-17 17:32:06 +00:00