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 - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • 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

    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
  • 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