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

315 Commits

Author SHA1 Message Date
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
wsdjeg
4dfcda8146 feat(githubissues): use bundle github-issues & fix python command 2022-03-20 15:59:42 +08:00
wsdjeg
a4a7ebd88f feat(nvim-lspconfig): update bundle nvim-lspconfig
close https://github.com/SpaceVim/SpaceVim/issues/4609
2022-03-20 10:22:32 +08:00
wsdjeg
f34717d8ab feat(neoformat): Use forked version of neoformat
close https://github.com/SpaceVim/SpaceVim/issues/4561
2022-03-20 09:56:51 +08:00
Wang Shidong
6975374b3b
feat(plantuml): add java_command option
close https://github.com/SpaceVim/SpaceVim/issues/4586
2022-02-20 12:22:00 +08:00
wsdjeg
e48c7c22b0 refactor(bundle): use bundle neomru 2022-02-08 23:29:34 +08:00
wsdjeg
7c453d71bf refactor(neoyank): use bundle neoyank.vim 2022-02-06 22:37:28 +08:00
wsdjeg
1c57952d25 fix(lang#php): use old phpcomplete
close https://github.com/SpaceVim/SpaceVim/issues/4519
2022-02-06 21:21:00 +08:00
wsdjeg
9501ee299e refactor(manpage): move SPC h m to fuzzy finder layer 2022-02-05 17:26:54 +08:00
wsdjeg
95e2352940 fix(snippet): fix key binding SPC i s
close https://github.com/SpaceVim/SpaceVim/issues/4571
2022-02-03 19:05:50 +08:00
wsdjeg
16a5c8caf2 chore(copyright): update copyright 2022-02-03 17:24:51 +08:00
wsdjeg
ef67c70f50 feat(bundle): update bundle tagbar 2022-01-16 10:48:49 +08:00
wsdjeg
1470aa788a refactor(org): use bundle org plugin 2022-01-15 22:22:23 +08:00
wsdjeg
76d9a53aa8 refactor(bundle): update bundle indent-blankline.nvim
0f8df7e43f
close https://github.com/SpaceVim/SpaceVim/issues/4551
2022-01-05 08:47:47 +08:00
wsdjeg
e9099b6611 refactor(bundle): use bundle helpful.vim
5bb3e739ff
2022-01-05 07:26:01 +08:00
wsdjeg
7c9058447b feat(bundle#dein): update dein.vim
update dein to 9ab8106405
2022-01-01 22:47:56 +08:00
Wang Shidong
6dbd97087f
feat(autocomplete): add nvim-cmp support 2022-01-01 22:13:13 +08:00
Shidong Wang
8be152b48b
fix(toml): fix toml json preview plugin 2021-11-13 15:05:04 +08:00
Shidong Wang
0e9127e4dc
feat(lang#toml): add SPC l j to preview toml 2021-11-13 14:16:21 +08:00
Zhao Zuohong
362485ea23
feat(bundle#neoformat): Update neoformat from 1a49552c to f1b6cd50 2021-11-11 15:00:17 +08:00
Shidong Wang
d969cf80f6
refactor(chat): remove debug function 2021-10-28 17:03:52 +08:00
Shidong Wang
417403749e
fix(chat): fix message handler 2021-10-27 00:56:10 +08:00
Shidong Wang
c9411f07f2
pref(chat): improve chat layer 2021-10-27 00:50:09 +08:00
Shidong Wang
7b77ec76ef
fix(chat): fix close windows key binding 2021-10-24 23:02:19 +08:00
Shidong Wang
18dd27e200
fix(chat): fix server database path 2021-10-24 21:55:21 +08:00
Shidong Wang
7797732b37
fix(chat): fix chatting server port 2021-10-24 21:33:03 +08:00
Shidong Wang
7916f8067a
pref(chat): improve chat layer 2021-10-24 21:07:19 +08:00
Shidong Wang
cf1b82ef87
fix(chat): include test files 2021-10-24 17:57:10 +08:00
Shidong Wang
2e6d1b71c8
refactor(chat): use bundle chatting server 2021-10-24 17:06:04 +08:00
Shidong Wang
b64b80a2bb
refactor(chat): use bundle vim-chat plugin 2021-10-24 16:25:43 +08:00
Shidong Wang
cefb375609
feat(mail): add function to view mail context 2021-10-24 16:11:33 +08:00
Shidong Wang
17aac81445
fix(mail): fix date format 2021-10-24 15:23:52 +08:00
Wang Shidong
6adb53df7b
feat(mail): improve vim-mail plugin 2021-10-24 11:56:24 +08:00
Shidong Wang
1cc4282c99
fix(mail): fix mail logger 2021-10-23 16:32:42 +08:00
Shidong Wang
5ec1b3beb5
feat(mail): add login & password option 2021-10-23 15:59:22 +08:00
Shidong Wang
31ab74f8be
feat(mail): add mail layer option 2021-10-23 15:51:36 +08:00
Shidong Wang
fa43ef2043
feat(mail): use bundle vim-mail 2021-10-23 15:34:04 +08:00
chrysocolla
1127b6aa2a
fix(bundle): fix bundle ident-blacnkline 2021-10-16 14:26:46 +08:00
Shidong Wang
71fd4db943
refactor(lang#lua): use bundle vim-lua plugin 2021-10-15 22:58:26 +08:00
Shidong Wang
fde91a541e
doc(bundle): update plugin list 2021-10-05 15:16:41 +08:00
Wang Shidong
da18ba0a45
feat(lsp): add neovim-lsp (#4319) 2021-10-05 15:13:10 +08:00
Shidong Wang
e33aeb1b00
fix(layer): add :h SpaceVim-layers-lang-vue
Problem: failed to lint vue file.
Solution:
1. change eslint-plugin-html to eslint-plugin-vue
2. update vue layer page
3. add `:h SpaceVim-layers-lang-vue`

close https://github.com/SpaceVim/SpaceVim/issues/4488
2021-10-01 23:23:09 +08:00
Shidong Wang
8a8f5f4113
doc(bundle): update plugins bundle readme 2021-09-21 22:45:15 +08:00
Shidong Wang
b8eae5e4f7
fix(plugin): Fix key binding error E225
problem: when save file, always get error
         `E225: global mapping already exists for (`
solution: remvoe unique when defind mappings

close https://github.com/SpaceVim/SpaceVim/issues/4109
2021-09-21 22:41:23 +08:00