mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
Update doc
This commit is contained in:
committed by
mattn
parent
eb11c046e5
commit
dd8ba8ebc5
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user