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

1545 Commits

Author SHA1 Message Date
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