Expand description
vim.opts utilities. Avoids intra-doc links to private items for stable docs; uses plain function calls for error
notifications.
Vim option helpers and bulk setters exposed to Lua.
Provides a dictionary vim_opts.dict() with batch application (set_all) and granular option mutation
utilities wrapping [nvim_oxi::api::set_option_value], emitting notifications via
Uses ytil_noxi::notify::error on failure.
Functionsยง
- append
- Appends to a var named
namethe supplied valuevalue. - dict
- [
Dictionary] ofvim.optshelpers. - get
- Gets a Vim option by
namewithin the given [OptionOpts]. - global_
scope - Returns [
OptionOpts] configured for the global scope. - set
- Sets a Vim option by
nametovaluewithin the given [OptionOpts]. - set_all ๐
- Sets the desired Nvim options.