pub struct Vim<'lua> { /* private fields */ }Expand description
vim.*
Neovim doc
Implementations
sourceimpl<'lua> Vim<'lua>
impl<'lua> Vim<'lua>
sourcepub fn notify(&self, value: &str, level: LogLevel, opts: Option<LuaTable<'_>>)
pub fn notify(&self, value: &str, level: LogLevel, opts: Option<LuaTable<'_>>)
Display a notification to the user
sourcepub fn b(&self) -> &IndexedVariables<'lua>
pub fn b(&self) -> &IndexedVariables<'lua>
sourcepub fn w(&self) -> &IndexedVariables<'lua>
pub fn w(&self) -> &IndexedVariables<'lua>
sourcepub fn t(&self) -> &IndexedVariables<'lua>
pub fn t(&self) -> &IndexedVariables<'lua>
sourcepub fn opt_global(&self) -> &Opt<'lua>
pub fn opt_global(&self) -> &Opt<'lua>
Trait Implementations
Auto Trait Implementations
impl<'lua> !RefUnwindSafe for Vim<'lua>
impl<'lua> !Send for Vim<'lua>
impl<'lua> !Sync for Vim<'lua>
impl<'lua> Unpin for Vim<'lua>
impl<'lua> !UnwindSafe for Vim<'lua>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<'lua, T> FromLuaMulti<'lua> for T where
T: FromLua<'lua>,
impl<'lua, T> FromLuaMulti<'lua> for T where
T: FromLua<'lua>,
sourcefn from_lua_multi(values: MultiValue<'lua>, lua: &'lua Lua) -> Result<T, Error>
fn from_lua_multi(values: MultiValue<'lua>, lua: &'lua Lua) -> Result<T, Error>
Performs the conversion. Read more