feat: Exclude .direnv in rust-analyzer
This commit is contained in:
2
flake.lock
generated
2
flake.lock
generated
@@ -1722,7 +1722,7 @@
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1,
|
||||
"narHash": "sha256-adYgrV9u1JTqP7ccDKNG6ClUkD4lr3VFiPaOGS3zvgw=",
|
||||
"narHash": "sha256-2pBZ4zgpXMBomJLn5fMnWQdlDeFEUz7YkSk3i0ksDkg=",
|
||||
"path": "./neovim",
|
||||
"type": "path"
|
||||
},
|
||||
|
||||
@@ -208,6 +208,13 @@ in rec {
|
||||
# return { '${pkgs.ra-multiplex}/bin/ra-multiplex', 'client' }
|
||||
# end
|
||||
# '';
|
||||
default_settings = ''{
|
||||
['rust-analyzer'] = {
|
||||
files = {
|
||||
excludeDirs = {".git", ".direnv"},
|
||||
},
|
||||
},
|
||||
}'';
|
||||
};
|
||||
dap = {
|
||||
autoload_configurations = false;
|
||||
|
||||
Reference in New Issue
Block a user