Use pyright in nixvim

This commit is contained in:
Johannes Rothe 2025-01-30 22:12:09 +01:00
parent 2eed6b77dd
commit e188726c44
2 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@
python311
python311Packages.flake8
python311Packages.ipython
pyright
ripgrep
ruff
rusti-cal

View File

@ -95,12 +95,12 @@
helm_ls.enable = true;
jsonls.enable = true;
nixd.enable = true;
pyright.enable = true;
pylsp = {
enable = true;
settings.plugins = {
black.enabled = true;
isort.enabled = true;
pylint.enabled = true;
ruff.enabled = true;
ruff.formatEnabled = false;
};