chore: Update to latest

This commit is contained in:
uttarayan21
2024-08-08 15:46:14 +05:30
parent 4413155e4e
commit 18cc9df42c
5 changed files with 257 additions and 236 deletions

View File

@@ -208,13 +208,13 @@ in rec {
# return { '${pkgs.ra-multiplex}/bin/ra-multiplex', 'client' }
# end
# '';
default_settings = ''{
['rust-analyzer'] = {
files = {
excludeDirs = {".git", ".direnv"},
},
},
}'';
default_settings = '' {
['rust-analyzer'] = {
files = {
excludeDirs = {".git", ".direnv"},
},
},
}'';
};
dap = {
autoload_configurations = false;