We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce59dc8 commit 39d71deCopy full SHA for 39d71de
docs/guide/getting_started.md
@@ -121,6 +121,8 @@ require('lspconfig')['powershell_es'].setup {
121
settings = { powershell = { codeFormatting = { Preset = 'OTBS' } } }
122
}
123
```
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)
126
127
You can also set the bundled PSScriptAnalyzer's custom rule path like so:
128
```lua
0 commit comments