Shidong Wang
0a89a58d51
pref(guide): format g prefix key binding guide
2021-10-28 16:38:42 +08:00
Shidong Wang
cd2fee0a0e
docs(usage): add :h SpaceVim-usage-search-and-replace
2021-10-28 13:46:17 +08:00
danchev
5d9a09751d
fix(lang#python): fix typo in coverage key bindings
2021-10-27 12:45:37 +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
fde8b71b41
refactor(chat)!: change chat windows key binding
...
BREAKING CHANGE: change `SPC a o` to `SPC a h`
2021-10-24 16:51:10 +08:00
Shidong Wang
cd033dd3cc
docs(chat): add :h SpaceVim-layers-chat
2021-10-24 16:45:26 +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
Shidong Wang
b74dd23e4d
docs(ctrlp): add :h SpaceVim-layers-ctrlp
2021-10-23 15:09:41 +08:00
Shidong Wang
abbc14e100
docs(format): update :h SpaceVim-layers-format
2021-10-23 15:03:05 +08:00
Aron Griffis
04e4b3d121
feat(format): add vim-codefmt support
...
Co-authored-by: Wang Shidong <wsdjeg@outlook.com>
2021-10-23 14:50:09 +08:00
Shidong Wang
7f41707436
docs(usage): add :h SpaceVim-usage-windows-and-tabs
2021-10-23 11:14:34 +08:00
Shidong Wang
b014a7e6c3
docs(vim#window): fix type in :h SpaceVim-api-vim-window
2021-10-22 23:07:42 +08:00
Shidong Wang
3895d20589
docs(api): add :h SpaceVim-api-time
2021-10-22 23:04:16 +08:00
Shidong Wang
f022462a16
docs(layers): update :h SpaceVim-layers
2021-10-22 22:33:50 +08:00
Shidong Wang
66b253e9ff
fix(core): fix neovim-qt welcome page
2021-10-21 23:11:41 +08:00
Shidong Wang
7f0b6651a4
fix(core): fix parser_argv function
...
close https://github.com/SpaceVim/SpaceVim/issues/4503
close https://github.com/SpaceVim/SpaceVim/issues/3559
2021-10-21 21:52:38 +08:00
Shidong Wang
f6ac73b175
revert(shell)!: revert key binding <Esc>
in terminal mode
...
Problem: There is no way to send Esc to terminal
Solution: revert Esc in terminal, add ctrl-` key binding to
hide terminal from terminal mode.
merge: https://github.com/SpaceVim/SpaceVim/pull/3170
BREAKING CHANGE: revert key binding `<Esc>` in terminal mode
Co-authored-by: Clément Joly <oss@171819.xyz>
2021-10-17 23:51:28 +08:00
Shidong Wang
a41fc80ee6
fix(ssh): fix layer test
2021-10-17 23:22:08 +08:00
Shidong Wang
cf9b7c08aa
fix(flygrep): save previous windows id
...
merge: https://github.com/SpaceVim/SpaceVim/pull/4479
Co-authored-by: jsecchiero <secchierojacopo@gmail.com>
2021-10-17 23:11:58 +08:00
Kun Lin
83aa15f1ee
feat(edit): support fullwidth vertical bar
...
Co-authored-by: Kun Lin <ssfjhh@gmail.com>
2021-10-17 13:16:30 +08:00
Shidong Wang
0d2f90825e
fix(lang#c): fix clang_std
option
...
close https://github.com/SpaceVim/SpaceVim/issues/4335
2021-10-16 23:39:05 +08:00
Shidong Wang
2ae9a354f8
docs(ssh): update ssh layer page
2021-10-16 22:27:09 +08:00
Shidong Wang
3f8724524d
feat(ssh): add ssh
layer
2021-10-16 22:23:53 +08:00
Shidong Wang
63c2bbf5af
fix(flygrep): fix replace mode of flygrep
2021-10-16 17:16:20 +08:00
Shidong Wang
b2d1d74606
refactor(fuzzy)!: change key binding SPC f F
...
use `SPC f F` to find cursor file in buffer directory
close https://github.com/SpaceVim/SpaceVim/issues/4311
BREAKING CHANGE: change key binding SPC f F
2021-10-16 15:15:53 +08:00
Shidong Wang
e5f77cc370
docs(documentation): translate cn documentation page
2021-10-16 14:45:55 +08:00
chrysocolla
1127b6aa2a
fix(bundle): fix bundle ident-blacnkline
2021-10-16 14:26:46 +08:00
Shidong Wang
53e2a5cd84
fix(colorscheme): fix VertSplit highlight of colorscheme one
2021-10-16 14:15:54 +08:00
Shidong Wang
72005ed4bf
style(leaderf): unique key binding description
2021-10-16 14:09:50 +08:00
Shidong Wang
5c68676c53
feat(lang#go): add lsp support for golang
2021-10-16 13:14:53 +08:00
Shidong Wang
d5d2f1e066
docs(incsearch): update :h SpaceVim-layers-incsearch
2021-10-16 11:32:33 +08:00
Shidong Wang
ea07a88be4
style(incsearch): unique key binding description style
2021-10-16 11:24:31 +08:00
Shidong Wang
4e0f352961
fix(lang#lua): fix unknown variable
...
close https://github.com/SpaceVim/SpaceVim/issues/4495
2021-10-16 10:52:55 +08:00
Shidong Wang
1f2ce0e686
refactor(lang#lua)!: remove vim-support and add layer options
...
1. add `lua_file_head`
2. add `format_on_save`
3. disable lua-support
BREAKING CHANGE: remove lua-support plugin
2021-10-15 23:42:43 +08:00
Shidong Wang
71fd4db943
refactor(lang#lua): use bundle vim-lua plugin
2021-10-15 22:58:26 +08:00
Shidong Wang
b436b9837b
docs(quick-start): update cn quick start guide
2021-10-15 10:50:11 +08:00