package vcaml
OCaml bindings for the Neovim API
Install
Dune Dependency
Authors
Maintainers
Sources
vcaml-v0.16.0.tar.gz
sha256=dd123302c46af7ca6eda8a7806c78236fd217a8c73a2e1cd7da85f1d69ed1ae4
doc/CHANGES.html
Release v0.16.0
This release has minor changes from v0.15.0 and is compatible with Neovim 0.7.0. It is known to be incompatible with Neovim 0.7.2+. The next release will have extensive changes and will be compatible with Neovim 0.9.0.
Changes in this release:
- Some new bindings have been added for Neovim 0.7.0.
- The man-in-the-middle debugger has been rewritten to be more useful and intuitive.
Or_current
submodules have been added toBuffer
,Window
andTabpage
to indicate the current buffer, window, or tab respectively.Keymap.set
now takesdescription
andunique
arguments.- Some functions have been renamed to be clearer, and are made more ergonomic in cases where verbosity did not improve readability.
- The addition of
Luaref
where present is a mistake and should not be used. These references will be removed in the next version of VCaml, which will also interact better with Lua.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>