Skip to content

Commit 6b82563

Browse files
committed
Add settings
1 parent 1040355 commit 6b82563

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,20 @@ Still in development.
1818
- Diagnostics
1919
- Jump to def
2020

21+
## 💾 Installation
22+
23+
`dotnet tool install --global shader-ls`
24+
25+
See [shader-lsp nuget page]().
26+
2127
## 🔨 Usage
2228

2329
```sh
2430
/path/to/shader-ls --stdio
2531
```
2632

2733
The name is `shader-ls.exe` if you are using Windows!
34+
35+
## 🔧 Settings
36+
37+
- `ShaderLab.CompletionWord` - completing word in the completion service

0 commit comments

Comments
 (0)