Add file_finder module
Still need to wire up key bindings to make it toggle. Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
co-authored by
Antonio Scandurra
parent
0c59937a65
commit
f5df3681f8
+2
-1
@@ -4,7 +4,7 @@ use log::LevelFilter;
|
||||
use simplelog::SimpleLogger;
|
||||
use std::{fs, path::PathBuf};
|
||||
use zed::{
|
||||
assets, editor, settings,
|
||||
assets, editor, file_finder, settings,
|
||||
workspace::{self, OpenParams},
|
||||
};
|
||||
|
||||
@@ -20,6 +20,7 @@ fn main() {
|
||||
.on_finish_launching(move || {
|
||||
workspace::init(&mut app);
|
||||
editor::init(&mut app);
|
||||
file_finder::init(&mut app);
|
||||
|
||||
if stdout_is_a_pty() {
|
||||
app.platform().activate(true);
|
||||
|
||||
Reference in New Issue
Block a user