mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-09 23:26:20 -04:00
chore: remove Zed editor config
Problem: Editor-specific settings should not be part of the global repository. (Only config files that control standard tooling in order to enforce, e.g., formatting policies are appropriate to commit -- and only if covered by CI.) Solution: Drop the Zed config files from the repo.
This commit is contained in:
parent
664e9a6786
commit
da219f40f8
|
|
@ -1,11 +0,0 @@
|
|||
{
|
||||
"lsp": {
|
||||
"rust-analyzer": {
|
||||
"initialization_options": {
|
||||
"cargo": {
|
||||
"features": "all"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue