Willothy Nvim Utils Versions Save

Utilities and bindings for writing Neovim plugins in Rust

v0.1.11

1 year ago
  • Added vim::v::count function to retrieve vim.v.count

Full Changelog: https://github.com/willothy/nvim-utils/compare/v0.1.9...v0.1.11

v0.1.9

1 year ago
  • Update nvim-utils-macros

v0.1.8

1 year ago

Fix!

v0.1.5

1 year ago

What's Changed

  • Proc macro for easily defining and naming module entry point

Full Changelog: https://github.com/willothy/nvim-utils/compare/v0.1.4...v0.1.5

v0.1.4

1 year ago

What's Changed

  • Moved a few functions from vim::api out of unstable feature

Full Changelog: https://github.com/willothy/nvim-utils/compare/v0.1.3...v0.1.4

v0.1.3

1 year ago

What's Changed

  • Added functions from vim.api
  • Fixed some bugs affecting vim::func and vim::cmd()
  • Added unstable feature with in-development features

Full Changelog: https://github.com/willothy/nvim-utils/compare/v0.1.1...v0.1.3

v0.1.1

1 year ago

What's Changed

  • Added function to add any value implementing ToLua to builder::ModuleBuilder
  • Added example plugin

Full Changelog: https://github.com/willothy/nvim-utils/compare/v0.1.0...v0.1.1

v0.1.0

1 year ago

Initial v0.1.0 release.

  • Module builder
  • Bindsings for vim.fn.stdpath and vim.fn.tempname
  • Bindings for vim.keymap.set
  • Bindings for vim.notify, vim.cmd, and vim.inspect

Open crates.io page