changes 08-09-25
This commit is contained in:
@@ -4,7 +4,12 @@
|
||||
programs.nixvim.plugins.rustaceanvim = {
|
||||
enable = false;
|
||||
settings = {
|
||||
server.auto_attach = true;
|
||||
server = {
|
||||
auto_attach = true;
|
||||
default_settings = {
|
||||
checkOnSave.command = "clippy";
|
||||
};
|
||||
};
|
||||
dap.adapter = false;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user