@@ -284,7 +284,7 @@ g:lsp_preview_keep_focus *g:lsp_preview_keep_focus*
284
284
* | preview-window | can be also automatically closed after completion with
285
285
the following auto command: >
286
286
autocmd! CompleteDone * if pumvisible() == 0 | pclose | endif
287
- < * | preview-window | can be supressed with: >
287
+ < * | preview-window | can be suppressed with: >
288
288
set completeopt-=preview
289
289
<
290
290
g:lsp_preview_float *g:lsp_preview_float*
@@ -888,7 +888,7 @@ Disables vim-lsp plugin.
888
888
lsp#register_server({server-info} ) *lsp#register_server()*
889
889
890
890
Used to register the language server with vim-lsp. This method takes
891
- one parameter which is a vim | dict | and is refered to as | vim-lsp-server_info |
891
+ one parameter which is a vim | dict | and is referred to as | vim-lsp-server_info |
892
892
893
893
Example: >
894
894
if (executable('pyls'))
@@ -959,7 +959,7 @@ The vim |dict| containing information about the server.
959
959
It is recommended to use &shell with &shellcmdflag when running script
960
960
files that can be executed specially on windows where *.bat and *.cmd
961
961
files cannot be started without running the shell first. This is common
962
- for exectuables installed by npm for nodejs.
962
+ for executable installed by npm for nodejs.
963
963
964
964
Example: >
965
965
'cmd': {server_info->
@@ -1040,7 +1040,7 @@ The vim |dict| containing information about the server.
1040
1040
Type: | Boolean |
1041
1041
Default: | g:lsp_hover_conceal |
1042
1042
1043
- This takes precendence over the value of | g:lsp_hover_conceal | , to
1043
+ This takes precedence over the value of | g:lsp_hover_conceal | , to
1044
1044
allow overriding this setting per server.
1045
1045
1046
1046
Example: >
@@ -1224,7 +1224,7 @@ Get the status of a server.
1224
1224
1225
1225
lsp#utils#position#lsp_to_vim({expr} , {position} ) *lsp#utils#position#lsp_to_vim()*
1226
1226
1227
- Convert LSP's positon to vim's pos ([lnum, col]).
1227
+ Convert LSP's position to vim's pos ([lnum, col]).
1228
1228
1229
1229
{expr} is same of bufname argument.
1230
1230
{position} is LSP's position params.
@@ -1359,7 +1359,7 @@ diagnostics are filtered for current buffer.
1359
1359
Arguments:
1360
1360
1361
1361
--buffers Defaults to empty string, i.e. shows diagnostics for current
1362
- buffer. To show diagnotics for all buffer use `- -buffers =* ` .
1362
+ buffer. To show diagnostic for all buffers use `- -buffers =* ` .
1363
1363
1364
1364
Example: >
1365
1365
:LspDocumentDiagnostics
@@ -1590,7 +1590,7 @@ This autocommand is run after the server is exited.
1590
1590
lsp_buffer_enabled *lsp_buffer_enabled*
1591
1591
1592
1592
This autocommand is run after vim-lsp is enabled for the buffer. This event is
1593
- triggered imediately when the buffer is currently active. If the buffer is not
1593
+ triggered immediately when the buffer is currently active. If the buffer is not
1594
1594
current active, the event will be triggered when the buffer will be active.
1595
1595
1596
1596
lsp_diagnostics_updated *lsp_diagnostics_updated*
0 commit comments