Home

Awesome

fzf :heart: vfiler.vim

An extension plugin for working with FZF on vfiler.vim.

Instalattion

Using vim-plug

Plug 'junegunn/fzf', {'do': {-> fzf#install()}}
Plug 'junegunn/fzf.vim'
Plug 'obaland/vfiler.vim'
Plug 'obaland/vfiler-fzf'

After installation, specify the action for any mapping in vfiler.vim.

local fzf_action = require'vfiler/fzf/action'
require'vfiler/config'.setup {
  mappings = {
    ['f'] = fzf_action.files
  },
}

Support actions