Optional
Readonly
dirs?: string[]Optional
Readonly
first(Optional) Stop searching after found a valid match
Optional
Readonly
min(Optional) Minimum nvim
version (inclusive) to search for.
'0.5.0'
Optional
Readonly
order(Optional) Sort order of list of nvim
versions.
['0.5.0', '0.4.4', '0.4.3']
$PATH
components.
['0.4.4', '0.5.0', '0.4.3']
Optional
Readonly
paths?: string[](Optional) Additional specific file paths to check for Nvim executables.
These paths will be checked before searching dirs
.
Useful for allowing users to specify exact Nvim executable locations.
Example: ['/usr/local/bin/nvim', '/opt/homebrew/bin/nvim']
(Optional) Additional directories to search for Nvim executables. These directories will be searched after checking
paths
but before searching$PATH
and other default locations. Useful for including non-standard installation directories.Example: ['/opt/neovim/bin', '/home/user/custom/bin']