mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 21:59:52 -07:00
Pull in modalkit repository with a Cargo.lock
(#208)
This commit is contained in:
parent
aa878f7569
commit
c5999bffc8
12 changed files with 76 additions and 100 deletions
|
@ -47,26 +47,22 @@ use modalkit_ratatui::{
|
|||
WindowOps,
|
||||
};
|
||||
|
||||
use modalkit::actions::{
|
||||
Action,
|
||||
Editable,
|
||||
EditorAction,
|
||||
Jumpable,
|
||||
PromptAction,
|
||||
Promptable,
|
||||
Scrollable,
|
||||
};
|
||||
use modalkit::editing::{
|
||||
action::{
|
||||
Action,
|
||||
EditError,
|
||||
EditInfo,
|
||||
EditResult,
|
||||
Editable,
|
||||
EditorAction,
|
||||
InfoMessage,
|
||||
Jumpable,
|
||||
PromptAction,
|
||||
Promptable,
|
||||
Scrollable,
|
||||
UIError,
|
||||
},
|
||||
completion::CompletionList,
|
||||
context::Resolve,
|
||||
history::{self, HistoryList},
|
||||
rope::EditRope,
|
||||
};
|
||||
use modalkit::errors::{EditError, EditResult, UIError};
|
||||
use modalkit::prelude::*;
|
||||
|
||||
use crate::base::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue