Skip to content

Commit 4063a84

Browse files
committed
chore: replace ruff_lsp with ruff
1 parent 300ef87 commit 4063a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/lsp/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
enable = true;
1717
package = pkgs.swi-prolog;
1818
};
19-
ruff_lsp.enable = true;
19+
ruff.enable = true;
2020
};
2121
keymaps.lspBuf = {
2222
"gd" = "definition";

0 commit comments

Comments
 (0)