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

121 Commits

Author SHA1 Message Date
Wang Shidong
27aa5d038b
Release v1.2.0 (#2947) 2019-07-18 22:36:59 +08:00
Shidong Wang
6aa63647ca Update cn page 2019-06-25 23:16:21 +08:00
Wang Shidong
c0d0b82ae4
Add vedio (#2862) 2019-06-01 15:27:27 +08:00
Wang Shidong
4192fdcc6c
website: Use Vim as a C/C++ IDE (#2814) 2019-06-01 13:30:10 +08:00
Wang Shidong
64708d7856
Add post for php layer (#2798)
Change phpcd to phpcomplete, as phpcd does not work in windows
2019-05-10 17:24:14 +08:00
Binny Zupnick
101097bf8b Fix type (#2813) 2019-05-10 16:05:29 +08:00
Wang Shidong
d87b918967
Update doc && fix problems (#2799)
* Update doc && fix problems

* Improve SPC b e

print info for canceled.

* Add canceled info for SPC b R

* Fix type

* Fix type

* Fix type
2019-05-08 13:34:49 +08:00
Wang Shidong
db55d72e76
Add go post (#2429) 2019-05-08 09:29:54 +08:00
Wang Shidong
2b3f3b7643
Release v1.1.0 (#2726)
* Update release script

* Update wiki

* Update img

* Update release page

* Change release page

* Fix resume

* Add Leader f SPC for fzf layer

* Add fzf menu support

* Use o to open dir in defx

* Update roadmap

* Update version

* Update version in script

* Add fzf mru

* Fix spacevim log level

close #2561
2019-04-08 07:46:56 +08:00
Shidong Wang
f7b0c904d4 Update blog about mnemonic key bindings navigation 2019-03-05 08:11:13 +08:00
Shidong Wang
32585019ca Update ruby complete pic 2019-02-26 01:21:23 +08:00
Wang Shidong
1c33d30eb2
Add guide for using vim as ruby ide (#2603) 2019-02-25 11:18:21 -06:00
Shidong Wang
316a913161 Update link for jdt.ls 2019-02-23 15:12:20 +08:00
Wang Shidong
be6a8786e9
Add lsp support for java (#2619) 2019-02-23 13:24:26 +08:00
Lin Kun
61279a289e Doc: translate <C-e> to Ctrl-e etc. (#2605)
* Doc: fix typos.

* Doc: make the translation more accurate.

* Doc: update documentations.

* Doc: translate <C-e> to Ctrl-e etc.

* Doc: fix typos.

* Doc: fix typos.
2019-02-19 21:54:05 +08:00
Lin Kun
ceb77758ee Doc: fix typos. (#2580) 2019-02-13 23:25:34 +08:00
Wang Shidong
1b7dae4a41
Add use vim as perl ide post (#2579)
* Add use vim as perl ide post

* Update pic

* Update perl post

* Update install section for lint

* Add more pictures

* Update en post for perl ide

* Fix type
2019-02-12 14:18:44 +08:00
Wang Shidong
6c18bdfa9c
Improve python support (#2555) 2019-02-03 22:27:06 +08:00
Lin Kun
5e64d6379b Doc: fix typos. (#2551) 2019-02-03 20:51:00 +08:00
Wang Shidong
dc899187c3
Add lua stdin support (#2544) 2019-02-02 11:14:05 +08:00
Wang Shidong
5d93777010
Fix coffee_stdin support (#2543)
* Fix coffee_stdin support

* Updtae coffeescript post
2019-02-01 22:01:30 +08:00
Wang Shidong
b8ac6d1b31
Add stdin support in runner (#2535)
* Add stdin support in runner

* Add stdin support for javascript
2019-02-01 00:00:16 +08:00
Shidong Wang
9f9122a4b3 Use eslint-cli instead of eslint by default 2019-01-30 23:32:09 +08:00
Wang Shidong
8118fab5a8
Improve the javascript layer (#2529) 2019-01-30 22:20:22 +08:00
Wang Shidong
d388b33f2f
Add coffeescript suport (#2521)
* Add coffeescript.vim

* Add lang#coffeescript layer

* Add post

* Update coffee ide post

* Fix image info

* Update coffeescript ide post

* Update layer list

* Fix format

* Fix type in doc
2019-01-29 11:52:51 +08:00
Wang Shidong
3acb74eb55
Improve lua support (#2470) 2019-01-20 20:40:58 +08:00
Wang Shidong
302c612451
Update post for FlyGrep (#2465) 2019-01-19 12:03:26 +08:00
Romain
22a1db50ba update uncrustify URL link (#2456)
The actual uncrustify link points to astyle :-)
2019-01-14 15:42:17 +08:00
Wang Shidong
1b7c6b56e6
Add alt file plugin (#2416) 2019-01-06 13:36:33 +08:00
Wang Shidong
e06ec9bcbd
Add script to generate followHEAD page (#2391) 2018-12-29 09:43:50 -06:00
Shidong Wang
1bdfb585be Hot fix deadlink 2018-12-25 23:32:43 +08:00
Wang Shidong
44a8af57b9
Release v1.0.0 (#2377) 2018-12-25 22:04:36 +08:00
Shidong Wang
fa1e780aa6 Fix pt support in windows
Problems: Denite file_rec does not word in windows.
Selution: change the command for pt in denite config.
2018-12-23 12:58:09 +08:00
Wang Shidong
ecab6eb52b
Fix flygerp support in windows (#2371)
* Fix flygerp support in windows

* Fix path

* Add option for config command line prompt

Add new SpaceVim option commandline_prompt, this option is for
changging denite and flygrep command line prompt, by default it is
➭

* Remove spacevim before prompt

* Add getjumplist compatible function

* Update getjumplist function

* Implement split max func

* Update test

* Fix compatible function

* Fix rg support in flygrep_windows

in window and neovim-qt, rg need a '.' at the end if no dir specific

* Fix ag support

* Update wiki

* Update notes

* Add note for install rg and ag in windows
2018-12-22 22:18:19 +08:00
Jeff Heaton
1b92d31fc4 Minor English changes (#2357) 2018-12-18 23:14:37 +08:00
Johannes Brüderl
a127122369
fix typo 2018-10-07 02:50:27 +02:00
Wang Shidong
3fcf185924
Type in java ide (#2229) 2018-10-03 13:48:25 +08:00
Wang Shidong
61d06bacd0
Online tutor for SpaceVim (#2004) 2018-10-02 21:04:30 +08:00
Samar Dhwoj Acharya
7d814180e3 fix few spelling errors and add documentation about pretty layout formatting (#2224)
* some spelling errors

* more spelling

* update documentation with pretty layout commenting keybinding
2018-10-02 15:26:01 +08:00
Wang Shidong
c826d21a98
Release v0.9.0 (#2203) 2018-09-26 21:52:28 +08:00
Wang Shidong
51c20d965c
Add doc for missing layers (#2139) 2018-09-12 20:14:20 +08:00
Wang Shidong
7358a26fd1
Update time and location (#1916) 2018-07-05 21:44:10 +08:00
Wang Shidong
f176e60bd2
Update 2018-06-24-first-meetup-in-hangzhou.md 2018-07-05 21:36:29 +08:00
Wang Shidong
7eb6f17599
update id (#1915) 2018-07-05 16:37:04 +08:00
Wang Shidong
823c7e20ed
change comment id (#1914) 2018-07-05 16:22:44 +08:00
Wang Shidong
93accdaef0
Website: add post about first meetup (#1875) 2018-07-05 16:16:34 +08:00
Wang Shidong
0677850f06
Improve gitment support (#1908) 2018-07-04 08:49:23 +08:00
Wang Shidong
7a91d3bc2f
Release v0.8.0 2018-06-18 14:01:56 +08:00
wsdjeg
9a3b59c818 Update help file 2018-06-15 20:41:11 +08:00
Wang Shidong
5ea92078f3
Update documentation (#1765) 2018-05-31 08:17:38 -05:00