Available on crate feature
vim
only.Structs§
- Channel
Info unstable
- Info struct for
nvim_get_chan_info
- Eval
Statusline Opt unstable
- Options for
nvim_eval_statusline
- Eval
Statusline Res unstable
- Result of
nvim_eval_statusline
- GetMode
Res unstable
- Result struct for
vim.api.nvim_get_mode
- Highlight
Info unstable
- Highlight info for
nvim_eval_statusline
- Mapping
unstable
Functions§
- get
- Gets the
vim.api
table - nvim_
buf_ attach - Corresponds to
vim.api.nvim_buf_attach
- nvim_
buf_ detach - Corresponds to
vim.api.nvim_buf_detach
- nvim_
buf_ get_ lines - Corresponds to
vim.api.nvim_buf_get_lines
- nvim_
buf_ set_ lines - Corresponds to
vim.api.nvim_buf_set_lines
- nvim_
chan_ send unstable
- Corresponds to
vim.api.nvim_chan_send
- nvim_
create_ buf unstable
- Corresponds to
vim.api.nvim_create_buf
- nvim_
del_ current_ line unstable
- Corresponds to
vim.api.nvim_del_current_line
- nvim_
del_ keymap unstable
- Corresponds to
vim.api.nvim_del_keymap
- nvim_
del_ mark unstable
- Corresponds to
vim.api.nvim_del_mark
- nvim_
del_ var unstable
- Corresponds to
vim.api.nvim_del_var
- nvim_
echo unstable
- Corresponds to
vim.api.nvim_echo
- nvim_
err_ write unstable
- Corresponds to
vim.api.nvim_err_write
- nvim_
err_ writeln unstable
- Corresponds to
vim.api.nvim_err_writeln
- nvim_
eval_ statusline unstable
- Corresponds to
vim.api.nvim_eval_statusline
- nvim_
exec - Corresponds to
vim.api.nvim_exec
- nvim_
exec_ lua unstable
- Corresponds to
vim.api.nvim_exec_lua
- nvim_
feedkeys - Corresponds to
vim.api.nvim_feedkeys
- nvim_
get_ api_ info unstable
- Corresponds to
vim.api.nvim_get_api_info
- nvim_
get_ chan_ info unstable
- Corresponds to
vim.api.nvim_get_chan_info
- nvim_
get_ color_ by_ name unstable
- Corresponds to
vim.api.nvim_get_color_by_name
Returns 24-bit RGB value or -1 for invalid color. - nvim_
get_ color_ map unstable
- Corresponds to
vim.api.nvim_get_color_map
- nvim_
get_ context unstable
- Corresponds to
vim.api.nvim_get_context
- nvim_
get_ current_ buf - Corresponds to
vim.api.nvim_get_current_buf
- nvim_
get_ current_ line - Corresponds to
vim.api.nvim_get_current_line
- nvim_
get_ current_ tabpage - Corresponds to
vim.api.nvim_get_current_tabpage
- nvim_
get_ current_ win - Corresponds to
vim.api.nvim_get_current_win
- nvim_
get_ hl_ by_ id unstable
- Corresponds to
vim.api.nvim_get_hl_by_id
- nvim_
get_ hl_ by_ name unstable
- Corresponds to
vim.api.nvim_get_hl_by_name
- nvim_
get_ hl_ id_ by_ name unstable
- Corresponds to
vim.api.nvim_get_hl_id_by_name
- nvim_
get_ keymap unstable
- nvim_
get_ mark unstable
- nvim_
get_ mode unstable
- Corresponds to
vim.api.nvim_get_mode
- nvim_
get_ proc unstable
- nvim_
list_ bufs - Corresponds to
vim.api.nvim_list_bufs
- nvim_
stats unstable
- Corresponds to
vim.api.nvim_stats
- nvim_
win_ get_ cursor - nvim_
win_ set_ cursor
Type Aliases§
- GetContext
Opt unstable