Skip to content

Commit

Permalink
Merge pull request #117 from MikaelFangel/update_flake_lock_action
Browse files Browse the repository at this point in the history
flake: update flake.lock
  • Loading branch information
MikaelFangel authored Oct 29, 2024
2 parents 8ec0da0 + 85b30f3 commit 81ae878
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 39 deletions.
14 changes: 0 additions & 14 deletions config/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -202,19 +202,5 @@
action = "<CMD>Trouble diagnostics toggle<CR>";
options.desc = "Toggle trouble";
}

# Rust
{
mode = "n";
key = "<leader>r";
action = "+rust";
}
{
# Start standalone rust-analyzer (fixes issues when opening files from nvim tree)
mode = "n";
key = "<leader>rs";
action = "<CMD>RustStartStandaloneServerForBuffer<CR>";
options.desc = "Start standalone rust-analyzer";
}
];
}
2 changes: 1 addition & 1 deletion config/lsp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"K" = "hover";
};
};
rust-tools.enable = true;
rustaceanvim.enable = true;
};
}
77 changes: 53 additions & 24 deletions flake.lock

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

0 comments on commit 81ae878

Please sign in to comment.