Skip to content

Commit

Permalink
Fix a couple doc issues (#87)
Browse files Browse the repository at this point in the history
* Fix name of doc tag

* Fix doc example syntax
  • Loading branch information
bbannier authored and natebosch committed May 19, 2018
1 parent 01bf466 commit 3594046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/lsc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ screen instead of as a horizontal split:
Fires after LSC sends a `textDocument/didOpen` or `textDocument/didChange`
request.

SERVER CUSTOMIZATION *lsc-server-cusomization*
SERVER CUSTOMIZATION *lsc-server-customization*

When the server configuration is a `dict` (see |lsc-setup|) the following
advanced behavior can be configured.
Expand Down Expand Up @@ -324,7 +324,7 @@ For example:
\ 'initializationOptions': {'foo': 'bar'},
\ 'rootUri': {method, params ->
\ lsc#uri#documentUri(FindProjectRoot())},
\ }
\ },
\ 'textDocument/didOpen': {'metadata': {'extraFlags': ['-Wall']}},
\ },
\ },
Expand Down

0 comments on commit 3594046

Please sign in to comment.