Skip to content

Commit 81ae878

Browse files
authored
Merge pull request #117 from MikaelFangel/update_flake_lock_action
flake: update flake.lock
2 parents 8ec0da0 + 85b30f3 commit 81ae878

File tree

3 files changed

+54
-39
lines changed

3 files changed

+54
-39
lines changed

config/default.nix

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -202,19 +202,5 @@
202202
action = "<CMD>Trouble diagnostics toggle<CR>";
203203
options.desc = "Toggle trouble";
204204
}
205-
206-
# Rust
207-
{
208-
mode = "n";
209-
key = "<leader>r";
210-
action = "+rust";
211-
}
212-
{
213-
# Start standalone rust-analyzer (fixes issues when opening files from nvim tree)
214-
mode = "n";
215-
key = "<leader>rs";
216-
action = "<CMD>RustStartStandaloneServerForBuffer<CR>";
217-
options.desc = "Start standalone rust-analyzer";
218-
}
219205
];
220206
}

config/lsp/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"K" = "hover";
2727
};
2828
};
29-
rust-tools.enable = true;
29+
rustaceanvim.enable = true;
3030
};
3131
}

flake.lock

Lines changed: 53 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)