Vimcraft Docs / vim.api - Core API Functions
vim.api - Core API Functions
Low-level API functions for full control over the editor.
Note: Most vim.api functions are not yet implemented. Use the high-level interfaces instead:
- For variables: Use vim.g/b/w/t/v
- For options: Use vim.opt
- For highlighting: Use vim.highlight()
See Also
- vim.opt - Editor options
- vim.highlight - Syntax highlighting
- Variables & Scopes - Variable scopes
- Changelog - Track feature releases