kirby.nvim - fuzzy picker based on kui.nvim

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. hologram.nvim

    đź‘» A cross platform terminal image viewer for Neovim. Extensible and fast, written in Lua and C. Works on macOS and Linux.

    Yes, it wouldn't be too much work to add image support. I like what hologram does with images inside the editor, but I see kui.nvim (which I forked from hologram) more as a base framework, whereas hologram is kinda between being a base framework and a plugin with very customized features.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. kirby.nvim

    Fuzzy picker for neovim - using kitty graphics protocol

    Hi, me again. I've built a simple fuzzy picker using kui.nvim, it's basic but I feel like it has some potential. If you're interested in using pre-release quality software or have interesting ideas to add/propose, head here: https://github.com/romgrk/kirby.nvim

  4. fzy-lua-native

    Luajit FFI bindings to FZY

    It uses fzy-lua-native for filtering, another of my creations in need of love. It filters on the main thread but should be responsive for repos up to maybe a few thousand files.

  5. fzf-lua

    Improved fzf.vim written in lua

    fzf-lua uses a “multi-process” approach to defer most commands processing (files, grep, live grep, etc) to an external process which makes sure neovim never hangs and while the neovim “builtin” previewer uses a neovim window (on the main thread obviously) you can always switch to bat (or any other external previewer) for a complete process independent approach.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Fuzzy.nvim [ Neovim plugin ]

    3 projects | /r/neovim | 18 Apr 2021
  • kirby.nvim: design update

    4 projects | /r/neovim | 7 Jun 2023
  • KOReader Android 2.3.4

    1 project | /r/koreader | 9 Feb 2023
  • KOREADER is blurry -

    1 project | /r/Onyx_Boox | 30 Nov 2022
  • How do I implement positioning recognition in Lua?

    1 project | /r/lua | 18 Mar 2022

Did you know that Lua is
the 18th most popular programming language
based on number of references?