Skip to content

Commit

Permalink
Renable pylsp
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Gomez committed Jan 8, 2025
1 parent 3493c8a commit 75ed2de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
rust_analyzer.installRustc = true;
rust_analyzer.installCargo = true;
ruff.enable = true;
# pylsp = {
# enable = true;
# };
pylsp = {
enable = true;
};
nixd = {
enable = true;
settings = {
Expand Down

0 comments on commit 75ed2de

Please sign in to comment.