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