Skip to content

Commit

Permalink
fix: ruff_lsp > ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
erictossell committed Dec 29, 2024
1 parent 0178d25 commit 0c25ce8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion config/lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
lua_ls.enable = true;
# nixd.enable = true;
nil_ls.enable = true;
ruff_lsp.enable = true;
ruff.enable = true;
rust_analyzer = {
enable = true;
installCargo = true;
Expand Down
54 changes: 27 additions & 27 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c25ce8

Please sign in to comment.