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
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
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
72005ed4bf
style(leaderf): unique key binding description
2021-10-16 14:09:50 +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
81cc0b678c
docs(dev): add commit style guide for breaking changes
2021-10-14 23:52:14 +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
Torrez, Milton N
c5ca267ed9
docs(lang#html): fix layer option demo
...
change `[layers]` to `[[layers]]`
2021-10-07 09:29:12 +08:00
Shidong Wang
447728eb6f
docs(community): update link of slack and telegram
2021-10-06 15:00:55 +08:00
Shidong Wang
48009e8a8e
docs(dev): update commit style guide
2021-10-06 14:52:46 +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
Wang Shidong
da18ba0a45
feat(lsp): add neovim-lsp ( #4319 )
2021-10-05 15:13:10 +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
Shidong Wang
bc0bc6e345
doc(core): update doc of <Enter>
key in filetree
2021-10-01 21:48:03 +08:00
Shidong Wang
3a68e6ad21
doc(core): add :h SpaceVim-options-bootstrap_after/before
...
Problem: there isn't doc about boostrap function.
Solution:
1. add `:h SpaceVim-options-bootstrap_before`
2. and `:h SpaceVim-options-bootstrap_after`
3. update cn documentation about the differences between
bootstrap_after and bootstrap_before function.
2021-10-01 18:49:22 +08:00
LookForAdmin
4ea483fdae
doc(layer): use go install
replace go get
...
Problem: Starting in Go 1.17, `go get` is deprecated.
Solution: use `go install` instead.
2021-10-01 14:30:03 +08:00
Jaryk
14d75c0441
fix(lsp): replace javascript lsp command
2021-10-01 14:27:58 +08:00
Shidong Wang
e1dfadeea5
doc(core): add commit type change
2021-09-25 21:51:02 +08:00
Shidong Wang
c85c47fad4
doc(core): update development page
2021-09-25 21:47:38 +08:00
Shidong Wang
a319735129
add(core): add key binding to toggle auto parens mode
...
Problem: there is no key binding to toggle auto parens mode
Solution: add `SPC t P` to toggle auto parens mode
close https://github.com/SpaceVim/SpaceVim/issues/4312
2021-09-25 21:34:44 +08:00
Shidong Wang
483e3c0e29
change(core): deprecate statusline_unicode_symbols
option
...
Problem: the option name is too long
Solution: change `statusline_unicode_symbols` to `statusline_unicode`
2021-09-25 21:09:11 +08:00
Shidong Wang
72349e4dd7
change(core): deprecate project_rooter_automatically
option
...
change `project_rooter_automatically` to `project_auto_root`
2021-09-25 21:00:22 +08:00
Shidong Wang
4b4e80e7dc
ci(test): disable test for nvim nightly
...
Problem: sometimes the assets of neovim nightly is empty
Solution: disable the test for neovim nightly release
2021-09-25 01:26:12 +08:00
Shidong Wang
c9e22897e9
doc(layer): update doc about fuzzy finder layer
2021-09-22 23:51:22 +08:00
Shidong Wang
654cfc8855
feat(core): add SPC h g/G
to run helpgrep asynchronously
...
Problem: `:helpgrep` is too slow, there is no key binding for
asynchronously helpgrep.
Solution: - Add `SPC h g` to run helpgrep asynchronously.
- Add `SPC h G` to run helpgrep with cursor word
asynchronously
2021-09-22 23:20:51 +08:00
Jaryk
218f16e4f5
fix(lsp): specify cmd for typescriptreact
2021-09-22 11:25:11 +08:00
Shidong Wang
bdc0101b9a
feat(core): Add SPC f a
key binding to save as new file
...
Problem: There is no key binding to save current buffer as new file.
Solution: Add `SPC f a` key binding
close https://github.com/SpaceVim/SpaceVim/issues/4310
2021-09-21 22:04:26 +08:00
Shidong Wang
6d44ea4780
doc(layer): fix layer tags prefix
2021-09-20 22:16:14 +08:00
Shidong Wang
3fc49916cc
chore: update copyright
2021-09-19 22:23:23 +08:00
Wang Shidong
7e33b5e39b
Add doc for custom spc func ( #4472 )
2021-09-19 17:54:17 +08:00
Wang Shidong
68e123447a
Update core
layer ( #4467 )
2021-09-19 17:32:31 +08:00
Shidong Wang
513a682963
Fix type in elixir article
2021-09-19 13:36:48 +08:00
Wang Shidong
caa54d32e7
Change filetree gitstatus option name ( #4465 )
2021-09-12 23:45:01 +08:00
Wang Shidong
39bf31c4b2
Change default filetree to nerdtree ( #4464 )
2021-09-12 23:06:37 +08:00
Wang Shidong
05e45fc053
Improve ui
layer ( #4455 )
2021-09-08 10:35:38 +08:00
livrth
2a3981acfd
Update documentation.md ( #4456 )
2021-09-06 13:57:05 +08:00
Kaszanas
8146051d5e
Fixed typo in layers/lang/go.md ( #4452 )
...
refernce -> reference
2021-09-02 13:37:12 +08:00
Wang Shidong
943d34a1d2
Add option for emmet ( #4451 )
...
* Add options for setting emmet filetype
close https://github.com/SpaceVim/SpaceVim/issues/4247
* Update
* Update
2021-09-01 21:16:13 +08:00
Wang Shidong
b80606aec5
Add SPC j c
key binding ( #4443 )
2021-08-29 00:05:11 +08:00
Wang Shidong
f286e5a83c
Fix typescript eslint maker ( #4441 )
...
close #4440
2021-08-28 19:51:05 +08:00
Wang Shidong
d807b9bf8d
Update doc ( #4425 )
2021-08-27 10:25:02 +08:00
Wang Shidong
6b633d9d7f
Change title margin ( #4422 )
2021-08-23 22:26:53 +08:00
Wang Shidong
8f349d0aae
Update website ( #4421 )
2021-08-23 22:14:58 +08:00
Wang Shidong
5c8e9ac781
Improve cscope layer ( #4418 )
2021-08-22 14:35:22 +08:00
Wang Shidong
938ad16611
Fix list-style ( #4417 )
2021-08-21 14:51:16 +08:00
Wang Shidong
5ed892fe7f
Add --no-fonts option ( #4415 )
...
close #4354
2021-08-21 14:16:41 +08:00
Wang Shidong
81e58fdd78
Rewrite plugin a.vim
in lua ( #4390 )
2021-08-15 19:06:48 +08:00
Wang Shidong
384964526b
Add lua logger api ( #4395 )
2021-08-14 15:27:12 +08:00
Wang Shidong
5fe3d09bb2
Add lua file api ( #4391 )
2021-08-14 14:20:03 +08:00
Wang Shidong
66f3306acb
Add lua system
api & test ( #4392 )
2021-08-14 09:30:57 +08:00
Wang Shidong
3b455c1b7f
Add option for disable smooth scrolling & fix css ( #4387 )
2021-08-12 23:26:05 +08:00
Wang Shidong
061de45b7b
Add smooth scrolling key bindings ( #4386 )
2021-08-12 10:45:36 +08:00
Wang Shidong
8dc62173ab
Add option to hilight cursorword ( #4385 )
2021-08-11 18:51:20 +08:00
Wang Shidong
fbe1c12a83
Update cn pages ( #4384 )
2021-08-11 16:21:08 +08:00
Wang Shidong
be155d6ff4
Enable neovim test ( #4382 )
2021-08-11 13:45:38 +08:00
Wang Shidong
c2dc72b58d
Change li icon ( #4379 )
2021-08-10 11:47:56 +08:00
Wang Shidong
e047354a65
Change comment border color ( #4378 )
2021-08-10 11:28:41 +08:00
Wang Shidong
ec1ff58124
doc: Update development page ( #4376 )
2021-08-09 21:37:50 +08:00
Wang Shidong
a7e9465a8c
Update community & development page ( #4373 )
2021-08-09 16:28:20 +08:00
Wang Shidong
225e417ff8
Update layer page list ( #4364 )
2021-08-07 16:28:47 +08:00
Ajakko
dcb669eec9
Fix broken link ( #4363 )
2021-08-07 16:24:05 +08:00
Wang Shidong
dd46a88bd0
Add doc for notify api ( #4357 )
2021-08-06 21:07:50 +08:00
Wang Shidong
2d6bfd39a9
Improve notify api ( #4355 )
2021-08-06 19:19:00 +08:00
Wang Shidong
7a6b6ff659
Update irc channel ( #4356 )
2021-08-05 19:55:14 +08:00
Jozsef Lazar
46346dd719
update default go-lsp to gopls ( #4338 )
2021-07-19 20:54:41 +08:00
Jozsef Lazar
af8e26af86
update make_tasks example to support Makefiles with multiple .PHONY options ( #4337 )
2021-07-19 20:53:12 +08:00
Wang Shidong
a00ca02d89
Fix list style ( #4324 )
2021-07-05 23:49:15 +08:00
Wang Shidong
ceff70e6b5
Update website ( #4305 )
2021-07-05 23:26:30 +08:00
Wang Shidong
ca70bd8eb0
Add key binding SPC p F
( #4309 )
2021-07-03 21:53:20 +08:00
Andre S
5b7535bf80
Fixed typescript installation issue ( #4314 )
2021-07-03 21:52:46 +08:00
Wang Shidong
cad4370889
Update doc for todo manager ( #4304 )
...
close https://github.com/SpaceVim/SpaceVim/issues/4300
2021-06-28 22:53:50 +08:00
Isho
7fc00c9c81
Update documentation ( #4253 )
2021-06-21 20:39:29 +08:00
Wang Shidong
8558514f30
Update version to v1.8.0-dev ( #4286 )
2021-06-15 23:35:59 +08:00
Shidong Wang
4a584be2f8
Hotfix: version
2021-06-14 10:55:03 +08:00
Wang Shidong
722b6f97cc
Release v1.7.0 ( #4285 )
2021-06-14 10:31:58 +08:00
Wang Shidong
40f667d62c
Update readme ( #4282 )
2021-06-06 15:16:47 +08:00
Wang Shidong
5585f0faad
Update language list ( #4203 )
2021-05-31 23:34:07 +08:00
Wang Shidong
1b8c5dd443
Improve alternate file config ( #3493 )
2021-05-31 23:32:48 +08:00
Wang Shidong
2d0506c566
Disable github issue ( #4280 )
2021-05-30 15:55:12 +08:00
Wang Shidong
acfdac53b9
Type in doc ( #4271 )
2021-05-22 18:28:00 +08:00
Wang Shidong
7ae88264ee
Add Fennel language support ( #4260 )
2021-05-07 22:22:59 +08:00
Wang Shidong
c20177c401
Update doc ( #4246 )
2021-05-07 19:29:32 +08:00
Isho
9a568151c6
Fix broken link ( #4256 )
2021-05-06 10:10:08 +08:00
Isho
c5e691c322
Add relevant repo links to the fuzzy finder layer pages ( #4239 )
2021-05-02 21:20:38 +08:00
Wang Shidong
2dd0f66ec1
Add file search option ( #4245 )
2021-05-01 22:47:19 +08:00
Isho
64b9909276
Reword '.' key-binding description to make it clearer ( #4240 )
2021-04-29 22:50:22 +08:00
Isho
3568bcbfae
Add links to the available git_plugins ( #4238 )
2021-04-28 12:18:13 +08:00
Mateo Gonzales Navarrete
86668e4a25
Fix typos in docs ( #4235 )
2021-04-27 00:37:56 +08:00
Wang Shidong
2872e9ab5f
Update lang#hy layer ( #4232 )
2021-04-25 21:09:05 +08:00
Wang Shidong
dbd644225e
Update lang#coffeescript layer ( #4229 )
2021-04-24 22:41:36 +08:00
Wang Shidong
1512348f09
Update lang#dart layer ( #4228 )
2021-04-24 22:12:14 +08:00
Wang Shidong
23c05a3caa
Update lang#php layer ( #4226 )
2021-04-24 16:47:59 +08:00
Wang Shidong
5286e1724f
Update doc ( #4223 )
...
close https://github.com/SpaceVim/SpaceVim/issues/4222
2021-04-22 23:30:18 +08:00
Wang Shidong
172579a260
Fix Objective C language support ( #4215 )
2021-04-18 15:34:41 +08:00
Wang Shidong
1796a22812
Add bootstrap function link to quick guide ( #4213 )
2021-04-17 13:46:35 +08:00
Wang Shidong
d4a217141b
Update doc for SPReinstall ( #4212 )
2021-04-17 13:22:32 +08:00
Wang Shidong
3dadbf55df
Add lang#e layer ( #4210 )
2021-04-15 23:47:29 +08:00
Wang Shidong
e780e67112
Fix lang#html layer ( #4202 )
2021-04-12 23:36:43 +08:00
Wang Shidong
e32b57446f
Add SPC w f for toggle follow mode ( #4201 )
2021-04-12 23:02:09 +08:00
Wang Shidong
7364584d31
Add m c key binding ( #4199 )
2021-04-11 22:41:15 +08:00
Goran Mekić
7b0743077a
Format on save with clang-format ( #4195 )
2021-04-11 17:51:03 +08:00
Wang Shidong
c95b610ac5
Update doc of git layer ( #4192 )
2021-04-11 14:13:57 +08:00
Kun Lin
7577abceb0
Fix and add the key bindings toggle case ( #4190 )
...
* Fix the two key bindings 'SPC x u' and 'SPC x U'
* Add one new key bindings 'SPC x ~'.
* Update the documentations accordingly.
2021-04-11 12:31:24 +08:00
Shidong Wang
37b71e77a0
Update doc for SPC w u/U
2021-04-10 22:45:54 +08:00
Wang Shidong
9f6ecc5d30
Update doc for SPC t h i ( #4184 )
2021-04-10 22:35:52 +08:00
Shidong Wang
a6ba9490ca
Update doc for SPC c y
2021-04-10 22:27:42 +08:00
Wang Shidong
5268e5210a
Add SPC x l key binding group ( #4182 )
2021-04-10 20:10:16 +08:00
Goran Mekić
a1909e1b69
Add format_on_save toggle for javascript ( #4183 )
2021-04-10 19:40:18 +08:00
Kun Lin
a74237108a
Replace the invalid URL of smart questions. ( #4179 )
2021-04-08 21:18:20 +08:00
Kun Lin
b8364c1a21
Update documentations for the key bindings mc ( #4178 )
...
Co-authored-by: Kun Lin <ssfjhh@gmail.com>
2021-04-07 10:27:15 +08:00
Lin Kun
f56854c5d7
Add SPC l c and SPC l u for lang#markdown layer #4163
2021-04-05 14:47:46 +08:00
Duc Nguyen
55a7b77786
docs: fix typos in edit layer ( #4166 )
...
+ Change spelling to `objects` for `edit` layer.
2021-04-04 06:53:11 +08:00
Wang Shidong
504a646f05
Update lang#ruby
layer ( #4164 )
2021-04-03 22:07:15 +08:00
Lin Kun
b64eb80789
Doc: update markdown documents. ( #4162 )
...
Co-authored-by: Kun Lin <ssfjhh@gmail.com>
2021-04-03 19:59:14 +08:00
Wang Shidong
50c7c3bebc
Update python doc ( #4154 )
2021-03-31 21:35:26 +08:00
Wang Shidong
4407b7c8af
Add multiple tasks support ( #4150 )
2021-03-31 19:47:05 +08:00
Wang Shidong
1ca32fce79
Add task problem matcher ( #4127 )
2021-03-14 15:12:00 +08:00
Ben Anson
c69e3af7af
doc: project_rooter_automatically ( #4129 )
...
+ some other minor corrections
2021-03-13 09:36:32 +08:00
Ben Anson
5af5b0d508
feat: add autocomplete toggle for deoplete ( #4125 )
...
Signed-off-by: Ben Anson <benansondev@gmail.com>
2021-03-11 21:16:37 +08:00
Shidong Wang
040181bc92
Update link of matrix rooms
2021-03-06 17:05:35 +08:00
LU-sir
1bd22e1ede
Update gtags install guide ( #4119 )
...
ArchLinux needs to install global. Gtags.conf is `dead`, and the newer one is `gtags.conf.in`.
2021-03-04 07:21:39 +08:00
Wang Shidong
d6f19f9fa7
Update codecov ( #4107 )
2021-02-21 16:24:10 +08:00
Shidong Wang
5583aee1aa
Update build status svg
2021-02-16 22:56:31 +08:00
Shidong Wang
db93f80886
Switch to travis-ci.com
2021-02-16 20:09:25 +08:00
Shidong Wang
99dd0a1f1d
Add codecov status
2021-02-16 20:03:53 +08:00
Shidong Wang
934d975ff3
Remove codecove svg
2021-02-15 23:10:24 +08:00
Wang Shidong
6a9b01def5
Add lang#reason & lang#rescript layer ( #4089 )
2021-02-15 15:14:24 +08:00
Shidong Wang
2d9a05299d
Update the doc of lang#pascal layer
2021-02-10 21:26:32 +08:00
Shidong Wang
14392bd943
Update link
2021-02-10 15:41:31 +08:00
Shidong Wang
a61ae055b1
Update documentation for adding custom plugins
2021-02-10 12:54:10 +08:00
Wang Shidong
4a6e7f7331
Change Lint options ( #3943 )
2021-02-10 10:31:34 +08:00
Wang Shidong
0b77e2279d
Add more key bindings for tsx file ( #4043 )
2021-02-10 10:23:38 +08:00
Shidong Wang
8bd0d20a54
Fix java_formatter_jar layer option
...
close https://github.com/SpaceVim/SpaceVim/issues/4076
2021-02-09 12:24:19 +08:00
Kark
c5b6a1446f
Fix url of 'Send a PR' at /documentation ( #4069 )
2021-02-04 21:31:28 +08:00
Shidong Wang
5b7607a11a
Fix type in layer page
...
merge https://github.com/SpaceVim/SpaceVim/pull/4051
2021-01-16 12:32:14 +08:00
Doolin Ma
e655d757a8
Type ( #4052 )
2021-01-14 22:29:33 +08:00
Shidong Wang
cc0e8f2db3
Remove qq link
2021-01-05 21:06:21 +08:00
Robin Schneider
29b3dcc45e
Doc: Use HTTPS everywhere ( #4020 )
2021-01-02 18:00:51 +08:00
Shidong Wang
3b7c300a66
docs (website): Update doc of lang#java layer
2021-01-01 18:21:29 +08:00
Wang Shidong
f5d9f0b01a
Update version ( #4031 )
2021-01-01 16:18:31 +08:00
Wang Shidong
d870c6a1bc
Release v1.6.0 ( #4019 )
2020-12-31 22:50:06 +08:00
Wang Shidong
dbaf8ab042
Add nim guide ( #3986 )
2020-12-22 21:32:30 +08:00
Xue Qianming
267b19fa71
Add: documentation for LangSPCGroupName and LangSPC ( #4012 )
2020-12-21 07:33:11 +08:00