Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1mod rubocop; 2mod ruby_lsp; 3mod solargraph; 4 5pub use rubocop::*; 6pub use ruby_lsp::*; 7pub use solargraph::*;