1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 05:20:04 +08:00
Commit Graph

482 Commits

Author SHA1 Message Date
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
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
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
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
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
Wang Shidong
7e33b5e39b
Add doc for custom spc func (#4472) 2021-09-19 17:54:17 +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
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
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
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
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
Wang Shidong
dd46a88bd0
Add doc for notify api (#4357) 2021-08-06 21:07:50 +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
ca70bd8eb0
Add key binding SPC p F (#4309) 2021-07-03 21:53:20 +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
1b8c5dd443
Improve alternate file config (#3493) 2021-05-31 23:32:48 +08:00
Wang Shidong
1512348f09
Update lang#dart layer (#4228) 2021-04-24 22:12:14 +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
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
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
c95b610ac5
Update doc of git layer (#4192) 2021-04-11 14:13:57 +08:00