nvim: back to pyright

mypy is slow and boring
This commit is contained in:
dogeystamp 2024-03-04 21:41:48 -05:00
parent 989528a889
commit 649725f483
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
3 changed files with 15 additions and 14 deletions

View File

@ -127,6 +127,7 @@ syncthing
inkscape
typescript
typescript-language-server
pyright
bash-language-server
vscode-css-languageserver
rust-analyzer

View File

@ -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

View File

@ -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 = {},