blob: 0844dad79126fbe9fb5cb224d89051fc50c243be (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
fzf - A command-line fuzzy finder written in Go
Vim Users: A fzf.vim plugin is installed to
/usr/share/vim/vimfiles/plugin. If you'd rather exclude the plugin,
or only manually enable it in your vim, you can build with:
WITH_VIM=no ./fzf.SlackBuild
and the plugin will be installed to /usr/share/fzf/vim/ instead.
NOTE: google-go-lang is only needed at compile time - not at runtime.
|