Skip to content

Commit b0a0289

Browse files
committed
Added subsections to the server configuration to separate the keybinding and additional settings sections in the getting started document.
1 parent 809634d commit b0a0289

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/guide/getting_started.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ Expand-Archive -Path $ZipPath -DestinationPath $InstallPath;
5454
> configuration repository.
5555
5656
### Configure the Server
57+
58+
#### Setup Keybindings and Path Information
5759
Once the basic language configurations have been installed, add this to your
5860
init.lua:
5961
```lua
@@ -91,6 +93,7 @@ require('lspconfig')['powershell_es'].setup {
9193
> NOTE: Be sure to set the bundle_path variable to the correct location,
9294
> otherwise the server will not know the path to start the server.
9395
96+
#### Configure Additional Settings
9497
To further configure the server, you can supply settings to the setup table.
9598
For example, you can set the code formatting preset to one true brace style
9699
(OTBS).

0 commit comments

Comments
 (0)