[fix] nvim: re-enable pylance
Also switch to the ruff beta lsp server
This commit is contained in:
parent
bbe6825ceb
commit
854e7d6af0
1 changed files with 3 additions and 1 deletions
|
@ -189,7 +189,9 @@ in
|
|||
autoEvalInputs = true;
|
||||
};
|
||||
};
|
||||
ruff-lsp.enable = true;
|
||||
pyright.enable = true;
|
||||
# ruff-lsp.enable = true;
|
||||
ruff.enable = true;
|
||||
taplo.enable = true;
|
||||
# texlab.enable = true; # Not writing TeX rn
|
||||
typos-lsp.enable = true;
|
||||
|
|
Loading…
Reference in a new issue