Optional Readonlydirs?: string[]Optional Readonlyfirst(Optional) Stop searching after found a valid match
Optional Readonlymin(Optional) Minimum nvim version (inclusive) to search for.
'0.5.0'Optional Readonlyorder(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 Readonlypaths?: 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
pathsbut before searching$PATHand other default locations. Useful for including non-standard installation directories.Example: ['/opt/neovim/bin', '/home/user/custom/bin']