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

3668 Commits

Author SHA1 Message Date
Stefan Lendl
08a2e30bbe make tmux navigator modifier configuarable
[options]
tmux_navigator_modifier = 'alt'

currently only 'alt' and the default 'ctrl' is possible
2018-11-16 10:52:10 +01:00
Wang Shidong
e04c2cdb05
Update roadmap (#2284) 2018-10-28 22:18:17 +08:00
Wang Shidong
869358a9d9
Improve Spacevim api (#2250) 2018-10-28 20:52:12 +08:00
Liu Chunlei
a651a017f6 fix Go lang layer mapping command bugs (#2265) 2018-10-18 17:10:46 +08:00
Wang Shidong
52f3fa4e33
Update statusline.md 2018-10-09 10:53:38 +08:00
Wang Shidong
496b09fc67
Update statusline.md
Close #2247
2018-10-09 10:52:39 +08:00
Wang Shidong
97f8c272f0
Hotfix layer list index (#2249) 2018-10-09 08:50:42 +08:00
Wang Shidong
09dba2408c
Add lang#scheme layer (#2248)
* Add scheme runner

* Add repl

* Add lang#scheme layer doc

* Add lang#scheme layer doc

* Update layer list

* Update wiki
2018-10-08 12:07:04 +08:00
Wang Shidong
dc67b67a97
Update cn wiki (#2246) 2018-10-07 20:28:58 +08:00
ssfjhh
dc0e5d660f Correct typos (#2245) 2018-10-07 16:12:07 +08:00
Wang Shidong
5485d0f742
Merge pull request #2243 from birdayz/master
fix typo
2018-10-07 09:28:15 +08:00
Johannes Brüderl
a127122369
fix typo 2018-10-07 02:50:27 +02:00
Wang Shidong
ada34a8424
Update wiki (#2241) 2018-10-06 19:28:51 +08:00
Wang Shidong
540b556d19
Add function for config searching tool (#2235) 2018-10-06 19:26:05 +08:00
Wang Shidong
00c5192eac
Add docker spacevim (#2238) 2018-10-06 12:51:37 +08:00
Wang Shidong
240d839614
Add autocomplete delay option (#2236) 2018-10-06 10:15:19 +08:00
Wang Shidong
aabe1674ca
Add spinners api (#1926) 2018-10-03 23:20:04 +08:00
Wang Shidong
27200eee8b
Add: A better way to use find with vim (#1777) 2018-10-03 21:47:43 +08:00
Wang Shidong
c4be5b44d4
Use register + only when has unnamedplus (#2231)
close #2202
2018-10-03 15:55:37 +08:00
Wang Shidong
3fcf185924
Type in java ide (#2229) 2018-10-03 13:48:25 +08:00
Wang Shidong
82c21c8aec
Change gitment colorscheme (#2228) 2018-10-03 13:34:11 +08:00
wsdjeg
ea2561657f Fix gitment 2018-10-02 21:07:49 +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
34a3c4d64e
Update runtime log for startup (#2219) 2018-10-01 10:55:58 +08:00
Wang Shidong
ee02a29869
Change 2 leftmoust behavior in vimfiler (#2221) 2018-09-30 14:11:07 +08:00
Wang Shidong
ec87f52a28
Do not load language layer automatically (#2220) 2018-09-29 23:16:47 +08:00
Symphony
6762b7b56a Doc: add some tweaks on doc instructions (#2056) 2018-09-29 17:35:11 +08:00
Arith
3faa5ad523 fix denite file_rec key binding (#2210) 2018-09-28 00:10:36 +08:00
Wang Shidong
be24294f84
Update version to v1.0.0-dev (#2208) 2018-09-27 21:27:27 +08:00
Wang Shidong
be9d6267bf
Update pr id (#2207) 2018-09-27 20:27:02 +08:00
Wang Shidong
c826d21a98
Release v0.9.0 (#2203) 2018-09-26 21:52:28 +08:00
Wang Shidong
da27e211f7
Fix key binding for unite buffer (#2199) 2018-09-25 23:27:56 +08:00
Wang Shidong
4af37296a1
Add lang#puppet layer doc (#2198) 2018-09-25 23:06:21 +08:00
Wang Shidong
567c73f3df
Fix install cmd, improve shell layer (#2181) 2018-09-25 22:17:36 +08:00
Samar Dhwoj Acharya
d33a845d93 several spelling fixes in website (#2191) 2018-09-25 22:09:28 +08:00
Wang Shidong
7a9474795a
Fix up (#2197) 2018-09-25 22:05:49 +08:00
Wang Shidong
1651ede080
Add colorscheme frequency (#2189) 2018-09-25 15:56:41 +08:00
Wang Shidong
d5373fd27c
Merge pull request #2195 from gbrlcustodio/patch-1
Fixed missing endif at ruby config layer
2018-09-25 08:45:36 +08:00
Gabriel Custódio
6765e9d3dc
Fixed missing endif at ruby config layer 2018-09-24 11:02:57 -03:00
Wang Shidong
108e82629b
Improve denite layer (#2188) 2018-09-22 21:52:53 +08:00
Wang Shidong
a3287180e9
Merge pull request #2185 from thedelchop/add-pry-support-in-ruby-language-layer
Improve Ruby language layer to accept a custom REPL
2018-09-22 19:22:28 +08:00
Joseph DelCioppio
23e48dc47e Improve Ruby language layer to accept custom REPL
Taking a cue from the Lua language layer, update the Ruby language layer
to support specify a custom REPL. This command expects a valid path to
an executable, so a file path would be required if the executable is not
on your $PATH.
2018-09-21 23:11:51 -04:00
Wang Shidong
c4bbc664a2
Close #2030 (#2186) 2018-09-21 22:16:47 +08:00
Wang Shidong
479e89e2f5
Add lang#asciidoc layer (#2179) 2018-09-21 21:15:35 +08:00
Wang Shidong
9a6fc96964
Merge pull request #2184 from wsdjeg/jquery_cnd
Use bootCDN for jquery in cn page
2018-09-21 15:03:22 +08:00
Wang Shidong
92cd57a6a4
Update default.html 2018-09-21 15:00:58 +08:00
Wang Shidong
1245c43067
Use bootCDN for jquery in cn page 2018-09-21 14:59:53 +08:00
Wang Shidong
12411a98cd
Update sponsors.md 2018-09-21 13:00:09 +08:00
Wang Shidong
7c8c2ee93a
Update sponsors.md 2018-09-21 12:53:51 +08:00