Skip to content

dancallaghan/fzfgem.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fzfgem.vim

fzf.vim + vim-bundler

Installation

Using vim-plug

" Required dependencies
Plug 'junegunn/fzf'
Plug 'junegunn/fzf.vim'
Plug 'tpope/vim-bundler'

" The plugin
Plug 'dancallaghan/fzfgem.vim'

Dependencies

Commands

:Gems will open a fzf window with a list of gems defined in the current project's Gemfile.

If the command errors, you may not be in a file that is covered by the Gemfile. From the vim-bundler README:

This plugin cares about the current file, not the current working directory. Edit a file that's covered by a Gemfile.

About

fzf.vim + vim-bundler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published