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

6016 Commits

Author SHA1 Message Date
wsdjeg
975e1d5088 perf(git): add git command 2022-10-27 00:23:49 +08:00
wsdjeg
0a0b74f09b fix(transient): fix transient_state quit key 2022-10-27 00:19:08 +08:00
wsdjeg
ca81fb2a96 perf(git): use git.vim instead of terminal 2022-10-26 23:57:40 +08:00
wsdjeg
6950d163f3 feat(vcs): fix log grep option 2022-10-26 23:07:58 +08:00
wsdjeg
f458b75dcb feat(projectmanager): support project_non_root option
the RootchandgeCallback function should only be
called on project.
2022-10-26 18:54:44 +08:00
wsdjeg
0d26faa31d perf(scrollbar): disable scrollbar for tagbar and defx 2022-10-26 18:27:46 +08:00
wsdjeg
69127e6586 fix(projectmanager): skip git:// buffer 2022-10-26 18:24:14 +08:00
wsdjeg
665727ada3 fix(projectmanager): remove log info 2022-10-26 17:35:33 +08:00
wsdjeg
d3a2916dc8 fix(projectmanager): remove debug info 2022-10-26 17:17:56 +08:00
wsdjeg
7347ec4bff feat(neoformat): use spacevim log api 2022-10-26 15:58:10 +08:00
wsdjeg
97be6c3215 fix(neoformat): check tmp_file_path
close https://github.com/SpaceVim/SpaceVim/issues/4713
2022-10-26 15:47:48 +08:00
wsdjeg
4ad5da84a3 feat(neoformat): add formatters 2022-10-26 15:32:50 +08:00
wsdjeg
e22871492f feat(cheat): ignore readfile error 2022-10-25 23:59:26 +08:00
wsdjeg
c2ba2eb63d ci(detach): fix detach_plugin script 2022-10-25 23:32:10 +08:00
wsdjeg
92df832437 docs(cheat): update the readme of vim-cheat 2022-10-25 23:00:00 +08:00
wsdjeg
364b1677d3 ci(cheat): fix typo 2022-10-25 22:52:01 +08:00
wsdjeg
3964e89992 ci(cheat): update detach_plugin script 2022-10-25 22:51:17 +08:00
wsdjeg
4446ad9663 chore(cheat): use bundle vim-cheat 2022-10-25 22:39:37 +08:00
Wang Shidong
ac74bffee5
feat(zettelkasten): improve zettelkasten layer 2022-10-25 18:35:51 +08:00
ChasingZenith
1c1d63d923
fix(cmp): remove deprecated function 2022-10-25 11:20:46 +08:00
wsdjeg
7c656469bf feat(leader): add custom leader function
close https://github.com/SpaceVim/SpaceVim/issues/3611
2022-10-24 22:24:51 +08:00
wsdjeg
71bc539267 feat(lsp): fix lsp layer options
ref: https://github.com/SpaceVim/SpaceVim/issues/4679
2022-10-24 21:54:20 +08:00
wsdjeg
1629ba4c92 perf(notify): change notify step timer 2022-10-23 21:22:18 +08:00
wsdjeg
6cc0fc6486 docs(python): update tutorial for python 2022-10-23 16:21:01 +08:00
wsdjeg
76a8fd42cc feat(statusline): change statusline for python doc win 2022-10-23 16:12:59 +08:00
wsdjeg
459d676373 chore(jedi): use bundle deoplete_jedi
arty/typeshed/tests/stubtest_whitelists/py36.txt
2022-10-23 16:00:31 +08:00
wsdjeg
a3bd1d31c7 chore(jedi): use bundle jedi-vim 2022-10-23 15:41:52 +08:00
wsdjeg
b2af9f5479 fix(leader): fix default_custom_leader option
close https://github.com/SpaceVim/SpaceVim/issues/4710
2022-10-23 14:32:47 +08:00
wsdjeg
70e3570082 feat(runner): add ctrl-` to close code runner windows 2022-10-23 14:04:09 +08:00
wsdjeg
a392dc347b style(lsp): format lsp.lua 2022-10-23 00:22:28 +08:00
wsdjeg
83a6f0c608 docs(readme): update readme 2022-10-22 23:43:36 +08:00
Wang Shidong
b34b2e4e04
docs(readme): update readme 2022-10-22 22:00:45 +08:00
wsdjeg
d2d3c1c878 fix(gtags): add warning info for executable checking 2022-10-22 11:42:19 +08:00
wsdjeg
716bad92b7 docs(readme): update readme page 2022-10-22 09:58:28 +08:00
wsdjeg
1258f163c7 docs(community): update development and community page 2022-10-22 09:30:04 +08:00
wsdjeg
cb3e1e1807 docs(runner): add custom runner section 2022-10-22 00:14:13 +08:00
wsdjeg
b488dd5aeb feat(go): update go layer doc
close https://github.com/SpaceVim/SpaceVim/issues/3444
2022-10-21 12:05:12 +08:00
wsdjeg
6b989ef361 feat(todo): add max_len function 2022-10-21 11:51:17 +08:00
wsdjeg
48c818a862 fix(todo): fix todo manager sort function 2022-10-20 23:03:53 +08:00
wsdjeg
02afefa413 feat(repl): add i key binding to insert text 2022-10-20 22:33:26 +08:00
wsdjeg
8ec9409fda feat(todo): use lua todo manager for neovim 2022-10-20 21:19:38 +08:00
wsdjeg
e8fde994f2 feat(todo): add enter key binding 2022-10-20 20:22:35 +08:00
Wang Shidong
fb679af13e
feat(todo): rewrite todomanager using lua 2022-10-20 19:55:11 +08:00
wsdjeg
961b65a6c3 feat(iedit): use lua by default for nvim 2022-10-19 23:14:55 +08:00
wsdjeg
5b5bd049e4 test(list): add test for data.list api 2022-10-19 20:40:43 +08:00
wsdjeg
2b95b6dcde docs(contribute): update contribute page 2022-10-19 09:17:57 +08:00
wsdjeg
9f64851fd0 fix(iedit): fix handle_register function 2022-10-18 23:46:25 +08:00
Wang Shidong
342c658509
feat(zettelkasten): add zettelkasten layer 2022-10-18 22:55:34 +08:00
wsdjeg
efb59af888 docs(wiki): update follow head page 2022-10-18 10:25:47 +08:00
wsdjeg
b9d2c3d353 docs(readme): add link 2022-10-18 09:17:47 +08:00