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

558 Commits

Author SHA1 Message Date
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
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
wsdjeg
e22871492f feat(cheat): ignore readfile error 2022-10-25 23:59:26 +08:00
wsdjeg
92df832437 docs(cheat): update the readme of vim-cheat 2022-10-25 23:00:00 +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
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
Wang Shidong
342c658509
feat(zettelkasten): add zettelkasten layer 2022-10-18 22:55:34 +08:00
Wang Shidong
2e49f02244
feat(iedit): rewrite iedit in lua (#4724) 2022-10-16 13:45:34 +08:00
wsdjeg
3622add699 chore(nerdtree): update bundle nerdtree 2022-10-11 12:23:43 +08:00
wsdjeg
1ed769feb2 feat(clipboard): add clipboard#set function 2022-10-11 11:02:00 +08:00
wsdjeg
0ecd2ec124 chore(typo): typo in clipboard.vim 2022-10-11 10:49:16 +08:00
wsdjeg
664c6d7259 feat(clipboard): add log for clipboard 2022-10-11 10:46:54 +08:00
wsdjeg
e424f8e58b chore(go): use bundle vim-go and deoplete-go 2022-09-27 16:40:44 +08:00
wsdjeg
80ed3d2419 feat(screensaver): use bundle screensaver 2022-09-25 21:20:35 +08:00
wsdjeg
b781e56647 chore(fsharp): use bundle fsharp plugin
- https://github.com/callmekohei/deoplete-fsharp
- https://github.com/wsdjeg/vim-fsharp
2022-09-25 19:49:14 +08:00
wsdjeg
d746dabfec perf(lspconfig): update bundle lspconfig 2022-09-10 19:50:22 +08:00
Ikko Ashimine
78391e67e6
docs(undotree): fix typo 2022-08-24 12:52:59 +08:00
wsdjeg
b0dcd1bb84 chore(bundle): use bundle fugitive & dispatch 2022-07-24 16:26:12 +08:00
wsdjeg
4ee6dfe43f chore(bundle): update bundle lspconfig 2022-07-24 16:14:35 +08:00
wsdjeg
b7e45f2b1d chore(lspconfig): update bundle lspconfig 2022-06-21 14:24:21 +08:00
wsdjeg
efbaf95575 chore(bundle): update bundle dein.vim 2022-06-15 23:59:27 +08:00
wsdjeg
35e132d8f9 feat(bundle): add bundle nvim-if-lua-compat 2022-06-12 16:40:40 +08:00
wsdjeg
12004cb080 chore(copyright): update copyright 2022-06-12 15:37:35 +08:00
wsdjeg
99717ac7aa fix(clipboard): fix clipboard support for vim8 2022-06-12 09:59:33 +08:00
wsdjeg
f89a83ece8 fix(clipboard): fix leader y key binding 2022-06-11 08:55:29 +08:00
wsdjeg
79378b0e4c fix(clipboard): return empty string 2022-06-11 08:45:08 +08:00
wsdjeg
ee3ce867f4 feat(clipboard): support other clipboard command 2022-06-11 01:16:36 +08:00
wsdjeg
6285536bce feat(clipboard): add vim-clipboard plugin 2022-06-11 00:47:40 +08:00
wsdjeg
c4cc14ea26 feat(incsearch): update incsearch layer 2022-06-10 16:31:14 +08:00
wsdjeg
7f2dd0642d feat(cscope): add list_files_command layer option 2022-06-07 01:03:15 +08:00
wsdjeg
047f213348 feat(liquid): add liquid template support 2022-06-03 20:23:08 +08:00
wsdjeg
237ec35fd7 feat(fzf): add bundle telescope fzf extension 2022-06-02 21:44:41 +08:00
wsdjeg
b4c14f2253 feat(github.vim): use web#http api 2022-05-31 22:47:41 +08:00
wsdjeg
a892272616 feat(tmux): use bundle vim-tmux-navigator 2022-05-30 00:45:17 +08:00
wsdjeg
5ac713041d fix(github.vim): handle curl command error 2022-05-29 21:06:44 +08:00
wsdjeg
d45150caba feat(github): update github plugin 2022-05-29 20:59:18 +08:00
wsdjeg
5d7bd47ccf chore(lang#python): use bundle python plugins 2022-05-28 23:21:55 +08:00
wsdjeg
f8acdefd31 docs(bundle): update bundle readme 2022-05-28 19:38:17 +08:00
wsdjeg
52df4ec9fe feat(lang#ruby): use bundle vim-ruby 2022-05-28 19:32:08 +08:00
wsdjeg
09dac0d30a chore(calendar): use bundle calendar.vim 2022-05-28 15:29:51 +08:00
wsdjeg
aae66a28c0 feat(cmake): add :Cmake command 2022-05-24 23:09:19 +08:00
Wang Shidong
4dbbad92f0
feat(layer): add lang#cmake layer 2022-05-22 17:18:29 +08:00
wsdjeg
9caa00b009 feat(rainbow): change rainbow plugin 2022-05-22 12:51:00 +08:00
wsdjeg
898fbc8c37 fix(telescope): fix telescope layer key binding 2022-05-21 22:25:59 +08:00
wsdjeg
0f885b6e17 feat(telescope): implement :Telescope menu extension 2022-05-21 21:51:36 +08:00
wsdjeg
0db74e6fe4 fix(postscript): use postscript instead 2022-05-21 14:19:46 +08:00
wsdjeg
290b7906d6 feat(lang#postscript): add lang#postscript layer 2022-05-21 13:59:07 +08:00
wsdjeg
847fd81ae0 chore(bundle): use bundle vim-assembly 2022-05-20 10:43:05 +08:00
wsdjeg
ff2c5a4d6c feat(git): use notify api to display error
`Git log` should not open log buffer for non-git repository files
2022-05-19 12:15:28 +08:00
wsdjeg
ba3d524c13 fix(git): use on_stdout callback instead of on_exit
close https://github.com/SpaceVim/SpaceVim/issues/4662
2022-05-19 12:06:33 +08:00
wsdjeg
1ff70c5873 fix(gina): use bundle gina & fix conceal setting
close https://github.com/SpaceVim/SpaceVim/issues/4660
2022-05-19 09:10:49 +08:00
Wang Shidong
62a15d02a4
feat(filetree): add nvim-tree.lua 2022-05-19 09:03:59 +08:00
wsdjeg
96d05b9ef5 feat(autohotkey): use bundle vim-autohotkey 2022-05-19 01:01:43 +08:00
Wang Shidong
7237a74889
feat(layer): add telescope layer 2022-05-16 22:20:10 +08:00
wsdjeg
8621b5b2d3 fix(chat): display username instead 2022-05-09 12:03:00 +08:00
wsdjeg
0b5e3f75a5 fix(curl): use neovim's curl instead 2022-05-09 11:42:01 +08:00
wsdjeg
b6c42fa1be chore(bundle): update bundle indent-blankline.nvim 2022-05-08 22:13:40 +08:00
wsdjeg
d4bf364cbe feat(layer): add lang#yang layer 2022-05-08 19:41:28 +08:00
wsdjeg
a7db14e865 feat(layer): add lang#jsonnet layer 2022-05-08 19:01:53 +08:00
wsdjeg
a741ad57aa fix(chat): clear current_channel 2022-05-07 23:03:33 +08:00
Wang Shidong
786c61b171
feat(chat): support irc protocol 2022-05-07 22:45:34 +08:00
wsdjeg
67cfdddf69 fix(gitter): improve fetch logic 2022-05-07 17:17:04 +08:00
wsdjeg
1fb0b1d76e fix(gitter): reset jobid for failed job 2022-05-07 12:15:26 +08:00
Wang Shidong
8277b6789f
feat(layer): add framework#django layer 2022-05-07 08:03:49 +08:00
Tobias Amft
0fe1d4b9de
feat(ruby): add prettier formatter 2022-05-06 23:08:47 +08:00
wsdjeg
a71e45b34b fix(gitter): add info about stream process 2022-05-05 23:11:32 +08:00
wsdjeg
70a3ba0ed3 fix(gitter): debug function for listing channels 2022-05-05 19:43:21 +08:00
Wang Shidong
49dcb6a7f2
fix(vimchat): fix cursor highlight position 2022-05-04 23:21:08 +08:00
wsdjeg
d2c65f8038 fix(vimchat): add more log about channel list 2022-05-04 21:26:57 +08:00
wsdjeg
ec052ec679 fix(vimchat): fix typo in message 2022-05-04 14:52:58 +08:00
wsdjeg
213d088260 feat(vimchat): add VimChatReplayCounts highlight 2022-05-04 14:44:43 +08:00
wsdjeg
3d645a86ee feat(vimchat): support replays counts 2022-05-04 14:40:33 +08:00
wsdjeg
49f1838963 fix(fetch): use stderr prefix of stderr log 2022-05-04 12:32:37 +08:00
wsdjeg
d1926518d0 fix(vimchat): fix mouse position 2022-05-04 12:12:14 +08:00
wsdjeg
af243de9a7 feat(vimchat): use ctrl-c to copy selected text 2022-05-04 11:17:02 +08:00
wsdjeg
3290cae39b fix(vimchat): highlight selection on the fly 2022-05-04 10:55:18 +08:00
wsdjeg
d0da73be8a feat(vimchat): hide cursor highlight 2022-05-03 23:55:50 +08:00
wsdjeg
d27c9fa896 fix(cmdheight): update cmdheight when send multiple line message 2022-05-03 23:37:50 +08:00
wsdjeg
96cdf65b71 feat(chat): make shift-enter same as ctrl-j 2022-05-03 23:16:47 +08:00
wsdjeg
7b85550ac8 fix(vimchat): fix windows flickr 2022-05-03 22:19:01 +08:00
wsdjeg
992ffadef3 fix(protocal): keep protocal when fail to switch 2022-05-03 22:00:28 +08:00
wsdjeg
a7fa0c73ed fix(gitter): notify wrong channel 2022-05-03 20:06:09 +08:00
wsdjeg
3d957013f7 feat(gitter): display more message about connection process 2022-05-03 19:48:18 +08:00
wsdjeg
54e121f85b fix(gitter): define response before run fetch job 2022-05-03 17:53:56 +08:00
wsdjeg
14f9130116 feat(vimchat): support channel info message 2022-05-03 11:18:22 +08:00
wsdjeg
0b41ab97cc fix(vimchat): fix ctrl-w key binding
`ctrl-w` do not delete `.` before cursor
2022-05-03 11:04:00 +08:00
wsdjeg
d67259a0f2 fix(scrollbar): close scrollbar after opening vimchat 2022-05-03 10:52:31 +08:00
wsdjeg
97b010245f feat(gitter): notify channel list done 2022-05-03 00:58:40 +08:00
wsdjeg
cda8520e7f fix(vimchat): fix highlight firstline 2022-05-02 21:55:55 +08:00
wsdjeg
644107a3cd feat(vimchat): highlight mouse range 2022-05-02 21:50:56 +08:00
wsdjeg
9cfbd7e3a2 feat(vimchat): support mouse left click 2022-05-02 20:46:43 +08:00
wsdjeg
c338f45186 feat(vimchat): display user count on statusline 2022-05-02 18:38:56 +08:00
wsdjeg
48dfd5d179 fix(incsearch): use noautocmd to avoid incsearch_nohlsearch key 2022-05-02 16:31:29 +08:00
wsdjeg
a44b1be345 fix(vimchat): enable syntax sync fromstart 2022-05-02 15:33:17 +08:00
wsdjeg
d6458587d2 pref(vimchat): support quote message highlight 2022-05-02 13:50:53 +08:00
wsdjeg
7a74b3497b fix(vimchat): fix codeblocklines highlights 2022-05-02 13:16:21 +08:00
wsdjeg
3f3f1808a0 feat(vimchat): add codeblocklines highlight 2022-05-02 13:13:47 +08:00
wsdjeg
ba1a0f80ac feat(vimchat): update syntax highlight for message 2022-05-02 12:24:26 +08:00
wsdjeg
9484ac6fb9 fix(gitter): skip space when debug 2022-05-02 00:25:28 +08:00
wsdjeg
dd165bd78d feat(chat): complete channels regardless of case 2022-05-02 00:15:44 +08:00
wsdjeg
c37ac8e848 feat(chat): redraw screen in while loop
the message window does not update when scroll screen
2022-05-01 23:48:09 +08:00
wsdjeg
7c235b6276 feat(chat): make shift-space return space in insert mode 2022-05-01 23:12:47 +08:00
wsdjeg
22634b2edb docs(chat): update vim-chat readme 2022-05-01 17:34:53 +08:00
wsdjeg
96144d6256 feat(chat): support paste from register 2022-05-01 17:10:44 +08:00
wsdjeg
b90535ae1f fix(chat): skip spaces after server commands 2022-05-01 16:06:59 +08:00
wsdjeg
552e844ef8 feat(chat): remove redraw to avoid flickering the screen 2022-05-01 15:59:02 +08:00
wsdjeg
5d103f7984 feat(chat): complete username after @ 2022-05-01 15:32:52 +08:00
wsdjeg
ff1f770ca9 feat(chat): support ScrollWheelDown and ScrollWheelUp 2022-05-01 14:51:32 +08:00
wsdjeg
99b5771285 feat(chat): support push multiple messages 2022-05-01 14:13:34 +08:00
wsdjeg
bb9d83beb4 feat(chat): complete channel with ignorecase 2022-05-01 13:24:11 +08:00
wsdjeg
1551d4f750 feat(chat): support ctrl-w to delete word 2022-05-01 13:16:08 +08:00
wsdjeg
87cce99383 pref(chat): disable cursorline & update buffer content once 2022-05-01 11:55:31 +08:00
wsdjeg
21264bdcb3 feat(chat): highlight VimChatPing 2022-05-01 11:26:36 +08:00
wsdjeg
5b0495059d feat(gitter): highlight remote nick 2022-05-01 01:50:22 +08:00
wsdjeg
3f214bdd6d fix(gitter): support multiple line message 2022-05-01 01:22:28 +08:00
wsdjeg
3aa8a094c5 pref(chat): fix vimchat ui syntax highlight 2022-05-01 00:03:46 +08:00
wsdjeg
3fb1bba91f feat(chat): improve vimchat ui 2022-04-30 23:52:33 +08:00
wsdjeg
b3fa6a1356 feat(gitter): check notification setting of a room 2022-04-30 22:20:58 +08:00
wsdjeg
83fc0188ba fix(curl): use bundle curl instead of windows's 2022-04-30 20:56:58 +08:00
wsdjeg
7b32f1a23d feat(gitter): use list instead of string 2022-04-30 19:33:29 +08:00
wsdjeg
3bff3f833d fix(chat): fix next/previous channel 2022-04-30 19:12:07 +08:00
wsdjeg
2fc1389cce fix(indent): fix indent 2022-04-30 19:02:32 +08:00
wsdjeg
59770a07b8 feat(chat): switch to next/previous channel 2022-04-30 18:42:26 +08:00
Wang Shidong
feb355f905
feat(chat): improve gitter support 2022-04-30 18:05:52 +08:00
wsdjeg
92b247e6c7 fix(gitter): support other gitter room 2022-04-30 13:45:27 +08:00
wsdjeg
d3d49b2a8b feat(gitter): complete gitter rooms 2022-04-30 13:16:59 +08:00
wsdjeg
f0912bb7dd feat(chat): complete channels 2022-04-30 11:23:27 +08:00
wsdjeg
ac44f30ec4 feat(chat): complete build-in protocol 2022-04-30 10:56:34 +08:00
wsdjeg
5aba3f35d6 fix(chat): fix command completion 2022-04-30 10:45:31 +08:00
wsdjeg
739d59780d fix(chat): use :close to quit 2022-04-30 10:06:57 +08:00
Wang Shidong
2b2a6afd7a
feat(gitter): add gitter client 2022-04-30 02:03:01 +08:00
wsdjeg
54d56ee1a5 docs(github): update readme of github.vim 2022-04-28 21:47:42 +08:00
wsdjeg
d64edc6302 chore(github): use bundle github.vim 2022-04-28 21:46:05 +08:00
Wang Shidong
e360f0c9d5
feat(hop): add hop.nvim for neovim v0.6.0 2022-04-27 22:13:32 +08:00
wsdjeg
86fd042764 pref(git): use stdout/stdin instead of .git\COMMIT_EDITMSG 2022-04-25 18:54:16 +08:00
wsdjeg
e4c3fa7210 pref(neosnippet): update bundle neosnippet 2022-04-25 12:30:38 +08:00
wsdjeg
caf1d8428a chore(scala): use bundle vim-scala 2022-04-24 22:08:19 +08:00
wsdjeg
8390ab101b fix(haxe): fix haxe code runner 2022-04-23 23:06:02 +08:00
wsdjeg
9713a45048 feat(lang#teal): add lang#teal layer 2022-04-23 17:28:53 +08:00
wsdjeg
9c6875396b pref(markdown): use bundle vim-markdown-toc 2022-04-23 16:16:52 +08:00
wsdjeg
aebdaebb37 pref(bundle): update bundle deoplete-lsp 2022-04-23 12:17:59 +08:00
wsdjeg
b730079c88 pref(bundle): update bundle deoplete 2022-04-23 12:09:55 +08:00
wsdjeg
accc7b8dcd fix(branch): fix on_exit_show_branch function 2022-04-22 21:08:40 +08:00
wsdjeg
cf719fae36 fix(git): fix branch info 2022-04-22 21:00:33 +08:00
wsdjeg
f07916c9e7 feat(rust): use bundle rust.vim
close https://github.com/SpaceVim/SpaceVim/issues/4620
2022-04-22 16:43:25 +08:00
wsdjeg
7e32e062d6 feat(colorscheme): add dracula
close https://github.com/SpaceVim/SpaceVim/issues/4063
2022-04-22 13:54:14 +08:00
wsdjeg
86d8ddefec fix(branch): fix statusline branch info 2022-04-21 10:50:20 +08:00
wsdjeg
a276b8c1ab feat(git): change git log regexp 2022-04-16 22:00:23 +08:00
wsdjeg
a6e14e1cfb fix(git): fix git branch info 2022-04-15 23:56:31 +08:00
wsdjeg
0f623af900 fix(git): improve branch detection
close https://github.com/SpaceVim/SpaceVim/issues/4142
2022-04-15 23:45:50 +08:00
wsdjeg
9b65c22c73 fix(verilog): change verilog related functions 2022-04-15 20:54:16 +08:00
wsdjeg
1611aecc49 feat(verilog): add lang#verilog layer 2022-04-15 20:36:45 +08:00
wsdjeg
d5cf952778 chore(treesitter): use bundle treesitter 2022-04-14 12:01:23 +08:00
wsdjeg
52ad8ca22a feat(snippet): add bundle cmp-neosnippet 2022-04-13 11:16:04 +08:00
wsdjeg
207aa46f1d fix(bundle): update bundle nvim-cmp
close https://github.com/SpaceVim/SpaceVim/issues/4637
2022-04-13 10:40:59 +08:00
wsdjeg
f9755af4c5 feat(defx): add bundle defx-sftp
ref: https://github.com/SpaceVim/SpaceVim/issues/4516
2022-04-13 09:48:14 +08:00
wsdjeg
5ccbb5c6a2 fix(lsp): fix neovim lsp compatibility
close https://github.com/SpaceVim/SpaceVim/issues/4574
2022-04-13 00:04:33 +08:00
wsdjeg
07c31caa6e fix(defx_icons): fix defx_icons colors
close https://github.com/SpaceVim/SpaceVim/issues/4419
2022-04-11 19:56:49 +08:00
wsdjeg
72814fb13f feat(bookmarks): add leaderf support for vim-bookmarks 2022-04-10 16:40:31 +08:00
wsdjeg
f28b8462ff feat(bookmarks): add title to quickfix list and localist 2022-04-10 13:49:50 +08:00
wsdjeg
d0a26aa4a6 feat(clever-f): hide cursor for neovim 2022-04-09 00:20:50 +08:00
wsdjeg
9a21254747 chore(bundle): update bundle clever-f 2022-04-08 23:52:26 +08:00
Wang Shidong
17ff71f45c
feat(python): add virtualenv support
close https://github.com/SpaceVim/SpaceVim/issues/4269
2022-04-08 00:53:52 +08:00
wsdjeg
4e2b4bab8c fix(java_getset): fix mapping warning message 2022-04-07 20:30:40 +08:00
wsdjeg
8fbad84add chore(bundle): use bundle java plugins 2022-04-07 18:57:53 +08:00
wsdjeg
812416bdf5 docs(javaunite): add :h JavaUnit.vim 2022-04-07 15:47:16 +08:00
wsdjeg
edeee6f89b chore(bundle): use bundle JavaUnit.vim 2022-04-07 15:44:37 +08:00
wsdjeg
77378e06df fix(cscope): check cscope executable 2022-04-05 23:15:10 +08:00
wsdjeg
07f8b5bba5 feat(gtags): add ctags_bin option 2022-04-05 15:25:20 +08:00
wsdjeg
fd8cffda09 feat(ctags): use -G option when generate tags
ref: https://github.com/SpaceVim/SpaceVim/issues/4619
2022-04-05 12:19:26 +08:00
wsdjeg
87a9918020 feat(layer): add lang#octave layer 2022-04-04 16:12:43 +08:00
wsdjeg
7826af72ea feat(layer): add lang#jr layer 2022-04-04 15:55:01 +08:00
wsdjeg
fe0fb46018 pref(indentline): update bundle indent-blankline.nvim
ref: 9920ceb79b
2022-03-30 23:41:26 +08:00
wsdjeg
33cc57af55 chore(copyright): update email 2022-03-27 13:38:54 +08:00
wsdjeg
538fbac440 chore(bundle): use bundle vim-lookup 2022-03-22 14:33:27 +08:00
wsdjeg
592e0ec9ef feat(git): add git_diff_position option
close https://github.com/SpaceVim/SpaceVim/issues/3360
2022-03-22 12:24:19 +08:00
wsdjeg
2560c4f50f feat(bundle): use bundle github_dashboard 2022-03-20 18:50:08 +08:00