Add ale_python_pyright_options variable (#5150)

Also replaces link to lsp config doc from its source code to the
published rendered page version.

Co-authored-by: cos <cos>
This commit is contained in:
rymdbar
2026-07-25 22:24:57 +09:00
committed by GitHub
co-authored by cos <cos>
parent 94a8a88f0d
commit c874be57bc
3 changed files with 27 additions and 2 deletions
+7
View File
@@ -27,6 +27,13 @@ Execute(The executable should be configurable):
\ '/bin/foo-bar',
\ ale#Escape('/bin/foo-bar') . ' --stdio'
Execute(The command invokation arguments should be configurable):
let g:ale_python_pyright_options = '--some-option'
AssertLinter
\ 'pyright-langserver',
\ ale#Escape('pyright-langserver') . ' --some-option'
Execute(The default configuration should be mostly empty):
" The default configuration needs to have at least one key in it,
" or the server won't start up properly.