1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:40:05 +08:00
Commit Graph

196 Commits

Author SHA1 Message Date
Wang Shidong
d870c6a1bc
Release v1.6.0 (#4019) 2020-12-31 22:50:06 +08:00
Wang Shidong
b9b416d219
Update doc (#3911) 2020-10-24 14:32:42 +08:00
Wang Shidong
9fdac3ac04
Update lang wiki (#3770) 2020-10-14 19:36:10 +08:00
Wang Shidong
4191fe5be4
Update following HEAD page (#3824) 2020-09-20 19:32:03 +08:00
Wang Shidong
67efff68d3
Update contributing guide (#3808) 2020-09-17 21:53:04 +08:00
Wang Shidong
1288ecd44f
Update wiki (#3715) 2020-08-18 22:08:06 +08:00
Wang Shidong
9e0bd870f1
Release 1.5.0 (#3678) 2020-08-01 23:16:10 +08:00
Wang Shidong
9a9e18e3f2
Update following HEAD page (#3642) 2020-07-18 21:10:48 +08:00
Wang Shidong
263430393f
Release v1.4.0 (#3432) 2020-04-05 16:32:15 +08:00
Wang Shidong
523669337d
Add lang#vbnet layer (#3359) 2020-02-18 20:00:22 +08:00
Wang Shidong
e3344fa308
Add lang#zig layer (#3355) 2020-02-17 21:29:30 +08:00
Wang Shidong
07fe224817
Update doc and wiki (#3353) 2020-02-16 16:15:32 +08:00
Shidong Wang
4c7e254ef8 Fix type 2020-01-30 15:18:31 +08:00
Wang Shidong
de79995a34
Add lang#ring layer (#3311) 2020-01-29 21:27:15 +08:00
Wang Shidong
1c7566141e
Update Wiki (#3310) 2020-01-29 13:37:55 +08:00
Wang Shidong
00ac2987e4
Release v1.3.0 (#3213) 2019-11-04 22:00:58 +08:00
Wang Shidong
d7e6828166
Add lang#gosu layer (#3106) 2019-10-02 13:29:26 +08:00
wsdjeg
7bd3d88502 Update languages list 2019-10-02 12:48:40 +08:00
wsdjeg
06032d6283 Update languages list in wiki 2019-09-26 22:05:42 +08:00
Wang Shidong
90f46d2886
Add lang#foxpro layer
* Add lang#foxpro layer

* Update

* Update doc

* Update doc
2019-09-26 21:45:02 +08:00
Wang Shidong
bd8f1a0c05
Add lang#idris layer (#3081) 2019-09-24 15:59:34 +08:00
Wang Shidong
c67996af37
Add lang#batch layer (#3079) 2019-09-23 10:57:29 +08:00
wsdjeg
bb88f4c60a Update layer list and wiki 2019-09-22 22:15:18 +08:00
Wang Shidong
acef860b2d
Add todo for programming languages (#2921) 2019-09-22 21:20:23 +08:00
wsdjeg
79e39174a1 Update Following HEAD 2019-09-18 22:26:15 +08:00
Wang Shidong
27aa5d038b
Release v1.2.0 (#2947) 2019-07-18 22:36:59 +08:00
wsdjeg
cdc60d8144 Update Following HEAD 2019-07-16 22:42:30 +08:00
wsdjeg
1ff08cbfea Fix flygrep script 2019-07-09 23:14:35 +08:00
Shidong Wang
573107d7d3 Update Following HEAD page 2019-05-11 14:05:04 +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
Wang Shidong
5e8a168add
fix Vimfiler defx support (#2691)
* Fix SPC j d

* Fix windisk for defx

* Add s t key binding for defx

* remove key binding

* Fix wiki
2019-03-23 21:22:13 +08:00
Shidong Wang
6db3302235 Update Following HEAD page 2019-03-04 21:26:48 +08:00
Lin Kun
5e64d6379b Doc: fix typos. (#2551) 2019-02-03 20:51:00 +08:00
Wang Shidong
f507c2cf84
Change: rename tags layer && improve cscope layer (#2509) 2019-02-02 22:26:35 +08:00
Wang Shidong
4e063bb322
Fix Resolve in windows (#2549) 2019-02-02 21:59:53 +08:00
Shidong Wang
f11b6b525e Update following HEAD page 2019-01-21 22:58:28 +08:00
Wang Shidong
b448b0a40f
Add plugin for git log (#1963)
Impore the git transtate key binding, and add a plugin for view git log.
2019-01-01 06:43:33 -06:00
Wang Shidong
e06ec9bcbd
Add script to generate followHEAD page (#2391) 2018-12-29 09:43:50 -06:00
Shidong Wang
f06abb5da4 Fix type in wiki
the next version of SpaceVim is v1.1.0
2018-12-29 13:11:30 +08:00
Wang Shidong
1d38703374
Fix preview in flygrep (#2256) 2018-12-28 21:13:55 -06:00
Wang Shidong
648f010cf3
Add some log for flygrep (#2388)
* add some debug info for flygrep
* new feature: hide cursor when using gvim
2018-12-28 09:48:18 -06:00
Aaron Boushley
b0aa2f2aa3 Rework faq.md phrasing.
Also update scala.md.
2018-12-27 10:20:49 -07:00
Dyno Fu
119418756b [issue#2367]: clear rootDir cache after rooter pattern changed (#2370)
> SpaceVim will try to find root before loadding custom config,
  > so that is why It can not find your project root. yes, if the
  > project rooter patterns is change the cache should be cleared.

  The fix here is create a shadow copy of
  `g:spacevim_project_rooter_pattern` and if user changed it should
  be different from the shadow version, we clear the cache and sync
  them again.
2018-12-27 09:18:29 -06:00
Wang Shidong
44a8af57b9
Release v1.0.0 (#2377) 2018-12-25 22:04:36 +08:00
Wang Shidong
df4810fa80
Change default font (#2373)
* Add function for close and reopen issue

* Fix font configuration

* Add fonts link

* Update wiki
2018-12-23 21:55:41 +08:00
Wang Shidong
37bde366dc
Fix vimdoc support in windows (#2372)
* Fix vimdoc support in windows

ref:
- https://github.com/neovim/neovim/issues/9391
- https://github.com/google/vimdoc/issues/106

* Update wiki
2018-12-23 10:58:16 +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
Wang Shidong
00804a6565
Add log for generate config (#2369)
* Add log for generating config

* Log bootstrap after error

* Update wiki
2018-12-21 23:26:34 +08:00
Shidong Wang
8710393b4b Update following HEAD page 2018-12-20 23:21:39 +08:00
Sarunas Valaskevicius
a3f48a198a update release notes 2018-12-19 16:05:36 +00:00