Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.
/ denite-fzf Public archive

A Denite matcher for fzf

License

Notifications You must be signed in to change notification settings

eikendev/denite-fzf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

The denite-fzf plugin allows you to use fzf as a matcher for Denite in Neovim or Vim. It is based on a plugin by blankname, which did not work for me.

After installation, you configure Denite to use fzf as a default matcher for all sources.

call denite#custom#source('_', 'matchers', ['matcher/fzf'])

Installation

The plugin depends on Denite by Shougo. You need to install it in order to use this plugin.

Plug

Plug 'Shougo/denite.nvim'
Plug 'eikendev/denite-fzf'

Vundle

Plugin 'Shougo/denite.nvim'
Plugin 'eikendev/denite-fzf'

NeoBundle

NeoBundle 'Shougo/denite.nvim'
NeoBundle 'eikendev/denite-fzf'

About

A Denite matcher for fzf

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published