AutoYADM commit: 2025-07-04 23:43:32
This commit is contained in:
parent
833967e544
commit
01d60149e1
1 changed files with 2 additions and 1 deletions
|
@ -180,7 +180,8 @@ hook -group lsp-filetype-python global BufSetOption filetype=python %{
|
|||
set-option buffer lsp_servers %{
|
||||
[basedpyright-langserver]
|
||||
root_globs = ["requirements.txt", "setup.py", "pyproject.toml", "pyrightconfig.json", ".git", ".hg"]
|
||||
args = ["--stdio"]
|
||||
args = ["--with", "types-Pygments", "basedpyright","--stdio"]
|
||||
command = "uvx"
|
||||
settings_section = "basedpyright"
|
||||
[basedpyright-langserver.settings.basedpyright.analysis]
|
||||
typeCheckingMode = "standard"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue