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

1901 Commits

Author SHA1 Message Date
Adrien Bouttier
9baf2f0154 Add custom palette 2017-10-23 10:37:17 +02:00
Wang Shidong
20c677c6cf Merge pull request #920 from sei40kr/feature/haskell-setup
Added auto-completion settings for Haskell
2017-10-22 10:23:24 -05:00
Wang Shidong
d4474199ee Merge branch 'dev' into feature/haskell-setup 2017-10-22 10:18:13 -05:00
Wang Shidong
6861bf8583 Merge pull request #919 from sei40kr/feature/echodoc
Added Shougo/echodoc.vim to autocomplete layer
2017-10-22 10:17:42 -05:00
Wang Shidong
9d15acdbf0 Merge branch 'dev' into feature/echodoc 2017-10-22 10:11:00 -05:00
Wang Shidong
5e6eaa2183 Merge branch 'dev' into feature/haskell-setup 2017-10-22 10:10:43 -05:00
wsdjeg
d491697c58 Disable cache 2017-10-22 22:57:23 +08:00
wsdjeg
7ab778dbbe Skip windows test for vim#buffer api 2017-10-22 22:55:06 +08:00
Seong Yong-ju
333fe529cb Added auto-completion settings for Haskell
Added auto-completion settings for Haskell to use eagletmt/neco-ghc.
2017-10-22 23:51:32 +09:00
wsdjeg
05abdf2d4a Add test 2017-10-22 22:50:28 +08:00
wsdjeg
782cbefa35 Fix old version vim 2017-10-22 22:45:16 +08:00
wsdjeg
707a65f9be Fix unkown func 2017-10-22 22:40:04 +08:00
wsdjeg
73d0fb28b0 Add log 2017-10-22 22:37:44 +08:00
wsdjeg
21755a25ee Skip job test in windows 2017-10-22 22:31:59 +08:00
wsdjeg
e7352fac71 Update vim#buffer api 2017-10-22 22:25:12 +08:00
Seong Yong-ju
b18f24a8a3 Added Shougo/echodoc.vim to autocomplete layer
Added a new plugin Shougo/echodoc.vim to autocomplete layer.
2017-10-22 23:15:01 +09:00
wsdjeg
30cff2d569 Update appveyor 2017-10-22 22:14:36 +08:00
wsdjeg
7a1ea156c7 Clone dein 2017-10-22 22:03:31 +08:00
wsdjeg
ba1b9179f3 Enable cache 2017-10-22 21:51:08 +08:00
wsdjeg
613882f33b Enable test in windows 2017-10-22 21:37:17 +08:00
wsdjeg
7f61c0964d Update appveyor setting 2017-10-22 21:27:45 +08:00
Wang Shidong
e62ced5956 Merge pull request #907 from HiBigBob/statusline-display-mode
Display mode in statusline like in some airline theme
2017-10-20 19:02:59 -05:00
Adrien Bouttier
d43db5a039 Display mode in statusline like in some airline theme 2017-10-19 13:04:43 +02:00
Wang Shidong
ee1763614e Merge pull request #905 from felixonmars/patch-1
Fix a typo in doc/SpaceVim.txt
2017-10-19 04:11:51 -05:00
Felix Yan
66688235ae Fix typos in autoload/SpaceVim.vim 2017-10-19 16:23:38 +08:00
Felix Yan
b87ea593a8 Fix a typo in doc/SpaceVim.txt 2017-10-19 12:39:28 +08:00
wsdjeg
81caf7521c Add test for command api 2017-10-17 23:23:07 +08:00
wsdjeg
b75606a405 Add debug for job api 2017-10-17 23:11:16 +08:00
wsdjeg
a344f57c0d Fix pmd plugin 2017-10-17 17:22:05 +08:00
wsdjeg
8d7a581847 Fix command options 2017-10-17 16:59:22 +08:00
wsdjeg
8e2eb7ee83 Fix api 2017-10-17 16:24:45 +08:00
wsdjeg
21985591d3 Fix command api 2017-10-17 16:15:54 +08:00
wsdjeg
768aca9351 Improve complete type 2017-10-17 16:05:52 +08:00
wsdjeg
c112db2a98 Update command api 2017-10-17 15:58:55 +08:00
wsdjeg
b067b95bf9 Add command APIs 2017-10-17 15:37:29 +08:00
wsdjeg
f1594388cb Add options 2017-10-17 00:17:31 +08:00
wsdjeg
422369a072 Add PMD command 2017-10-17 00:11:21 +08:00
wsdjeg
a3da73592d Add help gif 2017-10-16 23:22:48 +08:00
Wang Shidong
e30ab0b936 Merge pull request #900 from sei40kr/dev
Made gitcommit completion source changeable
2017-10-16 22:47:46 +08:00
Wang Shidong
ee5f6875cc Merge pull request #901 from blueyed/covimerage-stable
tests: use stable covimerage
2017-10-16 22:46:44 +08:00
Daniel Hahler
02c15db0e4 gitignore: .coverage.covimerage
[ci skip]
2017-10-15 15:59:59 +02:00
Daniel Hahler
7dd2e2b6f1 Travis: unset xtrace at the end 2017-10-15 15:55:46 +02:00
Daniel Hahler
267974d1ab tests: use stable covimerage 2017-10-15 15:51:46 +02:00
Seong Yong-ju
b707a2e84c Made gitcommit completion source changeable
Made gitcommit completion source changeable.
* Made `deoplete#ignore_sources.gitcommit` in `config/plugins/deoplete.vim` changeable.
2017-10-15 19:49:44 +09:00
Wang Shidong
ea904c49ec Merge pull request #898 from qianlei90/fix_typo
typo: fix typo 'colorcolume' in ui.
2017-10-15 08:13:05 +08:00
Wang Shidong
19dbedddde Merge branch 'dev' into fix_typo 2017-10-15 07:26:38 +08:00
Wang Shidong
48fc54a3cf Merge pull request #886 from hrokr/dev
Edits: Minor spelling and grammar changes
2017-10-14 21:36:08 +08:00
Wang Shidong
cee4564ac4 Merge branch 'dev' into dev 2017-10-14 21:35:53 +08:00
Qian Lei
5f92f42131 typo: fix typo 'colorcolume' in ui.
Signed-off-by: Qian Lei <qianlei90@gmail.com>
2017-10-14 17:30:17 +08:00
wsdjeg
0dde72f483 Add gif for mapping guide 2017-10-13 22:03:08 +08:00