@@ -271,7 +271,7 @@ You can use tcp to connect to LSP servers that don't support stdio. Set host
271271and port to tcp. The Godot game engine uses 6008 as its LSP port and godot
272272ftplugins define gdscript or gdscript3 filetype: >
273273
274- au User lsp_setup
274+ au User lsp_setup
275275 \ call lsp#register_server({
276276 \ 'name': 'godot',
277277 \ 'tcp': "localhost:6008",
@@ -290,7 +290,7 @@ vim-lsp supports the |:CheckHealth| command which can be useful when debugging
290290lsp configuration issues.
291291
292292This command is implemented in vim with the
293- [vim-healthcheck](https://github.com/rhysd/vim-healthcheck ) plugin.
293+ [vim-healthcheck](https://github.com/rhysd/vim-healthcheck ) plugin.
294294
295295WIKI *vim-lsp-configure-wiki*
296296For documentation on how to configure other language servers refer
@@ -905,7 +905,7 @@ g:lsp_max_buffer_size *g:lsp_max_buffer_size*
905905 `g: lsp_max_buffer_size ` (measured in bytes), the following features
906906 are disabled:
907907 * Semantic highlighting
908-
908+
909909 This functionality can be disabled by setting `g: lsp_max_buffer_size `
910910 to a negative value.
911911
@@ -1402,6 +1402,13 @@ The vim |dict| containing information about the server.
14021402 Example: >
14031403 'config': { 'diagnostics': v:false }
14041404<
1405+ * env:
1406+ optional vim | dict |
1407+ Used to pass environment variables to the cmd.
1408+ Example: >
1409+ 'env': { 'GOFLAGS': '-tags=wireinject' }
1410+ <
1411+
14051412refresh_pattern *vim-lsp-refresh_pattern*
14061413 Type: | String | (| pattern | )
14071414 Default: `' \k*$' `
@@ -2245,7 +2252,7 @@ Popup Formatting *vim-lsp-popup-format*
22452252
22462253Popup windows use the | gq | operator for formatting content to the window.
22472254
2248- For customization, see
2255+ For customization, see
22492256| formatprg | .
22502257
22512258==============================================================================
0 commit comments