Function create_namespace

Source
pub fn create_namespace(name: &str) -> u32
Expand description

Binding to nvim_create_namespace.

Creates a new namespace or gets the id of an existing one. If name matches an existing namespace the associated id is returned.