项目作者: eikendev

项目描述 :
A Denite matcher for fzf
高级语言: Python
项目地址: git://github.com/eikendev/denite-fzf.git
创建时间: 2020-03-04T12:12:09Z
项目社区:https://github.com/eikendev/denite-fzf

开源协议:MIT License

下载


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.

  1. 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

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

Vundle

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

NeoBundle

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