We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa6d2ef commit 2b93c41Copy full SHA for 2b93c41
CHANGELOG.md
@@ -2,11 +2,12 @@
2
3
## [5.3.0](https://github.com/neovim/node-client/compare/v5.2.1...v5.3.0)
4
5
+- `findNvim` supports `firstMatch` parameter which callers can use to stop
6
+ searching after the first valid Nvim is found. #370
7
- `findNvim` now searches various common locations, in addition to `$PATH`. That
8
makes it more useful for GUIs where `$PATH` is often different than the user's
9
shell. #267
-- `findNvim` now has a `firstMatch` parameter which callers can use to stop
- searching after the first valid matching Nvim is found. #370
10
+- `findNvim` supports optional `paths` and `dirs` parameters.
11
12
## [5.2.1](https://github.com/neovim/node-client/compare/v5.2.0...v5.2.1)
13
0 commit comments