Expand description
Contains utility functions useful for neovim/vim operations
Functionsยง
- find_
cmd - Checks for neovim and vim on path, returning a
Cmd
for one of them if found, or anio::Error
if neither is available - has_
nvim_ on_ path - Returns true if able to spawn an nvim process
- has_
vim_ on_ path - Returns true if able to spawn a vim process