Module nvim_utils::vim::api
source · Available on crate feature
vim
only.Structs
- ChannelInfo
unstable
Info struct fornvim_get_chan_info
- EvalStatuslineOpt
unstable
Options fornvim_eval_statusline
- EvalStatuslineRes
unstable
Result ofnvim_eval_statusline
- GetModeRes
unstable
- HighlightInfo
unstable
Highlight info fornvim_eval_statusline
- Mapping
unstable
Functions
- Gets the
vim.api
table - Corresponds to
vim.api.nvim_buf_attach
- Corresponds to
vim.api.nvim_buf_detach
- Corresponds to
vim.api.nvim_buf_set_lines
- nvim_chan_send
unstable
Corresponds tovim.api.nvim_chan_send
- nvim_create_buf
unstable
Corresponds tovim.api.nvim_create_buf
- nvim_del_current_line
unstable
Corresponds tovim.api.nvim_del_current_line
- nvim_del_keymap
unstable
Corresponds tovim.api.nvim_del_keymap
- nvim_del_mark
unstable
Corresponds tovim.api.nvim_del_mark
- nvim_del_var
unstable
Corresponds tovim.api.nvim_del_var
- nvim_echo
unstable
Corresponds tovim.api.nvim_echo
- nvim_err_write
unstable
Corresponds tovim.api.nvim_err_write
- nvim_err_writeln
unstable
Corresponds tovim.api.nvim_err_writeln
- nvim_eval_statusline
unstable
Corresponds tovim.api.nvim_eval_statusline
- Corresponds to
vim.api.nvim_exec
- nvim_exec_lua
unstable
Corresponds tovim.api.nvim_exec_lua
- nvim_feedkeys
unstable
Corresponds tovim.api.nvim_feedkeys
- nvim_get_api_info
unstable
Corresponds tovim.api.nvim_get_api_info
- nvim_get_chan_info
unstable
Corresponds tovim.api.nvim_get_chan_info
- nvim_get_color_by_name
unstable
Corresponds tovim.api.nvim_get_color_by_name
Returns 24-bit RGB value or -1 for invalid color. - nvim_get_color_map
unstable
Corresponds tovim.api.nvim_get_color_map
- nvim_get_context
unstable
Corresponds tovim.api.nvim_get_context
- Corresponds to
vim.api.nvim_get_current_buf
- Corresponds to
vim.api.nvim_get_current_line
- Corresponds to
vim.api.nvim_get_current_tabpage
- Corresponds to
vim.api.nvim_get_current_win
- nvim_get_hl_by_id
unstable
Corresponds tovim.api.nvim_get_hl_by_id
- nvim_get_hl_by_name
unstable
Corresponds tovim.api.nvim_get_hl_by_name
- nvim_get_hl_id_by_name
unstable
Corresponds tovim.api.nvim_get_hl_id_by_name
- nvim_get_keymap
unstable
- nvim_get_mark
unstable
- nvim_get_mode
unstable
- nvim_get_proc
unstable
- Corresponds to
vim.api.nvim_list_bufs
- nvim_stats
unstable
Corresponds tovim.api.nvim_stats
Type Definitions
- GetContextOpt
unstable