Module utils

Source
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 an io::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