yegappan / lsp

Language Server Protocol (LSP) plugin for Vim9
MIT License
473 stars 57 forks source link

Typo in OmniSharp section of wiki #533

Closed nv-quan closed 3 months ago

nv-quan commented 3 months ago

As mentioned in #342, there is a typo in the instruction for OmniSharp

call LspAddServer([#{name: 'omnisharp',
                 \   filetype: 'cs',
                 \   path: expand('$HOME/omnisharp/omnisharp.exe'),
                 \   args: ['--z', '--languageserver', '--encoding', 'utf-8'],
                 \ }])

the first argument should be -z, otherwise the language server will not start. The issue was closed but the typo is still there.

yegappan commented 3 months ago

Thanks for reporting the issue. I have updated the Wiki.