Module api

Source
Available on crate feature vim only.

Structs§

ChannelInfounstable
Info struct for nvim_get_chan_info
EvalStatuslineOptunstable
Options for nvim_eval_statusline
EvalStatuslineResunstable
Result of nvim_eval_statusline
GetModeResunstable
Result struct for vim.api.nvim_get_mode
HighlightInfounstable
Highlight info for nvim_eval_statusline
Mappingunstable

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_sendunstable
Corresponds to vim.api.nvim_chan_send
nvim_create_bufunstable
Corresponds to vim.api.nvim_create_buf
nvim_del_current_lineunstable
Corresponds to vim.api.nvim_del_current_line
nvim_del_keymapunstable
Corresponds to vim.api.nvim_del_keymap
nvim_del_markunstable
Corresponds to vim.api.nvim_del_mark
nvim_del_varunstable
Corresponds to vim.api.nvim_del_var
nvim_echounstable
Corresponds to vim.api.nvim_echo
nvim_err_writeunstable
Corresponds to vim.api.nvim_err_write
nvim_err_writelnunstable
Corresponds to vim.api.nvim_err_writeln
nvim_eval_statuslineunstable
Corresponds to vim.api.nvim_eval_statusline
nvim_exec
Corresponds to vim.api.nvim_exec
nvim_exec_luaunstable
Corresponds to vim.api.nvim_exec_lua
nvim_feedkeys
Corresponds to vim.api.nvim_feedkeys
nvim_get_api_infounstable
Corresponds to vim.api.nvim_get_api_info
nvim_get_chan_infounstable
Corresponds to vim.api.nvim_get_chan_info
nvim_get_color_by_nameunstable
Corresponds to vim.api.nvim_get_color_by_name Returns 24-bit RGB value or -1 for invalid color.
nvim_get_color_mapunstable
Corresponds to vim.api.nvim_get_color_map
nvim_get_contextunstable
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_idunstable
Corresponds to vim.api.nvim_get_hl_by_id
nvim_get_hl_by_nameunstable
Corresponds to vim.api.nvim_get_hl_by_name
nvim_get_hl_id_by_nameunstable
Corresponds to vim.api.nvim_get_hl_id_by_name
nvim_get_keymapunstable
nvim_get_markunstable
nvim_get_modeunstable
Corresponds to vim.api.nvim_get_mode
nvim_get_procunstable
nvim_list_bufs
Corresponds to vim.api.nvim_list_bufs
nvim_statsunstable
Corresponds to vim.api.nvim_stats
nvim_win_get_cursor
nvim_win_set_cursor

Type Aliases§

GetContextOptunstable