Commit Graph

464 Commits

Author SHA1 Message Date
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
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
Yan Pritzker
498eb7c894 Add ragtag plugin - Ctrl-x,/ to close html tags 2012-11-09 13:41:00 -06:00
tUrG0n
181426ffcf Added vim-jade sub-module 2012-11-06 20:01:28 +02:00
tUrG0n
cb039d9b36 Removed vim-jade 2012-11-06 19:58:14 +02:00
tUrG0n
cc2afb7fdf Added vim-jade plugin 2012-11-06 12:36:13 +02:00
Yan Pritzker
d5066a8b3a Upgraded vim submodules 2012-10-25 10:12:29 -05:00
Yan Pritzker
089f6168a8 Updated plugins 2012-10-19 11:58:59 -07:00
Yan Pritzker
769988a2ce Update plugins, replace ShowMarks (again) 2012-10-18 10:35:19 -07:00
Yan Pritzker
496c25a936 Moved defunkt module 2012-10-16 00:33:22 -07:00
Yan Pritzker
602e995746 Github flavored markdown support 2012-10-09 14:07:23 -07:00
Yan Pritzker
90d467ab06 Added ,,F to do same as ,,f in a vertical split 2012-10-08 21:45:40 -07:00
Yan Pritzker
6ed1a6c36f Changed jump to ruby method to ,,f so as not to conflict with carriage return 2012-10-08 21:41:24 -07:00
Yan Pritzker
1f0693ce1d Improve the way submodules are updated [Close #153]
Also updated all plugins to their latest master versions.
2012-10-08 21:38:21 -07:00
Yan Pritzker
d49fc4cbe9 Prevent pasting in visual mode from overwriting paste buffer 2012-10-08 21:04:44 -07:00
Yan Pritzker
a94bde1223 Removed erroneous comments 2012-10-08 18:44:52 -07:00
Yan Pritzker
a5b5dd63e0 Implement jump to ruby method (bang-aware)
It always annoyed me that vim jump-to-tag (ctrl-] or ,f in yadr)
totally flopped when it came to ruby bang methods. This function
handles methods! and method.invocations! to find bang versions
of methods.
2012-10-08 18:39:08 -07:00
Yan Pritzker
a5a86a2a7d When opening nerdtree wtih C-\ ensure consistent sizing 2012-10-02 21:57:29 -07:00
Yan Pritzker
be12982398 Added outer ruby block functionality 2012-10-01 17:16:15 -07:00
Yan Pritzker
6c0f02dd3f Updated to latest vim-powerline 2012-09-28 09:52:43 -07:00
Yan Pritzker
f2288cd94e Made ,gf / ctrl-f aware of line numbers
Now you can `,gf` or can `ctrl-f` file.rb:123
2012-09-27 11:12:38 -07:00
Yan Pritzker
85f0dc996c Merge pull request #169 from giorni/slim-support
Added support for slim syntax
2012-09-27 10:54:17 -07:00
Ricardo Giorni
be83e81037 Added support for slim syntax 2012-09-27 14:43:37 -03:00
Yan Pritzker
af0072c43b Latest version of plugins 2012-09-27 08:50:23 -07:00
Yan Pritzker
d5077d9db3 Added abolish.vim for camelcase/underscore toggling and others 2012-09-26 15:51:38 -07:00
Yan Pritzker
33e5fb537d Switch between running rspec1 and rspec2 with :Rspec1 and :Rspec2 2012-09-26 15:46:50 -07:00
Yan Pritzker
a69b5c5ae3 Switched to @skwp fork of YankRing without evil @ mapping 2012-09-26 15:17:17 -07:00
Yan Pritzker
249d86e5f2 Added NrrwRgn plugin 2012-09-26 08:21:48 -07:00
Yan Pritzker
f145df4e6f Latest versions of vim plugins 2012-09-18 22:58:26 -05:00
Yan Pritzker
9e5b9fa9b6 Better javascript parsing libraries 2012-09-18 13:56:17 -05:00
Yan Pritzker
eafb079ba0 Updated to latest version of vim-ruby-conque 2012-09-18 13:55:35 -05:00
Piotr Yordanov
2e80485b72 Fixed bug in #160 2012-09-13 05:41:13 +03:00
Yan Pritzker
34bb32e172 Added for html preview in Safari 2012-09-11 10:19:13 -07:00
Eumir Gaspar
a0ffe72d35 Added original implementation for janus overrides 2012-08-22 07:56:19 +08:00
Eumir Gaspar
833aadcb27 Uses vim/after directory instead of root for custom vimrc.after 2012-08-21 16:25:37 +08:00
yan
bff86523fc Remove bogus unmap 2012-07-20 17:17:44 -07:00
Kyle West
9bb517551d Resolve #122 unmap yankring @ in after file.
`nmap @` is not yet set when `vim/plugin/settings/yankring.vim` is
loaded. Moved nunmap @ to `vim/after/plugin/yankring.vim` because
it is loaded after the plugin is finished loading.
2012-07-20 15:39:18 -04:00
yan
aca163580f Upgraded plugins 2012-07-19 12:46:19 -07:00
yan
fd5962db06 Added SearchComplete tab completion when searching with / 2012-07-16 13:53:33 -07:00
yan
11fd924d64 Change ,bf mapping conflicting with buffer list ,b 2012-07-10 10:09:33 -07:00
yan
f1031dd98f Added ,bf mapping to add before { } block 2012-06-22 11:29:50 -07:00
yan
41b3f99dad Updated README for yankring 2012-06-22 11:29:42 -07:00
yan
88b69c8dcb Restore YankRing plugin to functionality 2012-06-22 11:29:42 -07:00
yan
a3bcfc3e51 Make ,qc also close conques 2012-06-11 10:49:03 -05:00
yan
abbbc94bdc Never nuke a NERDTree using Q 2012-06-11 10:48:47 -05:00
yan
2bb8a06939 Changed default ,t binding do use CtrlP mixed mode
The mixed mode is more intelligent, searching buffers, MRU, and
the general file list. It gives you more of what you want, and
less of what you don't :)
2012-06-08 13:25:16 -05:00
yan
184a2e22c2 Make ctrlp play nice with vim-ruby-conque by closing its window 2012-06-07 13:25:12 -05:00
yan
6ec228dfd7 Fix install/submodule update problem with skwp-vim-powerline [Close #105]
Updated submodules to latestk
2012-06-07 10:47:40 -05:00
yan
a89205fa7b Added vim-ruby-debugger - real ide style debugging in vim 2012-06-06 22:16:59 -07:00
yan
e44e50e023 Made conque and gitgrep play nice with each other by killing each other's windows to prevent sizing problems 2012-06-06 22:15:43 -07:00
yan
b672159d4c ,vv and ,cc to open view and controller in rails 2012-06-06 22:14:09 -07:00
yan
8bca30bff3 Upgraded all plugins to most recent 2012-05-31 13:57:57 -07:00
yan
a6b9f3e9ef Merged spec finder and conque spec runner into one plugin 2012-05-30 01:34:34 -07:00
yan
a9d511ba4d Upgraded spec-finder 2012-05-30 01:24:44 -07:00
yan
3c76e390bc Updated visual select mode to retain syntax highlighting 2012-05-30 01:10:36 -07:00
Sagie Maoz
f834232cb1 Adding webapi-vim.
webapi-vim is a Vim interface to Web APIs.
It is required by Gist.vim (already part of YADR)
to be able to post gists to Github via OAuth2.
See https://github.com/mattn/webapi-vim for details.
Gist.vim requirements note: http://git.io/pwMo9A#requirements
2012-05-23 21:54:06 +03:00
yan
2c4fff3fb9 Fix evil submodule code introduced in 3525561 2012-05-23 10:44:32 -07:00
Yan Pritzker
87d6af4807 Merge pull request #102 from irrationalfab/master
Enable spell checking for git commits.
2012-05-22 14:00:05 -07:00
Sagie Maoz
35255618ee Adding vim-less bundle.
This vim bundle adds syntax highlighting, indenting and
autocompletion for the dynamic stylesheet language LESS.
See https://github.com/groenewege/vim-less for details.
2012-05-20 14:18:50 +03:00
yan
f9db81c0ed Switch to @skwp fork of EasyMotion for vimperator style two character targets 2012-05-15 08:50:32 -05:00
yan
5d7cf73799 Added Cmd-), Cmd-] and etc for modifying content inside surrounds 2012-05-15 08:43:49 -05:00
yan
beed6abf55 Add common abbreviations 2012-05-15 08:40:50 -05:00
Fabio Pelosin
38bcefdf6e Enable spell checking for git commits.
Source: http://stackoverflow.com/questions/1691060/vim-set-spell-in-file-git-commit-editmsg
2012-05-15 14:55:49 +02:00
yan
5b8742e226 More vim surround shortcuts ,} ,] ,) ,' etc 2012-05-09 17:54:30 -07:00
yan
6cefaf13f7 vim: ,# and ," for wrapping words in ruby interpolation or quotes 2012-05-07 23:55:41 -07:00
yan
7ec7e3c34c Added rake.vim, like rails.vim but for any project with a rakefile 2012-05-07 23:55:28 -07:00
Danny Olson & Yan Pritzker
b879e053b3 Added vim-bundler with :Bopen to browse bundled gem code 2012-05-02 22:47:34 -07:00
yan
52a6266ce4 Added ,m and ,M jump-to-method(tag) via CtrlP 2012-05-02 22:41:51 -07:00
yan
95f5d40b43 Updated plugins 2012-05-02 11:59:56 -07:00