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

4133 Commits

Author SHA1 Message Date
Wang Shidong
53a20b8549
Change: enable relativenumber only in current win (#2771)
* Change: enable relativenumber only in current win

* Implement feature

* Only use bufenter and winenter autocmd
2019-04-26 21:43:46 +08:00
Wang Shidong
05852f87f3
Fix guide ctrl- key (#2770) 2019-04-26 21:18:26 +08:00
Wang Shidong
85af6cd37c
Fix enter in insert mode (#2768)
close #1857
2019-04-24 23:21:30 +08:00
Wang Shidong
d8a60cabca
Add python plugin (#2767)
close #1987
2019-04-24 22:54:44 +08:00
Wang Shidong
b506b659e3
Update doc for quickfix_doc (#2766)
* Update doc for quickfix_doc

* Update cn doc
2019-04-24 22:14:22 +08:00
Shidong Wang
d49da9ae3e Add product hunt link 2019-04-24 21:20:48 +08:00
Wang Shidong
b627d2e8ab
Update git layer (#2761)
* Update git layer

* Disable signify when git layer is loaded

* Add key binding

* Update key binding

* Update doc
2019-04-24 21:13:20 +08:00
Ned Ludd
37e92abe67 Switch installation to .toml format (#2765) 2019-04-24 09:48:13 +08:00
keisuke-t
f1dc85d4ad Add lang#slim layer (#2759)
close #2758
2019-04-21 22:33:45 +08:00
Shidong Wang
b421c83a8a Fix defx config 2019-04-21 21:42:28 +08:00
ken
8dcde203a3 Small grammar fixes in docs (#2755) 2019-04-20 13:10:18 +08:00
Shidong Wang
05670f2d3f Update index 2019-04-19 09:36:19 +08:00
Wang Shidong
c2228a6db9
Fix SPC j d/D key binding (#2753) 2019-04-18 22:09:28 +08:00
Lin Kun
456ad32bf2 Fixed: ChineseLinter.vim config (#2534) 2019-04-18 20:31:42 +08:00
Wang Shidong
c7ce5499e4
Fuzzy find tag (#2745)
* Add fuzzy find tags command

* Add key binding
2019-04-13 22:12:57 +08:00
Wang Shidong
dc1975038f
Add bepo layout support (#2746) 2019-04-13 22:12:33 +08:00
Wang Shidong
0a2be9fb93
Add layer option for git layer (#2583)
* Add layer option for git layer

* Change git diff command

* Change git push

* Add vim-dispatch
2019-04-13 16:31:16 +08:00
Shidong Wang
e55f041ad3 Move fugitive to git layer
close #2545
2019-04-13 15:42:27 +08:00
Shidong Wang
57ceada2c0 Update development page 2019-04-13 14:48:24 +08:00
Wang Shidong
0ae0cd55f4
Add option for clang based syntax highlight (#2744)
* Add option for clang based syntax highlight

* Update cn doc
2019-04-13 13:56:41 +08:00
Wang Shidong
b49700ef49
Fix completor delay (#2742)
* Fix completor delay

close #2609
2019-04-13 13:29:14 +08:00
Wang Shidong
91f25ce169
Fix defx_root_check (#2741) 2019-04-12 22:20:44 +08:00
Wang Shidong
8153e523c2
Fix chat key bindings (#2739)
close #2666
2019-04-11 23:37:34 +08:00
Shidong Wang
21c91553d9 Update page 2019-04-11 22:01:09 +08:00
Wang Shidong
071b6bc15b
Fix highlight mode (#2652)
* Fix

* Fix highlight_mode
2019-04-11 21:08:11 +08:00
Wang Shidong
301037d9f1
Update fuzzy find layer doc (#2737)
* Update doc

* Update doc
2019-04-11 11:29:14 +08:00
Wang Shidong
ed51e65daf
Change home and end key in defx buffer (#2738)
* Change home and end key in defx buffer

* Add Ctrl-home key binding

* Update doc
2019-04-11 11:28:50 +08:00
Wang Shidong
c14804c4e7
Fix use stdin (#2735) 2019-04-10 23:42:17 +08:00
Lin Kun
652ddcfbbd Add: add 2 new key bindings 'C' and 'X' for iedit(#2728) 2019-04-10 23:10:53 +08:00
Wang Shidong
bc0057858b
Update version to v1.2.0-dev (#2732) 2019-04-09 21:30:48 +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
5404fd4705
Improve iedit mode (#2725) 2019-04-05 15:42:50 +08:00
Shidong Wang
10153e8389 Add: iedit mode key binding x 2019-04-04 22:02:06 +08:00
Lin Kun
b905448fbc Add: add a new key binding 's' for iedit-model. (#2723) 2019-04-04 19:40:07 +08:00
Shidong Wang
fa2fb7ab55 Fix test layer doc 2019-04-03 22:19:10 +08:00
Shidong Wang
f497462836 Remove pull request link 2019-04-03 22:07:34 +08:00
Shidong Wang
372bb56b9b Remove py 2019-04-03 22:01:54 +08:00
Shidong Wang
4ae4cad290 Fix defx 2019-04-03 22:01:31 +08:00
alanding
dc3c23fe3e enhance defx keymap l 2019-04-03 12:56:53 +08:00
alanding
9e5134001d Revert "change nvim floating window API in flygrep, guide"
stay the same with spc
This reverts commit 2604904c8e.
2019-04-03 12:49:01 +08:00
alanding
a57db5788b Merge branch 'master' of github.com:alanding1989/SpaceVim
merge
2019-04-03 10:56:40 +08:00
alanding
707f4d3e14 Merge branch 'master' of github.com:SpaceVim/SpaceVim 2019-04-03 10:43:38 +08:00
Wang Shidong
e2cb874ed1
Fix project switch function (#2718)
Add fzf menu support
2019-04-02 22:57:20 +08:00
zeroryuki
c50ea97e08 Add: option for list number of files on home (#2687)
* Add: option for list number of files on home

* remove unwanted file
2019-04-02 21:08:08 +08:00
Alessio Linares
a3342e0dbe Enable test layer configuration (#2669)
* Enable test layer configuration

* test layer settings separator changed from - to _
2019-04-02 21:07:25 +08:00
alanding
96d7cc4f58 Merge branch 'master' of github.com:SpaceVim/SpaceVim 2019-04-02 05:24:34 +08:00
Bret Fisher
afbd54a538 fix alias in Docker Hub README.md (#2715)
Changed double to single quotes in the alias example so shells will interpret `$(pwd)` at alias runtime rather than load time.

For background on shell double vs. single quotes, see:
https://stackoverflow.com/a/5573447/749924
https://unix.stackexchange.com/a/355637/36204

Bonus Thank You's:
1. SpaceVim is awesome and I tell everyone about it.
2. The SpaceVim image is my new favorite way to test issues I'm having on host SpaceVim, and it's always my host config's fault :P
2019-03-31 08:03:19 +08:00
AlanDing
3b207410f8
Merge branch 'master' into master 2019-03-31 00:31:07 +08:00
Lin Kun
133b9d4757 Doc: fix a markdown sytax error. (#2714) 2019-03-30 14:00:58 +08:00
alanding
2604904c8e change nvim floating window API in flygrep, guide 2019-03-29 14:36:10 +08:00