1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 07:10:06 +08:00
Commit Graph

6946 Commits

Author SHA1 Message Date
Eric Wong
c64ca1ce03 docs(website): use spacevim hashtag 2024-12-23 09:16:17 +08:00
Eric Wong
ef101cdf13 Release v2.4.0 2024-12-23 08:57:45 +08:00
Eric Wong
113110b163 perf(zettelkasten): check title width 2024-12-22 23:43:24 +08:00
Eric Wong
afe49af8a3 fix(zettelkasten): use string.sub for long title 2024-12-22 23:05:15 +08:00
Eric Wong
71c3ac19e0 fix(git): complete tags only after -d opt 2024-12-22 15:15:14 +08:00
Eric Wong
0d66e31934 feat(git): update git-tag completion 2024-12-21 19:53:38 +08:00
Eric Wong
9584d22101 feat(markdown): add SPC l f to format code block 2024-12-21 16:33:22 +08:00
Eric Wong
e79d1ea754 docs(record-key): typo in readme 2024-12-20 08:30:43 +08:00
Eric Wong
0d9aa543cf docs(record-key): update readme 2024-12-20 08:28:57 +08:00
Eric Wong
41f28196d8 ci(record-key.nvim): detact record-key.nvim 2024-12-20 08:22:44 +08:00
Eric Wong
0bc35bb75c ci(format.nvim): detact format.nvim 2024-12-19 22:16:15 +08:00
Eric Wong
b0aa79433a docs(zettelkasten): update readme 2024-12-18 00:46:21 +08:00
Eric Wong
97c166de11 ci(zettelkasten): detact zettelkasten syntax file 2024-12-18 00:37:25 +08:00
Eric Wong
40ea34694d feat(tabs): add tabs key bindings
- `SPC F d`: close current tab
- `SPC F D`: close other tabs
- `SPC F n`: create a new tab
2024-12-17 22:19:53 +08:00
Eric Wong
eacd71c784 feat(git): lua complete for git-fetch 2024-12-17 19:13:47 +08:00
Eric Wong
7959583115 docs(website): remove r/SpaceVim 2024-12-17 18:14:37 +08:00
Eric Wong
bde1252f93 feat(git): lua completion for sub command 2024-12-17 17:50:28 +08:00
Eric Wong
3ffa25addc feat(git): implement lua complete for git-tag 2024-12-17 17:30:08 +08:00
Eric Wong
a0b86e67e8 docs(website): update following-head page 2024-12-17 12:40:14 +08:00
Eric Wong
88f1c5ec5b ci(plugin): change commit email 2024-12-17 11:43:56 +08:00
Eric Wong
6bb0e44000 docs(docker): update docker link 2024-12-17 09:06:31 +08:00
Eric Wong
700aee7395 feat(git): implement lua complete for git-add 2024-12-17 08:52:48 +08:00
Eric Wong
64438a033e docs(zettelkasten): update vim-zettelkasten readme 2024-12-16 23:25:33 +08:00
Eric Wong
933c9b7281 test(zettelkasten): fix test script 2024-12-16 23:12:51 +08:00
Eric Wong
f08eb2d043 fix(tasks): update vim-zettelkasten task 2024-12-16 23:03:04 +08:00
Eric Wong
cf640a81da fix(zettelkasten): test zettelkasten plugin 2024-12-16 22:53:41 +08:00
Eric Wong
f49958dbde feat(markdown): add SPC l t to toggle todo 2024-12-14 20:21:36 +08:00
Eric Wong
a14bd4f158 feat(zettelkasten): sort tags in sidebar 2024-12-14 16:54:38 +08:00
Eric Wong
6358c2a435 feat(git.vim): complete git push command 2024-12-14 15:11:02 +08:00
Eric Wong
b9eb91a793 feat(git): improve git branch detection 2024-12-13 00:32:24 +08:00
Eric Wong
4e5a459ee4 fix(cmp): fix return nil behavior
close https://github.com/SpaceVim/SpaceVim/issues/4943
2024-12-13 00:10:43 +08:00
Eric Wong
7afbd83a89 feat(zettelkasten): use <Enter> to open note 2024-12-12 17:04:05 +08:00
Eric Wong
ecbb4766da perf(zettelkasten): set winfixwidth option 2024-12-12 16:45:40 +08:00
Eric Wong
5f34976cd4 feat(zktagstree): support <LeftRelease> key 2024-12-11 13:55:21 +08:00
Eric Wong
81400f9c23 feat(zettelkasten): add zk tags tree 2024-12-11 13:48:49 +08:00
Eric Wong
fb7bb88485 feat(zkbrowser): use <LeftRelease> to filter tag 2024-12-11 10:10:34 +08:00
Eric Wong
4b61259a80 feat(zettelkasten): filter zk tags 2024-12-11 00:30:08 +08:00
Eric Wong
b89c9f320a feat(zettelkasten): detach vim-zettelkasten plugin
update

zettelkasten browser statusline

update

update readme

update
2024-12-10 22:35:57 +08:00
Eric Wong
0801126d19 feat(git): complete checkout command 2024-12-09 22:29:20 +08:00
Eric Wong
a50c6bf250 ci(detach): fix detach script 2024-12-09 21:27:41 +08:00
Eric Wong
a42b6b39bc docs(git): update readme of git.vim 2024-12-09 20:59:42 +08:00
Eric Wong
859e2db582 fix(guide): update language specified mapping
close https://github.com/SpaceVim/SpaceVim/issues/4942
2024-12-09 20:46:30 +08:00
Eric Wong
fa0cb4280d docs(development): use github issue & pull request 2024-12-09 12:56:42 +08:00
Eric Wong
3e92a97c55 fix(messletters): make bubble_num avoid nil 2024-12-08 19:49:08 +08:00
Eric Wong
3683a06c8c feat(zettelkasten): improve zettelkasten plugin 2024-12-08 19:08:28 +08:00
Eric Wong
2e6031b927 fix(telescope): remove on_cmd option 2024-12-07 20:53:17 +08:00
Eric Wong
c2c8a96161 fix(cmp): fix nvim-cmp mapping
close https://github.com/SpaceVim/SpaceVim/issues/4929
2024-12-07 18:53:28 +08:00
Eric Wong
abbedafcc8 ci(version)! remove old tests 2024-12-07 17:10:21 +08:00
Eric Wong
08719ccab2 fix(guide): fix g guide map
close https://github.com/SpaceVim/SpaceVim/issues/4931
2024-11-05 20:33:09 +08:00
Eric Wong
fc4714f6f6 fix(javavi): include jar files
close https://github.com/SpaceVim/SpaceVim/issues/4938
2024-11-05 20:21:56 +08:00