Skip to content

Commit 39d71de

Browse files
authored
Update getting_started.md - Added link to reference with more additional settings
1 parent ce59dc8 commit 39d71de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/guide/getting_started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ require('lspconfig')['powershell_es'].setup {
121121
settings = { powershell = { codeFormatting = { Preset = 'OTBS' } } }
122122
}
123123
```
124+
For a more complete list of options have a look at this schema:
125+
[nvim-lsp-installer powershell_es reference](https://github.com/williamboman/nvim-lsp-installer/blob/main/lua/nvim-lsp-installer/_generated/schemas/powershell_es.lua)
124126

125127
You can also set the bundled PSScriptAnalyzer's custom rule path like so:
126128
```lua

0 commit comments

Comments
 (0)