Insert completion text on enter
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
071a55a7ab
commit
8d2b7ba032
4 changed files with 64 additions and 14 deletions
|
@ -2,6 +2,7 @@ mod admin;
|
|||
mod api;
|
||||
mod assets;
|
||||
mod auth;
|
||||
mod careers;
|
||||
mod community;
|
||||
mod db;
|
||||
mod env;
|
||||
|
@ -12,7 +13,6 @@ mod home;
|
|||
mod releases;
|
||||
mod rpc;
|
||||
mod team;
|
||||
mod careers;
|
||||
|
||||
use self::errors::TideResultExt as _;
|
||||
use ::rpc::Peer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue