pub fn get_color_map() -> impl SuperIterator<(String, u32)>
Expand description
Binding to nvim_get_color_map
.
Returns an iterator over tuples representing color names and 24-bit RGB values (e.g. 65535).
pub fn get_color_map() -> impl SuperIterator<(String, u32)>
Binding to nvim_get_color_map
.
Returns an iterator over tuples representing color names and 24-bit RGB values (e.g. 65535).