Use vim-projectionist and vim-rake
vim-projectionist provides vim-rails-like shortcuts for alternate and related files. It allows users to provide a custom set of "projections" that map filetypes to their alternate and related counterparts. Custom mappings can be declared in a JSON-like syntax. This change provides authors of gems and other non-Rails Ruby projects with access to the alternate file `:A` shortcuts to navigate between code and specs. vim-rake automatically maps code/spec mappings for Ruby files if vim-projectionist is available. Close #381.
This commit is contained in:
parent
644c65df95
commit
a67c2823b7
1 changed files with 2 additions and 0 deletions
|
@ -38,7 +38,9 @@ Plug 'tpope/vim-bundler'
|
|||
Plug 'tpope/vim-endwise'
|
||||
Plug 'tpope/vim-eunuch'
|
||||
Plug 'tpope/vim-fugitive'
|
||||
Plug 'tpope/vim-projectionist'
|
||||
Plug 'tpope/vim-rails'
|
||||
Plug 'tpope/vim-rake'
|
||||
Plug 'tpope/vim-repeat'
|
||||
Plug 'tpope/vim-surround'
|
||||
Plug 'vim-ruby/vim-ruby'
|
||||
|
|
Loading…
Add table
Reference in a new issue