Announcing nvim-utils, a new library for building Neovim plugins in Rust!

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

Our great sponsors
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • SaaSHub - Software Alternatives and Reviews
  • moveline.nvim

    Neovim plugin for moving lines up and down

    Over the past few days, I've been working on a library to simplify the development of Neovim plugins in Rust. I started writing nvim-utils when I was working on moveline but realized how many bindings I would need to interact with the Lua API using the mlua crate. Separating the bindings into a separate crate was the only logical option.

  • nvim-oxi

    :link: Rust bindings to all things Neovim

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • crates.io

    The Rust package registry

    I considered nvim-rust-utils but didn't want to include "rust" in a crate name on crates.io, and I think the crate name and repo should match.

  • neovim

    Vim-fork focused on extensibility and usability

    Do you have a concrete example of this? For any functions that return numbers or booleans it is basically free. Strings and tables need an extra allocation (used to be more until I improved it with https://github.com/neovim/neovim/pull/19877) but if you're getting buffer text then you need to allocate anyway.

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