nvim: back to pyright
mypy is slow and boring
This commit is contained in:
parent
989528a889
commit
649725f483
1
programs
1
programs
@ -127,6 +127,7 @@ syncthing
|
||||
inkscape
|
||||
typescript
|
||||
typescript-language-server
|
||||
pyright
|
||||
bash-language-server
|
||||
vscode-css-languageserver
|
||||
rust-analyzer
|
||||
|
@ -6,7 +6,7 @@ pipx install \
|
||||
cppman \
|
||||
git+https://github.com/dogeystamp/testr
|
||||
|
||||
pipx install python-lsp-server
|
||||
pipx inject python-lsp-server \
|
||||
python-lsp-black \
|
||||
pylsp-mypy
|
||||
# pipx install python-lsp-server
|
||||
# pipx inject python-lsp-server \
|
||||
# python-lsp-black \
|
||||
# pylsp-mypy
|
||||
|
@ -90,16 +90,16 @@ end
|
||||
-- table declares LSPs to be set up
|
||||
-- as well as settings per server (overrides defaults)
|
||||
local servers = {
|
||||
--pyright = {},
|
||||
pylsp = {
|
||||
settings = {
|
||||
plugins = {
|
||||
['python-lsp-black'] = {},
|
||||
['python-pyflakes'] = {},
|
||||
['pylsp-mypy'] = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
pyright = {},
|
||||
-- pylsp = {
|
||||
-- settings = {
|
||||
-- plugins = {
|
||||
-- ['python-lsp-black'] = {},
|
||||
-- ['python-pyflakes'] = {},
|
||||
-- ['pylsp-mypy'] = {},
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
clangd = {},
|
||||
tsserver = {},
|
||||
bashls = {},
|
||||
|
Loading…
Reference in New Issue
Block a user