Added RopeBuffer Buffer implementation

This commit is contained in:
Luke I. Wilson
2021-03-22 16:10:23 -05:00
parent 817b2c66c4
commit bd6f1cf79e
6 changed files with 329 additions and 9 deletions

1
go.mod
View File

@@ -6,4 +6,5 @@ require (
github.com/gdamore/tcell/v2 v2.2.0
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/zyedidia/clipboard v1.0.3 // indirect
github.com/zyedidia/rope v0.0.0-20210117014038-fa241571635a // indirect
)