Skip to content

Commit 0fe5c94

Browse files
committed
chore: correct README
1 parent 6da0a05 commit 0fe5c94

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ so that the IDE can access it by calling `nobl9-language-server`
2222
executable.
2323
If installed outside the PATH, the location must be supplied to
2424
the IDE through a dedicated option.
25-
Refer to specific IDE and plugin/extension documentation for more details.
25+
Refer to [specific IDE and plugin/extension](#integrations)
26+
documentation for more details.
2627

2728
### Script
2829

@@ -94,7 +95,7 @@ Full, working configuration can be found [here](./docs/neovim-config/init.lua).
9495
You can play with it and adjust to your needs.
9596

9697
```bash
97-
nvim --clean -u ./neovim-config/init.lua service.yaml
98+
nvim --clean -u ./docs/neovim-config/init.lua service.yaml
9899
```
99100

100101
## Features
@@ -121,9 +122,9 @@ Server supports the following LSP features:
121122
<img src="./docs/assets/hover-documentation-property.gif" alt="Example Image" width="800" />
122123
- [x] Nobl9 resource documentation
123124
<img src="./docs/assets/hover-documentation-references.gif" alt="Example Image" width="800" />
124-
- [x] Snippets
125-
<img src="./docs/assets/code-actions.gif" alt="Example Image" width="800" />
126125
- [x] Code Actions
126+
<img src="./docs/assets/code-actions.gif" alt="Example Image" width="800" />
127+
- [x] Snippets
127128
<img src="./docs/assets/snippets.gif" alt="Example Image" width="800" />
128129

129130
## How it works
@@ -179,7 +180,7 @@ nobl9-language-server --logFilePath=/path/to/my-log-file.txt
179180
# Remember to quote them if they include glob patterns!
180181
# If this option is provided, the server will only work with the files matching these patterns.
181182
# Env: NOBL9_LANGUAGE_SERVER_FILE_PATTERNS
182-
nobl9-language-serve --filePatterns='foo,bar/*,baz/**/*.yml'
183+
nobl9-language-server --filePatterns='foo,bar/*,baz/**/*.yml'
183184

184185
# Display version information.
185186
nobl9-language-server version
@@ -234,7 +235,6 @@ Example:
234235
```bash
235236
export NOBL9_LANGUAGE_SERVER_CLIENT_ID=<your-client-id>
236237
export NOBL9_LANGUAGE_SERVER_CLIENT_SECRET=<your-client-secret>
237-
nobl9-language-server
238238
```
239239

240240
## Development

0 commit comments

Comments
 (0)