Added bacon to rust

This commit is contained in:
Jan-Bulthuis 2024-12-02 00:53:05 +01:00
parent 3374b35053
commit 78766dfaa8
1 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ in
# cargo
gcc
lldb
bacon
# rust-analyzer
# rustfmt
# clippy
@ -47,7 +48,7 @@ in
# Neovim configuration
programs.nixvim = {
plugins.rust-tools = {
plugins.rustaceanvim = {
enable = true;
};
};