kirby.nvim - fuzzy picker based on kui.nvim

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • 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.

  • 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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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.

  • 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