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

525 Commits

Author SHA1 Message Date
wsdjeg
105b2c71eb docs(sponsors): remove salt.bountysource.com 2022-05-19 08:53:39 +08:00
wsdjeg
250473c565 docs(weibo): remove link to weibo 2022-05-17 20:17:53 +08:00
wsdjeg
d95368b008 docs(chat): remove bridged room 2022-05-08 09:47:36 +08:00
wsdjeg
486d5d992d docs(faq): update faq page 2022-05-02 14:27:00 +08:00
wsdjeg
88744e039f docs(sponsors): update sponsorship 2022-05-01 21:08:53 +08:00
wsdjeg
9d627870d8 docs(documentation): update mouse and scrollbar section 2022-04-23 22:53:40 +08:00
wsdjeg
4b617500ec docs(scrollbar): add doc about scrollbar 2022-04-22 11:53:22 +08:00
wsdjeg
1611aecc49 feat(verilog): add lang#verilog layer 2022-04-15 20:36:45 +08:00
wsdjeg
39cbef5f3f fix(fonts): download Sauce Code Pro Nerd Font automatically
close https://github.com/SpaceVim/SpaceVim/issues/4616
2022-04-12 16:04:44 +08:00
wsdjeg
813ad6c950 feat(todomanager): add todo_prefix option
close https://github.com/SpaceVim/SpaceVim/issues/3819
2022-04-10 21:37:27 +08:00
wsdjeg
1144ada6c9 docs(custom_plugins): add doc for adding multiple plugins
ref https://github.com/SpaceVim/SpaceVim/issues/73
2022-04-04 18:17:36 +08:00
wsdjeg
2506fec3a0 feat(mapping): add SPC f R to rename current file 2022-04-04 14:35:55 +08:00
wsdjeg
e1e2138080 docs(weisite): update website documentation 2022-03-31 12:50:48 +08:00
wsdjeg
c3eaaf59f4 docs(tutorial): update vim script guide 2022-03-30 15:33:29 +08:00
wsdjeg
33cc57af55 chore(copyright): update email 2022-03-27 13:38:54 +08:00
wsdjeg
8677c8a830 feat(mapping): add SPC b o to kill all buffers and windows 2022-03-23 14:10:09 +08:00
wsdjeg
3dccacb0d8 fix(ui): fix indentline_exclude_filetype option 2022-03-22 19:11:29 +08:00
Kun Lin
b1a3c0510c
feat(markdown): add a new key binding for RemoveToc 2022-03-19 20:10:56 +08:00
Kun Lin
e1d68de4c2
feat(edit): add reverse-lines key binding 2022-02-26 11:03:48 +08:00
wsdjeg
e244e280ac docs(edit): fix typo in edit page 2022-02-06 23:36:28 +08:00
wsdjeg
d8075dd932 docs(edit): update cn edit page 2022-02-06 14:12:18 +08:00
wsdjeg
08de9d7046 chore(sponsors): update sponsors page 2022-02-06 13:42:59 +08:00
wsdjeg
9685aa13d4 feat(buffer): add SPC b ctrl-shift-d to kill buffer by regexp 2022-02-03 22:46:50 +08:00
sisrnb
1e95167f78
docs(lsp): update language-server-protocol.md 2022-01-25 21:24:38 +08:00
Wang Shidong
0f2a73df99
feat(org): improve lang#org layer 2022-01-13 19:23:34 +08:00
Wang Shidong
ab8529c1ed
docs(guide): Add vim basic guide 2022-01-13 19:19:57 +08:00
Wang Shidong
1b82df1510
docs(guide): Add vim script guide 2022-01-13 19:18:38 +08:00
wsdjeg
8ec4ad91f6 chore(version): update to 2.0.0-dev 2022-01-08 13:54:33 +08:00
wsdjeg
687736f2b7 Release v1.9.0 2022-01-06 19:49:25 +08:00
wsdjeg
ecfb31c0f9 docs(sponsors): update sponsors page 2022-01-03 15:48:02 +08:00
wsdjeg
6132f96d08 docs(sponsors): remove BountySource and opencollective 2022-01-03 14:10:48 +08:00
Shidong Wang
594e0516d1 fix(install): use mklink /J instead 2021-12-28 20:31:41 +08:00
Kun Lin
3863ea6381
feat(chinese): add key binding to convert Chinese number to digit 2021-12-13 21:50:38 +08:00
Mushi007
1e7fbd3fda
fix(about): fix typo in about page 2021-12-04 21:49:37 +08:00
Kun Lin
e8d636c708
docs(website): add doc about hide file tree by default 2021-11-26 12:01:15 +08:00
Shidong Wang
6ce3947d48
chore(copyright): update copyright 2021-11-13 16:37:24 +08:00
danchev
5d9a09751d
fix(lang#python): fix typo in coverage key bindings 2021-10-27 12:45:37 +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
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
Shidong Wang
b436b9837b
docs(quick-start): update cn quick start guide 2021-10-15 10:50:11 +08:00
Shidong Wang
eae76b845b
docs(documentation): update doc for key binding Leader y/Y 2021-10-15 00:43:52 +08:00
Shidong Wang
56b9d14e9a
refactor(tools#mpv)!: change default musics_directory
BREAKING CHANGE: `~/Music` is standard on macOS and
also on FreeDesktop's XDG.
2021-10-14 23:45:36 +08:00
Shidong Wang
cc73d9dd30
feat(lsp): add vim-language-server command 2021-10-07 22:22:36 +08:00
Shidong Wang
447728eb6f
docs(community): update link of slack and telegram 2021-10-06 15:00:55 +08:00
Shidong Wang
db34307c46
doc(lsp): update lsp layer doc 2021-10-05 23:39:59 +08:00
Shidong Wang
22b663b5b9
feat(layer): add treesitter layer 2021-10-05 15:30:36 +08:00
Shidong Wang
516e0525e2
feat(core): update to v1.9.0-dev 2021-10-04 21:26:44 +08:00
Shidong Wang
93aeb032fa
Release v1.8.0 2021-10-04 20:49:11 +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