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

6548 Commits

Author SHA1 Message Date
dqnk
a39c6294bc
fix(rust): rust lsp check typos fix 2023-07-03 23:48:38 +08:00
wsdjeg
344cd372d4 test(guide): fix guide test 2023-07-03 22:38:52 +08:00
wsdjeg
37e6806081 fix(rust): fix rust lsp check
close https://github.com/SpaceVim/SpaceVim/issues/4762
2023-07-02 22:12:49 +08:00
Eric Wong
c9cd11ff21
fix(chinese): change chineselinter key binding 2023-07-02 18:57:09 +08:00
wsdjeg
8f8c0838ff chore(bundle): only load default rtp 2023-07-02 17:41:11 +08:00
wsdjeg
1281eb75ba perf(guide): clear Search highlight group in guide buffer 2023-07-02 17:21:04 +08:00
wsdjeg
23d331d39c perf(git.vim): add test vimrc 2023-07-02 14:00:13 +08:00
wsdjeg
8e7a75944c fix(cmp): fix key binding ctrl-n/p 2023-07-02 13:41:55 +08:00
wsdjeg
d71c7bf640 docs(website): remove matirx/docker shield img 2023-07-02 12:54:42 +08:00
wsdjeg
29956c36f2 perf(guide): use ctrl-d/u instead of ctrl-b/f 2023-07-02 11:45:01 +08:00
wsdjeg
d90fdee668 perf(guide): add offset length 2023-07-02 11:12:28 +08:00
wsdjeg
1014b85f50 perf(guide): add guide offset, len = 8 2023-07-01 21:55:58 +08:00
wsdjeg
3a6e3d9c88 fix(bundle): fix bundle command 2023-07-01 20:43:49 +08:00
Eric Wong
b645f362e9
feat(dev): add bundle.lua 2023-07-01 20:30:44 +08:00
Eric Wong
b462646223
chore(issue): update issue templete 2023-06-28 22:55:25 +08:00
wsdjeg
5805e760c2 chore(issue): add issue config 2023-06-28 21:36:10 +08:00
wsdjeg
816247c3e1 perf(gruvbox): bundle community-gruvbox 2023-06-28 16:00:29 +08:00
wsdjeg
7636931e03 docs(readme): update readme 2023-06-28 12:22:47 +08:00
wsdjeg
e03566a147 docs(website): fix 404 link 2023-06-28 12:05:40 +08:00
wsdjeg
2fcdc19e4c fix(install): fix default nvim dir 2023-06-28 10:27:58 +08:00
wsdjeg
31158a7440 fix(install): fix default nvim dir
close https://github.com/SpaceVim/SpaceVim/issues/4845
2023-06-28 10:25:54 +08:00
wsdjeg
c6195cd0e4 fix(tagbar): fix tagbar startup
close https://github.com/SpaceVim/SpaceVim/issues/4872
2023-06-28 08:52:18 +08:00
wsdjeg
2ae3d23dfc perf(tagbar): enable tagbar debug by default 2023-06-28 08:07:26 +08:00
Eric Wong
d3727ce979
perf(whichkey): add which-key theme 2023-06-28 01:20:11 +08:00
wsdjeg
304d702269 build(docker): switch to ubuntu img 2023-06-27 19:43:28 +08:00
wsdjeg
f0e0ba1594 ci(health): fix health test 2023-06-27 19:18:51 +08:00
wsdjeg
02b3de2e06 feat(api): add listed_buffers function 2023-06-27 18:20:25 +08:00
wsdjeg
789831cc21 perf(flygrep): use notify api for warnings 2023-06-27 18:06:34 +08:00
wsdjeg
745b3ff6d1 perf(prompt): disable ruler when open prompt 2023-06-27 17:39:36 +08:00
wsdjeg
7b417101c8 perf(flygrep): redraw on on_stdout 2023-06-27 17:31:47 +08:00
wsdjeg
776a4b5aa8 perf(flygrep): redraw on first stdout callback 2023-06-27 17:07:10 +08:00
wsdjeg
462d6455c3 fix(flygrep): detach spacevim.plugin.search module 2023-06-27 17:04:45 +08:00
wsdjeg
7330a362b0 perf(api): use get var 2023-06-27 08:54:47 +08:00
wsdjeg
a10caa0dd6 test(flygrep): improve bundle flygrep vimrc 2023-06-27 08:36:06 +08:00
wsdjeg
4f0426808a chore(flygrep): detach test vimrc 2023-06-27 08:25:47 +08:00
wsdjeg
b7049deea0 feat(dev): add :Vim command 2023-06-27 08:23:02 +08:00
wsdjeg
39f301c995 chore(flygrep): detach flygrep.lua 2023-06-27 08:20:14 +08:00
wsdjeg
fe3b7f91cc fix(flygrep): fix flygrep test 2023-06-27 02:03:40 +08:00
wsdjeg
138a8e150a fix(flygrep): fix stylized of flygrep doc
merge: https://github.com/SpaceVim/SpaceVim/pull/4880

Co-authored-by: blankname <blankname@users.noreply.github.com>
2023-06-27 01:35:18 +08:00
wsdjeg
5febb52913 feat(todo): add ctrl-q to apply results to quickfix 2023-06-25 14:13:17 +08:00
wsdjeg
3be76bca65 perf(flygrep): use noautocmd to update buffer 2023-06-25 13:04:51 +08:00
wsdjeg
7a6ffd9524 perf(flygrep): use noautocmd to open flygrep windows 2023-06-24 23:38:06 +08:00
wsdjeg
af78a5f0db perf(notify): use noautocmd when open win 2023-06-24 22:16:00 +08:00
wsdjeg
47bfdd06ca perf(a.lua): use lua notify api 2023-06-24 21:55:10 +08:00
Eric Wong
ae7f1da0f3
feat(api): add notify lua api 2023-06-24 21:13:03 +08:00
wsdjeg
32b8309ce5 perf(iedit): use notify api 2023-06-24 15:08:18 +08:00
wsdjeg
581e56f9c6 fix(iedit): fix iedit-normal-left 2023-06-24 14:48:11 +08:00
wsdjeg
bd4a67e98b chore(detach): detach FlyGrep 2023-06-22 23:01:54 +08:00
wsdjeg
3874042593 perf(a.vim): improve alternate plugin 2023-06-22 22:34:18 +08:00
wsdjeg
b737573667 fix(flygrep): fix lsp warnings 2023-06-20 21:30:09 +08:00