Skip to content

Commit

Permalink
rust-analyzer: init (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipCramer authored Nov 6, 2023
1 parent 68d85c2 commit 530d404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
gopls.enable = true;
nixd.enable = true;
ruff-lsp.enable = true;
rust-analyzer.enable = true;
};
keymaps.lspBuf = {
"gd" = "definition";
Expand Down

0 comments on commit 530d404

Please sign in to comment.