Fix document layout and misspellings (#1127)

* fix document layout

* fix misspellings
This commit is contained in:
Linda_pp
2021-03-31 23:09:06 +09:00
committed by GitHub
parent 4d4a908224
commit ce3add957a
6 changed files with 41 additions and 39 deletions

View File

@@ -156,7 +156,7 @@ function! lsp#print_server_status() abort
endfunction
" @params {server_info} = {
" 'name': 'go-langserver', " requried, must be unique
" 'name': 'go-langserver', " required, must be unique
" 'allowlist': ['go'], " optional, array of filetypes to allow, * for all filetypes
" 'blocklist': [], " optional, array of filetypes to block, * for all filetypes,
" 'cmd': {server_info->['go-langserver]} " function that takes server_info and returns array of cmd and args, return empty if you don't want to start the server