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

6437 Commits

Author SHA1 Message Date
wsdjeg
9ba6798a23 Merge remote-tracking branch 'mhinz/install/osx' into dev 2017-01-05 20:53:42 +08:00
wsdjeg
3d918ecbb4 Add normal mappings : Shift + Tab
Fix #46
2017-01-05 20:46:58 +08:00
Marco Hinz
db5494c809
install: use readlink to resolve symlinks
The `file(1)` shipped on macOS doesn't resolve symlinks:

    $ echo foo > file
    $ ln -s file link
    $ /usr/bin/file link
    link: ASCII text

Unfortunately the `readlink(1)` on macOS doesn't support the `-f` flag as well,
so we just match against the end of the string.
2017-01-05 13:36:12 +01:00
wsdjeg
57868e221d Fix custom config 2017-01-05 20:12:43 +08:00
Wang Shidong
03640fa277 Merge pull request #45 from NamPNQ/patch-1
Fix typo
2017-01-05 18:02:36 +08:00
Phạm Ngọc Quang Nam
3d2c6964c2 Fix typo 2017-01-05 16:51:48 +07:00
Wang Shidong
0cace68e08 Update init.vim 2017-01-05 02:54:03 -06:00
Wang Shidong
7e34666bad Merge pull request #40 from SpaceVim/Fix-public-link
Update README.md
2017-01-05 15:28:44 +08:00
Wang Shidong
82feafa122 Update README.md 2017-01-05 14:25:37 +08:00
Wang Shidong
e743ec0d74 Merge pull request #39 from uncode/hotfix/fix-README
fixed README
2017-01-05 13:54:17 +08:00
LiShunQi
5ffb540c84 fixed README '
'
2017-01-05 13:42:10 +08:00
Wang Shidong
412ecf6460 Merge pull request #38 from Yggdroot/dev
beautify the README: add newlines
2017-01-05 10:51:29 +08:00
Yggdroot
72704071ce beautify the README: add newlines 2017-01-05 10:35:20 +08:00
wsdjeg
e94ea6170c Remove useless install section 2017-01-05 00:59:35 +08:00
wsdjeg
1ba7bbc080 Merge remote-tracking branch 'mhinz/install/cleanup' into dev 2017-01-05 00:10:22 +08:00
Marco Hinz
812f420202
README: address security concerns
Fixes #25.
2017-01-04 17:08:34 +01:00
Marco Hinz
3bf87c2858
README: use bash instead of sh 2017-01-04 17:08:33 +01:00
Marco Hinz
1af58d9c87
install: make shellcheck-clean 2017-01-04 17:08:33 +01:00
wsdjeg
5f1ee02dfb Merge branch 'dev' of github.com:SpaceVim/SpaceVim into dev 2017-01-04 23:53:57 +08:00
wsdjeg
82910514bd Add header for SpaceVim 2017-01-04 23:53:49 +08:00
Wang Shidong
5716733276 Merge pull request #27 from mhinz/readme/intro
README: reword intro and add vim-galore
2017-01-04 21:25:42 +08:00
Marco Hinz
2af72b78f5
README: reword intro and add vim-galore 2017-01-04 14:04:42 +01:00
wsdjeg
c011760a0f Type 2017-01-04 20:44:05 +08:00
wsdjeg
586b9e0520 Fix #20 2017-01-04 20:42:05 +08:00
wsdjeg
9d11054f1d Merge branch 'dev' 2017-01-04 19:36:06 +08:00
Wang Shidong
fd2b011d88 Merge pull request #23 from benjaminjosephw/documentation_table_fix
Add whitespace to table titles
2017-01-04 19:30:50 +08:00
Benjamin Williams
16fffcd0a7 Add whitespace to table titles
Some tables weren't rendering properly on gh-pages. Adding whitespace between the title and the table fixes this.
2017-01-04 10:12:44 +00:00
wsdjeg
208dd6d8b3 Fix head 2017-01-04 01:00:50 +08:00
Wang Shidong
dbb6747a6b Update README.md 2017-01-04 00:53:45 +08:00
wsdjeg
49321c7fad Fix install command 2017-01-04 00:23:56 +08:00
wsdjeg
474e40439d Add install.sh 2017-01-04 00:20:25 +08:00
wsdjeg
aba620ffff Merge branch 'example_pr' into dev 2017-01-03 23:16:40 +08:00
wsdjeg
2bd8477fbf Merge branch 'doc_example_pr' into dev 2017-01-03 23:16:23 +08:00
wsdjeg
906ad9793c Update readme 2017-01-03 23:16:17 +08:00
wsdjeg
ba9f5a4eaf Add doc for g:spacevim_plugin_bundle_dir 2017-01-03 22:56:34 +08:00
wsdjeg
19c37e4308 Remove config/autocmds.vim 2017-01-03 22:30:38 +08:00
wsdjeg
65a9e840fd Move autocmds into autoload 2017-01-03 22:29:54 +08:00
wsdjeg
de073c1a17 Merge branch 'master' into dev 2017-01-03 22:13:47 +08:00
wsdjeg
fae0aa7172 Update readme for ui 2017-01-03 21:27:50 +08:00
wsdjeg
4f5c723579 Merge from dev 2017-01-03 20:40:30 +08:00
Wang Shidong
070c437345 Set theme jekyll-theme-midnight 2017-01-03 20:35:34 +08:00
Wang Shidong
7aa28f6b95 Set theme jekyll-theme-architect 2017-01-03 20:34:12 +08:00
Wang Shidong
39bf37d2dd Create CNAME 2017-01-03 20:31:17 +08:00
wsdjeg
759ddf01c9 Generate tags for vim file 2017-01-03 00:27:11 +08:00
wsdjeg
30434fb515 Merge branch 'dev' of github.com:SpaceVim/SpaceVim into dev 2017-01-02 18:34:14 +08:00
wsdjeg
266d7b0cdd Add waffle into readme 2017-01-02 18:19:34 +08:00
Wang Shidong
3264394d43 Merge pull request #15 from AlphaLiu/dev
Thanks, merged!
2017-01-02 16:36:05 +08:00
Alpha
6d6f653526 Fix the guifont cannot take effect in MacOS. 2017-01-02 16:25:40 +08:00
wsdjeg
d6d2f49461 Disable indentline for help filetype 2017-01-02 16:13:23 +08:00
wsdjeg
f8f392ac16 Add checkers groups 2017-01-02 16:02:54 +08:00