This repository has been archived by the owner on Jul 13, 2023. It is now read-only.
Releases: willothy/nvim-utils
Releases · willothy/nvim-utils
Nvim-Utils v0.1.11
- Added
vim::v::count
function to retrievevim.v.count
Full Changelog: v0.1.9...v0.1.11
Nvim-Utils v0.1.9
- Update nvim-utils-macros
Nvim-Utils v0.1.8
Fix!
Nvim-Utils v0.1.5
What's Changed
- Proc macro for easily defining and naming module entry point
Full Changelog: v0.1.4...v0.1.5
Nvim-Utils v0.1.4
What's Changed
- Moved a few functions from
vim::api
out of unstable feature
Full Changelog: v0.1.3...v0.1.4
Nvim-Utils v0.1.3
What's Changed
- Added functions from
vim.api
- Fixed some bugs affecting
vim::func
andvim::cmd()
- Added
unstable
feature with in-development features
Full Changelog: v0.1.1...v0.1.3
nvim-utils v0.1.1
What's Changed
- Added function to add any value implementing
ToLua
tobuilder::ModuleBuilder
- Added example plugin
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Initial v0.1.0 release.
- Module builder
- Bindsings for
vim.fn.stdpath
andvim.fn.tempname
- Bindings for
vim.keymap.set
- Bindings for
vim.notify
,vim.cmd
, andvim.inspect