Commit Graph

23 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
cybermelon
db4899640d
Fixes nil error on when setting keymap (#17)
Borrowed from https://github.com/nvim-telescope/telescope.nvim/pull/1471#pullrequestreview-811831864
2024-01-05 13:19:07 +08:00
Turiiya
e51023c895
feat: use annotation sign from config in telescope extensions (#10) 2023-07-06 10:38:03 +08:00
blueswooz
1292a70d53 docs: add lazy event about telescope 2023-06-28 20:41:43 +08:00
blueswooz
37de7fbc19 fix: add the missing warn function
closed #9
2023-06-28 20:36:59 +08:00
blueswooz
3079ab9a53 docs: add lazy loading event 2023-04-27 09:41:54 +08:00
blueswooz
3942f2a8a5 refactor: update sign after upating annotation 2023-04-26 22:52:49 +08:00
blueswooz
06b83e285d docs: add a sign_priority description 2023-04-24 09:45:51 +08:00
blueswooz
057cc60a52 feat: refresh signs after cmd BufReadPost and FocusGained
closed #4
2023-04-22 22:05:26 +08:00
Turiiya
5fe06a9190
fix: only attach to loaded buffer (#1)
Co-authored-by: tomasky <blueswooz@outlook.com>
2023-04-14 21:22:41 +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
e502d33bf8 docs: add some features images 2022-07-05 18:27:27 +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
b4aa5e96e3 docs: add some key map instructions 2022-07-03 22:57:15 +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
tomaswyz
d05b554d54
Initial commit 2022-06-30 11:39:46 +08:00