We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809634d commit b0a0289Copy full SHA for b0a0289
docs/guide/getting_started.md
@@ -54,6 +54,8 @@ Expand-Archive -Path $ZipPath -DestinationPath $InstallPath;
54
> configuration repository.
55
56
### Configure the Server
57
+
58
+#### Setup Keybindings and Path Information
59
Once the basic language configurations have been installed, add this to your
60
init.lua:
61
```lua
@@ -91,6 +93,7 @@ require('lspconfig')['powershell_es'].setup {
91
93
> NOTE: Be sure to set the bundle_path variable to the correct location,
92
94
> otherwise the server will not know the path to start the server.
95
96
+#### Configure Additional Settings
97
To further configure the server, you can supply settings to the setup table.
98
For example, you can set the code formatting preset to one true brace style
99
(OTBS).
0 commit comments