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

Latest commit

 

History

History
32 lines (27 loc) · 952 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 952 Bytes

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'