Insert completion text on enter

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Max Brunsfeld
2022-01-31 13:46:50 -08:00
co-authored by Nathan Sobo
parent 071a55a7ab
commit 8d2b7ba032
4 changed files with 64 additions and 14 deletions
+1 -1
View File
@@ -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;