Yan Pritzker
cc69134b20
Highlight easymotion targets
2013-06-02 23:24:04 -05:00
Christian Treppo
9a1ee8877c
Add the multicursor plugin
2013-05-22 19:04:59 +02:00
Fabio Gallonetto
68b427bf7b
Fix previous commit
...
Added the wrong file by mistake
2013-05-16 16:57:40 +01:00
Fabio Gallonetto
26a36a7451
Fix a bug with installing new vim plugin from the command line
...
Fixes #328
2013-05-16 16:55:55 +01:00
Yan Pritzker
73240f018a
Revert "Wrapping search. Perl regex while searching. Center search matches and jumps"
...
This caused strange issues like inability to properly search for ruby
instance variables.
This reverts commit 88dd66685a
.
2013-05-14 18:10:25 -05:00
Yan Pritzker
251b84ddb1
Merge pull request #332 from lfilho/better-search-and-jump
...
Some more improvements to searching and jumping
2013-05-13 08:13:26 -07:00
Yan Pritzker
11eaa04adf
Map ,t to CtrlP standard (not mixed) [ Fix #333 ]
2013-05-13 10:10:14 -05:00
Yan Pritzker
c798b1ee89
Revert "Externalizing color scheme configs outside plugin folder" -
...
screwed up command line vim
This reverts commit 20d884b842
.
2013-05-13 10:07:22 -05:00
Luiz Gonzaga dos Santos Filho
88dd66685a
Wrapping search. Perl regex while searching. Center search matches and jumps
2013-05-10 01:14:52 +02:00
Yan Pritzker
3c9ab42c4d
Merge pull request #315 from lfilho/custom-themes
...
Custom themes / colorschemes
2013-05-09 13:58:20 -07: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
Yan Pritzker
4ed8d4d3c5
Merge pull request #320 from lfilho/organizing-vundles
...
Re-organizing vundle file
2013-05-02 08:08:01 -07:00
Luiz Gonzaga dos Santos Filho
032ae9cdcf
Re-organizing entire file
2013-05-02 16:54:16 +02:00
Yan Pritzker
a4181b7c83
Merge pull request #317 from petRUShka/vim-ruby-debugger-fix
...
Fix: make vim command be os-specific, readme fix
2013-05-02 07:54:09 -07:00
Yan Pritzker
c6ce42485a
Merge pull request #319 from lfilho/next-textobject-update
...
Updating next-textobject to Steve Losh's new version
2013-05-02 07:52:10 -07:00
Luiz Gonzaga dos Santos Filho
3449b9f8ed
Updating next-textobject to Steve Losh's new version
2013-05-02 16:16:12 +02:00
Luiz Gonzaga dos Santos Filho
2439ce9278
Adding 3 more and organizing text objects vundles
2013-05-02 16:07:06 +02:00
petRUShka
205c965a61
Fix: make vim command be os-specific, readme fix
...
(cherry picked from commit c58e8d3c3cc923639241e2e5edc59846fb5ba810)
2013-05-02 01:10:47 +04:00
Yan Pritzker
8ce49daaa0
Revert "Change indent/unindent behaviour in visual mode"
...
This is not good for normal vim behavior. You should be able to hit '.'
to repeat the last command. This change breaks that with respect to
indenting.
This reverts commit 72ff8f33db
.
2013-05-01 11:21:19 -05:00
Luiz Gonzaga dos Santos Filho
20d884b842
Externalizing color scheme configs outside plugin folder
...
(cherry picked from commit ac952b3d3ffbe8ea33460e98a37eb6ce67a871c1)
2013-04-30 17:42:43 +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
Luiz Gonzaga dos Santos Filho
15faaab500
Externalizing and improving search configuration
2013-04-17 17:16:48 +02:00
Yan Pritzker
54bd32317f
Revert numbers.vim causing relative numbering issue
2013-04-16 09:13:49 -05:00
Fabio Gallonetto
73045471f0
Disable automatic switch of line numbers
...
Fixes #296
2013-04-15 15:01:22 +01: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
c10e95ba75
Add fugitive navigation enhancements
...
The tree buffer makes it easy to drill down through the directories of
your git repository, but it’s not obvious how you could go up a level to
the parent directory. This new mappings ".." helps.
2013-04-09 17:42:00 +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
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
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
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
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
jby
cd783b1d6b
Replaced honza/snipmate-snippets with honza/vim-snippets since it seem upstream changed name
2013-04-04 20:39:53 +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
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
1594e3ec9c
Add back file-line after undle migration
2013-03-29 08:25:18 -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
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