mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39: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
|
@ -14,28 +14,23 @@ use ratatui::{
|
|||
widgets::{Paragraph, StatefulWidget, Widget},
|
||||
};
|
||||
|
||||
use modalkit::actions::{
|
||||
Action,
|
||||
CursorAction,
|
||||
EditAction,
|
||||
Editable,
|
||||
EditorAction,
|
||||
EditorActions,
|
||||
HistoryAction,
|
||||
InsertTextAction,
|
||||
Jumpable,
|
||||
PromptAction,
|
||||
Promptable,
|
||||
Scrollable,
|
||||
Searchable,
|
||||
SelectionAction,
|
||||
};
|
||||
use modalkit::editing::{
|
||||
action::{
|
||||
Action,
|
||||
CursorAction,
|
||||
EditAction,
|
||||
EditError,
|
||||
EditInfo,
|
||||
EditResult,
|
||||
Editable,
|
||||
EditorAction,
|
||||
EditorActions,
|
||||
HistoryAction,
|
||||
InsertTextAction,
|
||||
Jumpable,
|
||||
PromptAction,
|
||||
Promptable,
|
||||
Scrollable,
|
||||
Searchable,
|
||||
SelectionAction,
|
||||
UIError,
|
||||
UIResult,
|
||||
},
|
||||
completion::CompletionList,
|
||||
context::Resolve,
|
||||
cursor::{CursorGroup, CursorState},
|
||||
|
@ -43,6 +38,7 @@ use modalkit::editing::{
|
|||
rope::EditRope,
|
||||
store::{RegisterCell, RegisterPutFlags},
|
||||
};
|
||||
use modalkit::errors::{EditError, EditResult, UIError, UIResult};
|
||||
use modalkit::prelude::*;
|
||||
|
||||
use crate::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue