Skip to content

Commit

Permalink
Add document for server_info.env
Browse files Browse the repository at this point in the history
  • Loading branch information
lkebin authored Jun 2, 2024
1 parent f7ccf00 commit 5c22ddc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/vim-lsp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1402,6 +1402,13 @@ The vim |dict| containing information about the server.
Example: >
'config': { 'diagnostics': v:false }
<
* env:
optional vim |dict|
Used to pass environment variables to the cmd.
Example: >
'env': { 'GOFLAGS': '-tags=wireinject' }
<

refresh_pattern *vim-lsp-refresh_pattern*
Type: |String| (|pattern|)
Default: `'\k*$'`
Expand Down

0 comments on commit 5c22ddc

Please sign in to comment.