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

335 Commits

Author SHA1 Message Date
wsdjeg
de6efc650c fix(logger): fix derived logger 2023-04-03 12:52:27 +08:00
wsdjeg
02fadf00ff
feat(tagbar): use default logger system 2023-04-03 12:46:38 +08:00
wsdjeg
75800458a2 chore(tagbar): update tagbar
update tagbar to tagbar@af3ce7c
2023-04-01 23:24:19 +08:00
wsdjeg
1e3889127c fix(githubapi): fix githubapi_token 2023-04-01 22:55:09 +08:00
wsdjeg
c4e7b5c744 feat(github.vim): update issue_edit function 2023-03-31 22:10:19 +08:00
wsdjeg
b30894369c
fix(github api): fix authentication 2023-03-31 13:32:08 +08:00
wsdjeg
231623f8fb fix(ctags): skip command when failed to create dir 2023-03-30 21:45:22 +08:00
wsdjeg
f450732164 chore(coc): use bundle coc.nvim 2023-03-30 10:48:58 +08:00
wsdjeg
d71ec9b11d fix(nvim-cmp): stage missing files 2023-03-30 09:41:50 +08:00
wsdjeg
2f132784aa feat(grammarous): add grammarous key bindings 2023-03-29 18:01:18 +08:00
wsdjeg
10043da351
fix(lsp): update lspconfig 2023-03-29 11:59:27 +08:00
wsdjeg
61f198d828 chore(gitignore): update gitignore file 2023-03-29 10:10:50 +08:00
wsdjeg
8ba073a4a6 docs(bundle): update bundle plugin list 2023-03-29 00:20:12 +08:00
wsdjeg
000bd102e5 fix(languagetool): switch to languagetool-5.9
ref: https://github.com/rhysd/vim-grammarous/issues/110
2023-03-29 00:09:27 +08:00
wsdjeg
54b1170497 feat(edit): add grammar checking plugin 2023-03-28 23:43:55 +08:00
wsdjeg
0c7d441a0f feat(ctags): add --extra=+f when generate tagfiles
python-imports.vim requires tag file build
2023-03-28 19:25:16 +08:00
wsdjeg
1185975cb7 feat(python): add python_imports plugin
close https://github.com/SpaceVim/SpaceVim/issues/4242
2023-03-28 19:03:52 +08:00
wsdjeg
63cf3482cc
fix(clipboard): remove -quiet flag on xclip clipboard 2023-03-28 18:13:53 +08:00
wsdjeg
6ebee744ca
feat(xmake): add xmake support 2023-03-28 12:14:51 +08:00
wsdjeg
de3ec27729 chore(copyright): update copyright 2023-03-26 13:50:22 +08:00
wsdjeg
9b33d5b909 chore(copyright): update copyright 2023-03-26 13:44:47 +08:00
wsdjeg
cdf4f4f04d fix(markdown): fix markdown ftplugin
close https://github.com/SpaceVim/SpaceVim/issues/4777
2023-03-26 13:37:39 +08:00
wsdjeg
d5a0d06272 chore(plantuml_previewer): update plantuml_previewer 2023-03-25 15:33:59 +08:00
wsdjeg
9a33b7f001 feat(plantuml): fix lang#plantuml layer
close https://github.com/SpaceVim/SpaceVim/issues/4804
2023-03-25 15:22:49 +08:00
Martin Bångens
3bea6df3a7
fix(clipboard): remove --nodetach option 2022-11-21 07:53:58 +08:00
wsdjeg
e8f52d50c5 docs(git): add :h git-functions and :h git-branch 2022-11-20 12:04:36 +08:00
wsdjeg
e40635a035 fix(git): add clean.vim 2022-11-19 21:33:45 +08:00
wsdjeg
99e0262f12 feat(git): add :Git clean command 2022-11-19 21:17:12 +08:00
wsdjeg
aced222602 revert(treesitter)!: revert treesitter 2022-11-14 00:10:02 +08:00
wsdjeg
09a5ffee35 perf(treesitter): update bundle nvim-treesitter 2022-11-13 23:50:23 +08:00
wsdjeg
3f14a86e0d feat(markdown): use bundle markdown plugin 2022-11-13 23:20:09 +08:00
wsdjeg
ba9af706be fix(ctags): fix project_root 2022-11-12 22:41:43 +08:00
wsdjeg
c25a40d3e0 perf(ctags): improve ctags log 2022-11-12 22:39:45 +08:00
wsdjeg
49e0e52d51 fix(jc2): fix jc2 classpath 2022-11-02 11:56:07 +08:00
wsdjeg
643dc57720 feat(jc2.vim): use notift and logger api 2022-11-02 01:41:33 +08:00
wsdjeg
2e1ad13d21 chore(java): use bundle javacomplete2 2022-11-02 00:34:34 +08:00
wsdjeg
eb046b23ef chore(deoplete): update bundle deoplete 2022-10-30 22:29:26 +08:00
wsdjeg
0952764300 chore(deoplete-lsp): update bundle deoplete-lsp 2022-10-30 22:24:49 +08:00
wsdjeg
c25c711d50 fix(tags): fix ctags/gtags exit function 2022-10-29 10:54:42 +08:00
wsdjeg
814c9a6e3c perf(git): use notify for Git add command 2022-10-29 10:11:34 +08:00
wsdjeg
265e276634 feat(git): use notify api for Git commit 2022-10-27 19:34:42 +08:00
wsdjeg
591f725e18 feat(unstack): include vim-unstack 2022-10-27 15:44:42 +08:00
wsdjeg
972787e537 fix(jedi): fix jedi error
there is error from jedi which can not be handled.

refs:

- https://github.com/neoclide/coc-python/issues/200
- https://github.com/davidhalter/jedi/issues/999
2022-10-27 13:08:24 +08:00
wsdjeg
ed17f52bbb fix(git): clear std_data when restart command 2022-10-27 00:50:24 +08:00
wsdjeg
6aa0877e0c fix(git): fix Git push command 2022-10-27 00:48:44 +08:00
wsdjeg
f9c0889a3b perf(git): use normal highlight for non-errors 2022-10-27 00:35:21 +08:00
wsdjeg
91fd3ad573 perf(git): use notify instead of echo 2022-10-27 00:27:02 +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