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
|
inkscape
|
||||||
typescript
|
typescript
|
||||||
typescript-language-server
|
typescript-language-server
|
||||||
|
pyright
|
||||||
bash-language-server
|
bash-language-server
|
||||||
vscode-css-languageserver
|
vscode-css-languageserver
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
|
@ -6,7 +6,7 @@ pipx install \
|
|||||||
cppman \
|
cppman \
|
||||||
git+https://github.com/dogeystamp/testr
|
git+https://github.com/dogeystamp/testr
|
||||||
|
|
||||||
pipx install python-lsp-server
|
# pipx install python-lsp-server
|
||||||
pipx inject python-lsp-server \
|
# pipx inject python-lsp-server \
|
||||||
python-lsp-black \
|
# python-lsp-black \
|
||||||
pylsp-mypy
|
# pylsp-mypy
|
||||||
|
@ -90,16 +90,16 @@ end
|
|||||||
-- table declares LSPs to be set up
|
-- table declares LSPs to be set up
|
||||||
-- as well as settings per server (overrides defaults)
|
-- as well as settings per server (overrides defaults)
|
||||||
local servers = {
|
local servers = {
|
||||||
--pyright = {},
|
pyright = {},
|
||||||
pylsp = {
|
-- pylsp = {
|
||||||
settings = {
|
-- settings = {
|
||||||
plugins = {
|
-- plugins = {
|
||||||
['python-lsp-black'] = {},
|
-- ['python-lsp-black'] = {},
|
||||||
['python-pyflakes'] = {},
|
-- ['python-pyflakes'] = {},
|
||||||
['pylsp-mypy'] = {},
|
-- ['pylsp-mypy'] = {},
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
clangd = {},
|
clangd = {},
|
||||||
tsserver = {},
|
tsserver = {},
|
||||||
bashls = {},
|
bashls = {},
|
||||||
|
Loading…
Reference in New Issue
Block a user