Skip to content

Commit f62cd24

Browse files
authored
Update README.md
1 parent 3068332 commit f62cd24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Note when in a nimble project, `nimble` will drive the entry points for `nimsugg
100100
- `nim.logNimsuggest` - enable logging for `nimsuggest`.
101101
- `nim.inlayHints` - configure inlay hints.
102102
- `nim.notificationVerbosity` - configure the verbosity of notifications. Can be set to `"none"`, `"error"`, `"warning"`, or `"info"`.
103-
- `nim.formatOnSave` - format the file on save.
103+
- `nim.formatOnSave` - format the file on save. Requires `nph` to be available in the PATH.
104104

105105
## Features
106106

@@ -119,7 +119,7 @@ Note when in a nimble project, `nimble` will drive the entry points for `nimsugg
119119
- Rename symbols
120120
- Inlay hints
121121
- Signature help
122-
- Document formatting
122+
- Document formatting (Requires `nph` to be available in the PATH.)
123123
- Execute command
124124
- Workspace symbols
125125
- Document highlight

0 commit comments

Comments
 (0)