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

3233 Commits

Author SHA1 Message Date
wsdjeg
dd14d886ab Add twitter add facebook 2017-01-08 01:40:55 +08:00
Wang Shidong
98402d0060 Merge pull request #66 from SpaceVim/improve_leader
Improve leader
2017-01-08 01:32:22 +08:00
wsdjeg
ff68c91734 Add leader guide, Fix startup
close https://github.com/Shougo/dein.vim/issues/177
2017-01-08 01:29:23 +08:00
wsdjeg
4ed4eb76e6 Silent checkinstall on startup 2017-01-08 00:57:00 +08:00
wsdjeg
d97f0b81d2 Fix colorscheme loaded
close #63
2017-01-08 00:17:32 +08:00
wsdjeg
443bc9cd24 Fix neomake support 2017-01-07 23:02:17 +08:00
wsdjeg
67518d831d Add g:spacevim_lint_on_save 2017-01-07 23:01:13 +08:00
wsdjeg
35e9884602 Add plugins.vim 2017-01-07 19:49:29 +08:00
wsdjeg
e7bee21616 Add vimtex 2017-01-07 19:27:19 +08:00
wsdjeg
2b27f2bfe5 Merge branch 'enable_https' into dev 2017-01-07 16:57:27 +08:00
wsdjeg
02bbe5b2c1 Fix guifont option 2017-01-07 16:49:21 +08:00
wsdjeg
7cadc9a9de Remove plugins 2017-01-07 15:44:10 +08:00
wsdjeg
ba4e3eb469 Autocomplete done 2017-01-07 15:06:09 +08:00
wsdjeg
afcc55e059 Split autocomplete 2017-01-07 14:55:17 +08:00
wsdjeg
102dacc744 Add neoformat 2017-01-07 12:38:53 +08:00
wsdjeg
95e4eb7919 Enable https for spacevim.org 2017-01-07 12:17:46 +08:00
Wang Shidong
ffc5e7537a Merge pull request #58 from SpaceVim/startup_windows
Startup windows
2017-01-07 11:27:54 +08:00
wsdjeg
e8ba30ac73 Add screen shot 2017-01-07 11:25:38 +08:00
wsdjeg
71e52c5a54 Add SpaceVim welcom 2017-01-07 10:50:28 +08:00
wsdjeg
80407a48ca Improve start up windows 2017-01-07 10:19:19 +08:00
wsdjeg
e30e876f7b Remove duplicate plugin 2017-01-07 01:42:35 +08:00
wsdjeg
a960a7aa32 Enable check install by default
Fix #57
2017-01-07 01:18:10 +08:00
Wang Shidong
f77245f7ca Merge pull request #56 from SpaceVim/fix_custom_mappings
Load mapping before custom config
2017-01-07 01:13:45 +08:00
wsdjeg
9adf4dbd0a Load mapping before custom config 2017-01-07 01:09:56 +08:00
wsdjeg
81836a70bb Update readme for install script 2017-01-07 00:43:13 +08:00
wsdjeg
1e1f23f4d0 Improve install script 2017-01-07 00:31:30 +08:00
wsdjeg
1bf75fdfe7 Update doc for checkinstall on startup 2017-01-06 21:42:33 +08:00
Wang Shidong
b7c3881446 Merge pull request #54 from SpaceVim/colorschemes
Add a list of coloerschemes
2017-01-06 21:23:31 +08:00
wsdjeg
fb5f7bb4a3 Add a list of coloerschemes
thanks for https://github.com/rafi/awesome-vim-colorschemes

Fix #50
2017-01-06 21:20:46 +08:00
wsdjeg
7a1958308c Fix mobile version 2017-01-06 20:40:23 +08:00
wsdjeg
05800f554f Merge branch 'dev' of github.com:SpaceVim/SpaceVim into dev 2017-01-06 19:41:26 +08:00
wsdjeg
6d0ff25ff7 Fix mobile version 2017-01-06 19:41:03 +08:00
Wang Shidong
6354f60ea9 Merge pull request #53 from SpaceVim/fix_true_color_support
Add option for true color support

Fix #43
2017-01-06 19:17:26 +08:00
wsdjeg
2a6296d4fe Add option for true color support
Add `let g:spacevim_enable_guicolors == 0` to `~/.local.vim` to disable
true colors.
2017-01-06 19:13:33 +08:00
wsdjeg
6c89adc114 Fix title 2017-01-06 00:51:27 +08:00
wsdjeg
59d4f5de5f Update readme 2017-01-06 00:47:01 +08:00
wsdjeg
190eb067f7 Merge branch 'dev' of github.com:SpaceVim/SpaceVim into dev 2017-01-06 00:22:28 +08:00
wsdjeg
96358f2cc0 Add logo 2017-01-06 00:22:20 +08:00
Wang Shidong
367a891ead Merge pull request #42 from SpaceVim/Fix-#41
Fix #41
2017-01-06 00:00:16 +08:00
Wang Shidong
fe47e5f8ae Update init.vim 2017-01-05 23:59:15 +08:00
wsdjeg
65d79ba9da Merge branch 'fix-custom-config' into dev 2017-01-05 22:45:25 +08:00
wsdjeg
d4169eb5a3 Fix lint 2017-01-05 22:34:10 +08:00
wsdjeg
48616984c0 Set options before custom conf 2017-01-05 22:18:55 +08:00
wsdjeg
777d7c1e22 Fix disable plugins options 2017-01-05 21:16:45 +08:00
wsdjeg
0cbac2d289 Merge branch 'dev' of github.com:SpaceVim/SpaceVim into dev 2017-01-05 20:58:19 +08:00
Wang Shidong
776c53ae41 Merge pull request #34 from mhinz/install/osx
[RFC] install: use readlink to resolve symlinks
2017-01-05 20:56:17 +08:00
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