1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-14 05:58:00 +08:00
Commit Graph

641 Commits

Author SHA1 Message Date
Eric Wong
202ea3637c
feat(nvim-plug): add config_{before, after} func 2025-02-09 22:16:50 +08:00
Eric Wong
3b5568952e
fix(nvim-plug): fix default ui progress 2025-02-08 23:12:11 +08:00
Eric Wong
7ad09214c0
fix(nvim-plug): fix raw plugin support 2025-02-08 23:00:48 +08:00
Eric Wong
68eaa0ec0f
feat(nvim-plug): support raw plugin 2025-02-08 22:47:33 +08:00
Eric Wong
2fe9e8fc11
fix(nvim-plug): fix clone progress 2025-02-08 20:39:11 +08:00
Eric Wong
28fc69c56a
docs(nvim-plug): update readme 2025-02-07 22:15:01 +08:00
Eric Wong
1611f8c274
feat(nvim-plug): update text example 2025-02-07 21:57:16 +08:00
Eric Wong
a0fd8e3174
fix(nvim-plug): fix job queue 2025-02-07 21:51:48 +08:00
Eric Wong
0f9396a709
feat(nvim-plug): add frozen option 2025-02-07 21:22:07 +08:00
Eric Wong
68b2146c17
fix(nvim-plug): fix ui logic 2025-02-07 21:04:05 +08:00
Eric Wong
90e84fefc7
test(nvim-plug): update test file 2025-02-07 20:44:59 +08:00
Eric Wong
b71fd73531
feat(nvim-plug): add PlugUpdate command 2025-02-07 20:33:42 +08:00
Eric Wong
9b66af8360
docs(nvim-plug): update readme 2025-02-07 13:19:27 +08:00
Eric Wong
fa8ebb30c7
feat(nvim-plug): add on_func option 2025-02-07 13:17:29 +08:00
Eric Wong
a927ce3844
docs(nvim-plug): typo 2025-02-07 13:05:57 +08:00
Eric Wong
53ccf0fdce
feat(nvim-plug): default ui 2025-02-07 13:03:04 +08:00
Eric Wong
42cc99b36a
docs(nvim-plug): update default ui 2025-02-06 13:37:31 +08:00
Eric Wong
5d7b6aa055
docs(nvim-plug): update readme 2025-02-06 12:16:33 +08:00
Eric Wong
1a1464149f
feat(nvim-plug): add default nvim-plug ui 2025-02-06 00:15:38 +08:00
Eric Wong
e8eb3fb5e1
fix(nvim-plug): fix on_map 2025-02-05 17:15:08 +08:00
Eric Wong
c21cea3595
feat(nvim-plug): support on_map opt 2025-02-05 11:31:31 +08:00
Eric Wong
8368712a5e
feat(nvim-plug): support enabled option 2025-02-05 10:07:15 +08:00
Eric Wong
2bc42deaf8
docs(nvim-plug): add tg group link for development (#4956) 2025-02-05 02:21:22 +08:00
Eric Wong
d4a3d649e7
feat(nvim-plug): support local plugin 2025-02-05 00:58:34 +08:00
Eric Wong
a842704063
feat(nvim-plug): support local plugins 2025-02-05 00:55:49 +08:00
Eric Wong
8a4834b360
feat(nvim-plug): support max_processes 2025-02-05 00:43:02 +08:00
Eric Wong
daf276de98
feat(nvim-plug): support build option 2025-02-05 00:15:33 +08:00
Eric Wong
7071473003
docs(nvim-plug): update readme 2025-02-04 23:57:15 +08:00
Eric Wong
e80046552b
feat(nvim-plug): add on_ft support 2025-02-04 23:50:08 +08:00
Eric Wong
d4ce80ba93
feat(nvim-plug): add new plugin manager 2025-02-04 23:27:02 +08:00
Eric Wong
76dbba8cee
docs(dein-ui): update readme for neobundle 2025-02-03 17:43:20 +08:00
Eric Wong
7a0e851aa2
docs(dein-ui): update readme 2025-02-03 17:29:58 +08:00
Eric Wong
e320888901
docs(dein-ui): add feedback section 2025-02-03 17:16:15 +08:00
Eric Wong
ec7f9b0cdc
ci(dein-ui.vim): fix detact script for dein-ui 2025-02-03 17:10:34 +08:00
Eric Wong
dbff1b66d2
fix(neomake): include f286e5a83
ref: https://github.com/wsdjeg/SpaceVim/commit/f286e5a83
2025-02-03 16:53:09 +08:00
Eric Wong
05dc9a1756
fix(neomake): include old patch
- e33aeb1b0
- fix(layer): add `:h SpaceVim-layers-lang-vue` (Shidong Wang 3 years, 4 months ago)
2025-02-03 16:51:01 +08:00
Eric Wong
2f86509bac
perf(neomake): update neomake to 584f882b 2025-02-03 16:36:38 +08:00
Eric Wong
21315be59f
feat(rebase): complete after :Git rebase 2025-02-03 14:01:06 +08:00
Eric Wong
3829f764fa
fix(flygrep): fix result count
if no result, count extmark is cleared.
2025-02-03 13:04:54 +08:00
Eric Wong
6dbf4eacd4
perf(flygrep): update result count after ctrl-w 2025-02-03 12:50:26 +08:00
Eric Wong
d3939573cc
fix(flygrep): skip E33 when input is ~ 2025-02-03 01:04:33 +08:00
Eric Wong
6d72766f36
fix(flygrep): fix setup function 2025-02-03 00:46:09 +08:00
Eric Wong
031d18a541
feat(flygrep): add ctrl-h to toggle hidden file 2025-02-03 00:37:55 +08:00
Eric Wong
8263e80286
perf(flygrep): stop job if grep_input is empty 2025-02-03 00:05:02 +08:00
Eric Wong
62e6baf424
perf(flygrep): add ctrl-j/ctrl-k 2025-02-02 22:46:28 +08:00
Eric Wong
9825e36c77
fix(flygrep): setup cmp only when exists 2025-02-02 22:41:09 +08:00
Eric Wong
83fda33de4
perf(flygrep): improve tab/shift-tab key binding 2025-02-02 21:47:27 +08:00
Eric Wong
3b6a30e336
perf(flygrep): update preview buf after C-p 2025-02-01 10:49:14 +08:00
Eric Wong
c0bda08615
fix(flygrep): clear preview buf when text is empty 2025-02-01 10:43:32 +08:00
Eric Wong
4ea7664a60
perf(flygrep): enable cursorline in preview win 2025-01-31 15:29:17 +08:00