Function 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).