1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:30:03 +08:00
Commit Graph

6663 Commits

Author SHA1 Message Date
Eric Wong
cbc3f5e50c feat(git): complete :Git branch 2024-03-31 15:47:50 +08:00
Eric Wong
18f2edc395 feat(notify): share viml notifys 2024-03-31 00:08:50 +08:00
Eric Wong
32aec1ec5b fix(bookmarks): fix next/previous function 2024-03-30 22:49:14 +08:00
Eric Wong
5816fbbbfa fix(bookmarks): fix mn & mp key bindings 2024-03-30 22:24:22 +08:00
Eric Wong
99738624b4 feat(bookmark): add VimLeave autocmd 2024-03-30 22:15:03 +08:00
Eric Wong
7c80fe4369 feat(bookmarks): update bookmarks lnums 2024-03-30 21:38:08 +08:00
Eric Wong
5cb566b359 perf(bookmarks): skip empty bufname & buftype 2024-03-29 14:30:05 +08:00
Eric Wong
ac148697e4 fix(bookmark): remove sign before add new bookmark 2024-03-29 10:38:26 +08:00
Eric Wong
8649032dc5 feat(bookmarks): edit existing annotation 2024-03-29 10:31:29 +08:00
Eric Wong
3d557dceeb fix(bookmark): remove extra unlet 2024-03-29 02:02:47 +08:00
Eric Wong
34c343b697 fix(bookmarks): unlet bookmarks when clear 2024-03-29 02:00:58 +08:00
Eric Wong
3a22f555dd feat(bookmark): add virt_text support 2024-03-29 01:55:02 +08:00
Eric Wong
f759826426 feat(bookmark): custom sign text and highlight 2024-03-29 00:22:03 +08:00
Eric Wong
180493c1b5 feat(bookmarks): add new bookmark plugin 2024-03-29 00:02:30 +08:00
Eric Wong
ea2dea6fdc perf(bookmark): add bookmark logger 2024-03-27 09:47:41 +08:00
Eric Wong
348d868d9d perf(telescope): remove jk for telescope 2024-03-26 23:49:51 +08:00
Eric Wong
4846788807 feat(bookmarks): add telescope support 2024-03-26 23:34:21 +08:00
Eric Wong
a1e9a37951 chore(bookmark): remove extra files 2024-03-26 22:49:53 +08:00
Eric Wong
a3264f9d75 docs(readme): remove extra link 2024-03-24 22:58:34 +08:00
Eric Wong
833c9ac3d0 feat(todo): add todo_close_list option 2024-03-24 21:46:37 +08:00
Eric Wong
714e3b41ca feat(toml): add toml indent file 2024-03-24 19:47:09 +08:00
Eric Wong
7f33b177fe docs(index): remove news image 2024-03-24 15:02:50 +08:00
Eric Wong
6ca19772e1 chore(version): update to v2.4.0-dev 2024-03-24 14:57:36 +08:00
Eric Wong
41aba65a98 docs(typo): fix image url 2024-03-24 14:53:55 +08:00
Eric Wong
2a2deac2e6 Release v2.3.0 2024-03-24 14:49:58 +08:00
Eric Wong
ec1f970f3f feat(git): add :Git tag for vim 2024-03-24 13:46:51 +08:00
Eric Wong
a87ea5b2f9 feat(git): rewrite :Git stash in lua 2024-03-24 00:32:32 +08:00
Eric Wong
254df1095f perf(git): do not open diff win when no changes 2024-03-23 23:38:45 +08:00
Eric Wong
2083a13ad6 feat(git): rewrite :Git rebase in lua 2024-03-23 23:18:05 +08:00
Eric Wong
f5c6730177 fix(string): fix string2chars function test for vim
skip chinese test for old vim
2024-03-23 20:40:17 +08:00
Eric Wong
3e1b7fe5b9 test(task): add extra test 2024-03-23 19:06:32 +08:00
Eric Wong
16a5086d8b test(task): add vader-nvim-038 task 2024-03-23 16:48:32 +08:00
Eric Wong
8244c4a848 test(task): add task todo 2024-03-23 16:44:42 +08:00
Eric Wong
ae41ade26d test(task): add vader-nvim-061 task 2024-03-23 16:40:11 +08:00
Eric Wong
90b7a0b733 build(docker): remove docker build 2024-03-23 16:07:25 +08:00
Eric Wong
70e2ea7d03 test(task): update task todos 2024-03-23 15:34:51 +08:00
Eric Wong
f27756c566 test(vim): fix test for old vim 2024-03-22 20:15:00 +08:00
Eric Wong
735298e5b4 feat(chinese): add key bindings for translate types
add key bindings to translate characters between fullwidth type and halfwidth type.

Co-authored-by: Kun Lin <Kun.Lin@qq.com>
2024-03-22 19:26:52 +08:00
Eric Wong
a1596e9f20 fix(chinese): fix translating function between numerals
Co-authored-by: Kun Lin <Kun.Lin@qq.com>
2024-03-22 19:24:40 +08:00
Eric Wong
887943dc84 docs(index): update test version 2024-03-22 18:11:37 +08:00
Eric Wong
62d829d03f test(task): add vader-nvim-080 task 2024-03-22 16:59:32 +08:00
Eric Wong
4563880fee perf(scrollbar): use vim#buffer api 2024-03-22 16:49:58 +08:00
Eric Wong
5b88660a3f perf(cmp): update default nvim-cmp config 2024-03-21 21:24:33 +08:00
Eric Wong
2f0cfdf5a0 perf(cmp): update nvim-cmp
04e0ca376d
2024-03-21 19:32:46 +08:00
Eric Wong
6a47dd47ca fix(rtp): fix default rtp when starting 2024-03-21 19:19:30 +08:00
Eric Wong
0ad6c2adbb test(wsl): add vader-nvim-wsl task 2024-03-21 18:32:50 +08:00
Eric Wong
7eb68ca364 test(nvim): fix make test for nvim 0.9.5 2024-03-21 18:25:14 +08:00
Eric Wong
44d77ab4bf test(task): add vim 7.4.1185 task 2024-03-20 20:01:16 +08:00
Eric Wong
0ff4ab9255 test(tasks): add vader-nvim-072 task 2024-03-20 19:29:56 +08:00
Eric Wong
e7d90f4d82 fix(scrollbar): disable Search highlight in scrollbar 2024-03-19 11:08:37 +08:00