Wrapping up bedrock implementation
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
use std::iter::Peekable;
|
||||
|
||||
use anyhow::Result;
|
||||
use galaxyui::text::{words::is_default_word_boundary, TextBuffer};
|
||||
use itertools::{peek_nth, Either, PeekNth};
|
||||
use string_offset::CharOffset;
|
||||
use galaxyui::text::{words::is_default_word_boundary, TextBuffer};
|
||||
|
||||
use crate::vim::{Direction, WordBound, WordType};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user