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