Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgomez authored Sep 23, 2024
1 parent 3068332 commit f62cd24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Note when in a nimble project, `nimble` will drive the entry points for `nimsugg
- `nim.logNimsuggest` - enable logging for `nimsuggest`.
- `nim.inlayHints` - configure inlay hints.
- `nim.notificationVerbosity` - configure the verbosity of notifications. Can be set to `"none"`, `"error"`, `"warning"`, or `"info"`.
- `nim.formatOnSave` - format the file on save.
- `nim.formatOnSave` - format the file on save. Requires `nph` to be available in the PATH.

## Features

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

0 comments on commit f62cd24

Please sign in to comment.