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

6969 Commits

Author SHA1 Message Date
Eric Wong
fdd5c39d40 feat(winbar): add winbar plugin 2025-01-14 22:49:16 +08:00
Eric Wong
1ddf8dadb3 fix(quickfix): check local list or quickfix list 2025-01-07 08:12:23 +08:00
Eric Wong
e69a06b5a3 fix(indent-blankline): use schedule_wrap 2025-01-03 00:07:46 +08:00
Eric Wong
01d493a2b6 feat(quickfix): add undo key binding 2025-01-02 09:57:11 +08:00
Eric Wong
f3df26b6b3 docs(core): update doc about quickfix mappings 2025-01-02 09:16:11 +08:00
Eric Wong
14f7ef38a1 perf(quickfix): add option to set mappings 2025-01-02 09:09:28 +08:00
Eric Wong
d245875994 docs(core): update doc for core layer 2025-01-02 02:21:01 +08:00
Eric Wong
8ccdee05c1 docs(quickfix): update readme 2025-01-01 20:52:45 +08:00
Eric Wong
2b02440de8 ci(quickfix): detact quickfix.nvim 2025-01-01 20:43:55 +08:00
Eric Wong
805c03609f feat(quickfix): add quickfix.nvim 2025-01-01 20:34:26 +08:00
Eric Wong
a0fc3ad290 fix(commenter): fix nerdcommenter for markdown 2024-12-30 22:20:05 +08:00
Eric Wong
91c299fd8a fix(core): fix enable_smooth_scrolling opt
close https://github.com/SpaceVim/SpaceVim/issues/4948
2024-12-30 12:29:03 +08:00
Eric Wong
4ae96e3a57 fix(edit): fix disabled_plugins option
close https://github.com/SpaceVim/SpaceVim/issues/4947
2024-12-30 12:24:21 +08:00
Eric Wong
14f2de7911 fix(zettelkasten): fix default telescope actions 2024-12-25 21:32:01 +08:00
Eric Wong
65ee77b5cf fix(statusline): fix undefined variable 2024-12-25 20:51:55 +08:00
Eric Wong
2d6abfdb7b fix(bootstrap_after): log bootstrap_after function 2024-12-24 11:22:19 +08:00
Eric Wong
af65682596 perf(bootstrap): log bootstrap function status 2024-12-24 11:11:54 +08:00
Eric Wong
d064660bc1 docs(bootstrap): update doc of bootstrap functions 2024-12-24 10:56:21 +08:00
Eric Wong
bf643b2463 fix(zettelkasten): fix title backgroup color 2024-12-24 09:22:36 +08:00
Eric Wong
8494b505a9 ci(zettelkasten): detact telescope extensions 2024-12-23 23:20:48 +08:00
Eric Wong
716f835da8 feat(zettelkasten): filter zk title via telescope 2024-12-23 23:14:50 +08:00
Eric Wong
9d3b3b5a77 docs(website): update release link in home page 2024-12-23 09:34:45 +08:00
Eric Wong
53ba873bda chore(version): update to 2.5.0-dev 2024-12-23 09:28:48 +08:00
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