Update doc

This commit is contained in:
Yasuhiro Matsumoto
2021-09-07 17:39:03 +09:00
committed by mattn
parent eb11c046e5
commit dd8ba8ebc5

View File

@@ -101,6 +101,15 @@ script. You can modify configuration like below:
\}
<
Tips: If you want to only add/replace arguments for the server,
>
let g:lsp_settings = {
\ 'some-langserver': {
\ 'args': ['foo', 'bar', 'baz'],
\ },
\}
<
If you want to add extra schemas for yaml-language-server or
json-language-server, do |:LspSettingsLocalEdit| or |:LspSettingsGlobalEdit|
and put schemas property like below: