Pull in modalkit repository with a Cargo.lock (#208)
This commit is contained in:
@@ -33,23 +33,18 @@ use ratatui::{
|
||||
};
|
||||
|
||||
use modalkit::{
|
||||
editing::{
|
||||
action::{
|
||||
Action,
|
||||
EditError,
|
||||
EditInfo,
|
||||
EditResult,
|
||||
Editable,
|
||||
EditorAction,
|
||||
Jumpable,
|
||||
PromptAction,
|
||||
Promptable,
|
||||
Scrollable,
|
||||
UIError,
|
||||
WindowAction,
|
||||
},
|
||||
completion::CompletionList,
|
||||
actions::{
|
||||
Action,
|
||||
Editable,
|
||||
EditorAction,
|
||||
Jumpable,
|
||||
PromptAction,
|
||||
Promptable,
|
||||
Scrollable,
|
||||
WindowAction,
|
||||
},
|
||||
editing::completion::CompletionList,
|
||||
errors::{EditError, EditResult, UIError},
|
||||
prelude::*,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user