Added bacon to rust
This commit is contained in:
parent
3374b35053
commit
78766dfaa8
|
@ -22,6 +22,7 @@ in
|
||||||
# cargo
|
# cargo
|
||||||
gcc
|
gcc
|
||||||
lldb
|
lldb
|
||||||
|
bacon
|
||||||
# rust-analyzer
|
# rust-analyzer
|
||||||
# rustfmt
|
# rustfmt
|
||||||
# clippy
|
# clippy
|
||||||
|
@ -47,7 +48,7 @@ in
|
||||||
|
|
||||||
# Neovim configuration
|
# Neovim configuration
|
||||||
programs.nixvim = {
|
programs.nixvim = {
|
||||||
plugins.rust-tools = {
|
plugins.rustaceanvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue