Function nvim_get_hl_by_id

Source
pub fn nvim_get_hl_by_id<'a>(
    lua: &'a Lua,
    id: LuaInteger,
    rgb: bool,
) -> LuaResult<LuaTable<'a>>
Available on crate features vim and unstable only.
Expand description

Corresponds to vim.api.nvim_get_hl_by_id