1
0
Fork
You've already forked zfz
0
No description
  • Lua 93.4%
  • Makefile 6.6%
2026年05月20日 06:31:20 +02:00
data repo+data: makefile: clean up 2026年05月20日 06:31:20 +02:00
lua src+data: add gemstones picker 2026年05月20日 06:26:42 +02:00
plugin src+data: add gemstones picker 2026年05月20日 06:26:42 +02:00
.editorconfig repo: add .editorconfig emmy formater config 2026年05月13日 15:40:51 +02:00
COPYLEFT repo: add COPYLEFT 2026年05月13日 06:41:15 +02:00
README.md repo: readme: fix install section 2026年05月13日 18:42:05 +02:00

Zero effort fzf plugin for neovim.

Install

-- ~/.config/nvim/lua/plugins/zfz.lua
return {
 "https://codeberg.org/nzeo/zfz",
 version = "*",
 lazy = false,
 opts = {},
}