Module vimvar::utils[][src]

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

find_vimrc

Performs search to find vimrc based on platform, returning first valid vimrc found

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