2 releases

0.5.1 Jun 23, 2024
0.5.0 May 28, 2024

#203 in Text editors

Download history 228/week @ 2024-05-25 186/week @ 2024-06-01 212/week @ 2024-06-08 182/week @ 2024-06-15 368/week @ 2024-06-22 107/week @ 2024-06-29 87/week @ 2024-07-06 89/week @ 2024-07-13 130/week @ 2024-07-20 161/week @ 2024-07-27 80/week @ 2024-08-03 118/week @ 2024-08-10 142/week @ 2024-08-17 130/week @ 2024-08-24

484 downloads per month
Used in nvim-oxi

MIT license

500KB
13K SLoC

This module contains the bindings to the Neovim API, exposed in Lua through the vim.api table.

Naming convention

All the functions have been renamed by dropping the leading nvim_ prefix, e.g. nvim_get_current_buf simply becomes get_current_buf.

Also, the functions starting with nvim_buf_*, nvim_win_* and nvim_tabpage_* are implemented as methods on the Buffer, Window and TabPage objects respectively.

Dependencies

~0.4–1MB
~24K SLoC