Expand description
Common utilities for Nvim API interactions, including variable setting and command execution.
Functionsยง
- exec_
vim_ cmd - Execute an ex command with optional arguments.
- exec_
vim_ script - Executes Vimscript source code and returns the output if any.
- set_
g_ var - Sets the value of a global Nvim variable
nametovalue.