Function nvim_oxi_api::get_namespaces
source ยท pub fn get_namespaces() -> impl SuperIterator<(String, u32)>Expand description
Binding to nvim_get_namespaces().
Returns an iterator over all the existing, non-anonymous namespace names
and ids tuples (name, id).