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

315 Commits

Author SHA1 Message Date
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