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

379 Commits

Author SHA1 Message Date
Eric Wong
6f180c243f
feat(ctags): implement ctags#update in lua 2023-07-06 20:54:13 +08:00
Eric Wong
879129388a
feat(api): add lua job api
close https://github.com/neovim/neovim/issues/20856
2023-07-05 22:58:01 +08:00
wsdjeg
2755d4e660 chore(ui): update bundle indent-blankline.nvim 2023-07-05 13:20:39 +08:00
Eric Wong
8a7ec45818
Release v2.2.0 2023-07-05 11:50:23 +08:00
wsdjeg
8f8c0838ff chore(bundle): only load default rtp 2023-07-02 17:41:11 +08:00
wsdjeg
23d331d39c perf(git.vim): add test vimrc 2023-07-02 14:00:13 +08:00
Eric Wong
b645f362e9
feat(dev): add bundle.lua 2023-07-01 20:30:44 +08:00
wsdjeg
816247c3e1 perf(gruvbox): bundle community-gruvbox 2023-06-28 16:00:29 +08:00
wsdjeg
2ae3d23dfc perf(tagbar): enable tagbar debug by default 2023-06-28 08:07:26 +08:00
wsdjeg
462d6455c3 fix(flygrep): detach spacevim.plugin.search module 2023-06-27 17:04:45 +08:00
wsdjeg
a10caa0dd6 test(flygrep): improve bundle flygrep vimrc 2023-06-27 08:36:06 +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
bd4a67e98b chore(detach): detach FlyGrep 2023-06-22 23:01:54 +08:00
wsdjeg
b65e484f18 feat('neodev'): bundle neodev to lang#lua layer 2023-06-20 19:49:35 +08:00
wsdjeg
403332accb chore(lspconfig): use latest version lspconfig for nvim 0.9.1 2023-06-19 15:59:04 +08:00
wsdjeg
7e3a097dff chore(treesitter): update bundle nvim-treesitter 2023-06-18 14:17:38 +08:00
wsdjeg
ee82313ec0 perf(sourcecounter): use notify api instead of echo 2023-06-17 16:59:18 +08:00
wsdjeg
0b22cc3e0b chore(tools): use bundle SourceCounter 2023-06-17 16:41:31 +08:00
wsdjeg
a8d4a7392d perf(git): use notify api for Git pull 2023-06-17 12:52:19 +08:00
wsdjeg
0166de7597 perf(neo-tree): add force_change_cwd opt 2023-06-15 13:03:33 +08:00
wsdjeg
a7194fbafa chore(telescope): update telescope to 0.1.2 2023-06-15 11:55:36 +08:00
wsdjeg
53e568dab3 perf(tagbar): use tagbar logger for warning msg 2023-06-14 22:25:29 +08:00
wsdjeg
4cd290b71e feat(cmp-dictionary): add cmp-dictionary 2023-06-11 21:41:39 +08:00
wsdjeg
5b75fb7b6a perf(bundle): update bundle startify 2023-06-11 20:17:47 +08:00
wsdjeg
6f9259df83 docs(wiki): move bundle readme to wiki 2023-06-11 17:28:35 +08:00
wsdjeg
2e4400c335 docs(bundle): update bundle readme 2023-06-11 17:23:40 +08:00
wsdjeg
e6247f4f69 perf(neo-tree): use spacevim notify api
ref: https://github.com/nvim-neo-tree/neo-tree.nvim/issues/976
2023-06-09 13:29:00 +08:00
Steve Huff
be42aae04a
feat(plugins): update ale to v3.3.0 2023-06-09 12:10:45 +08:00
Eric Wong
0185457ced
fix(cmp): fix nvim-cmp support 2023-06-09 12:10:07 +08:00
wsdjeg
913901272d perf(cmp): update nvim-cmp 2023-06-08 21:15:37 +08:00
wsdjeg
3ee322d4b4 feat(devicons): add nvim-web-devicons 2023-05-30 21:40:52 +08:00
wsdjeg
5c83ab2f06 feat(neotree): add neotree support 2023-05-30 21:09:18 +08:00
wsdjeg
763045513d ci(bundle): detach git.vim 2023-04-29 22:29:21 +08:00
wsdjeg
a109bfe757 ci(bundle): detach JavaUnit.vim 2023-04-29 21:36:11 +08:00
wsdjeg
e993474498 fix(git): ignore remote message
ignore message when run git push
2023-04-25 00:02:01 +08:00
wsdjeg
6952502638 perf(git.vim): ignore remote info 2023-04-24 23:55:09 +08:00
wsdjeg
cab92e17d3 perf(tagbar): disable debug mode 2023-04-24 23:43:34 +08:00
wsdjeg
f1c5d9890a feat(gtags): update gtags evn when switch project
close https://github.com/SpaceVim/SpaceVim/issues/4828
2023-04-23 11:24:45 +08:00
Shidong Wang
3d4c29cf5b
feat(gtags): add more debug info 2023-04-23 10:58:12 +08:00
wsdjeg
d6fad97fe7 fix(git): avoid repeated push 2023-04-22 23:14:54 +08:00
wsdjeg
e542809569 feat(git.vim): use derived logger if exists 2023-04-22 23:03:07 +08:00
wsdjeg
4d8d77fb5e chore(hop.nvim): update bundle hop.nvim
close https://github.com/SpaceVim/SpaceVim/issues/4837

update to: 90db1b2c61
2023-04-16 21:22:49 +08:00
wsdjeg
49a995f7b9 ci(runner): update to ubuntu 20.04
ubuntu 18.04 runner is deprecated
2023-04-04 08:14:53 +08:00
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