13 Commits

Author SHA1 Message Date
Wlad
26d0eb7924 fix: adding signs outside buffer len
If a mark was added and the file length was decreased afterwards
adding signs would fail with an out of bounds error for marks in
outside of the new bounds
2024-01-08 10:53:46 +01:00
blueswooz
37de7fbc19 fix: add the missing warn function
closed #9
2023-06-28 20:36:59 +08:00
blueswooz
3942f2a8a5 refactor: update sign after upating annotation 2023-04-26 22:52:49 +08:00
tomasky
5985bf4949 refactor: remove dump util function
use `vim.pretty_print` instead of dump
2022-08-01 15:07:00 +08:00
tomasky
23e31a83fc fix(marks): 🐛 marks dont display in quickfix and telescope 2022-07-05 16:21:14 +08:00
tomasky
0bfad8f327 fix(marks): dont jump to everywhere ,dont edit annotation 2022-07-05 15:12:22 +08:00
tomasky
e2f6e4a48d feat(marks)!: show bookmarks list in quickfix and telescope 2022-07-04 14:00:06 +08:00
tomasky
b1df446853 feat(mark): add jump to prev or next mark 2022-07-03 22:32:26 +08:00
tomasky
9aa425c244 refactor(marks): change marks store data structure 2022-07-03 19:27:28 +08:00
tomasky
fe7779ffcb refactor(signs): move some method to actions 2022-07-03 17:26:19 +08:00
tomasky
e71384a5ce feat(sign): update signs and markadd ,markrm,markclean etc functions 2022-07-03 12:04:08 +08:00
tomasky
1ce6fdb40d feat!: update setup,add read/write marks json 2022-07-01 16:28:09 +08:00
tomasky
810abbfa32 feat!: init proj , add some lua functions the proj need 2022-06-30 19:55:17 +08:00