11 lines
138 B
Nix
11 lines
138 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.nixvim.plugins.rustaceanvim = {
|
|
enable = true;
|
|
settings = {
|
|
server.auto_attach = true;
|
|
};
|
|
};
|
|
}
|