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

684 Commits

Author SHA1 Message Date
Wang Shidong
2b5a987950
Use toml as default config file. (#1636)
Add toml config support
2018-04-21 09:58:23 -05:00
Zachary Churchill
4efe8cd5b5
Update haskell.md 2018-04-20 19:14:12 -04:00
wsdjeg
36ea951cfb Fix index 2018-04-18 22:06:36 +08:00
wsdjeg
35f2e71913 Update documentation 2018-04-18 22:02:58 +08:00
Wang Shidong
9a4b0281fe
Update community.md 2018-04-13 14:14:08 +08:00
Wang Shidong
a5fbe395e8
Update community.md
点击链接加入群聊【Vim/SpaceVim 用户③】:
2018-04-13 14:11:56 +08:00
Wang Shidong
dd166b107d
Update community.md 2018-04-13 13:25:19 +08:00
Wang Shidong
9b7338beca
Update community.md 2018-04-13 13:23:18 +08:00
Wang Shidong
d242d1c560
Update community.md 2018-04-13 12:48:15 +08:00
Wang Shidong
f880f996ee
Add vimcompatible mode (#1596)
* Add vimcompatible mode

close #1512

* Add vimcompatible mode
2018-04-12 20:47:22 +08:00
wsdjeg
6e1543c808 Use bash for 24-bit-color.sh
close #1599
2018-04-09 21:24:48 +08:00
wsdjeg
bf3b8b7654 Fix iedit key bindings 2018-04-06 15:37:28 +08:00
wsdjeg
459e8904c4 Fix iedit mode 2018-04-06 15:05:55 +08:00
Miguel Madrid Mencía
7ce113b2a5
Fix typos:
- warpprer -> wrapper
  - executeable -> executable
  - easist -> easiest
2018-03-31 20:10:23 +02:00
Miguel Madrid Mencía
d9547cf232
Fix typo: configration -> configuration 2018-03-31 12:42:03 +02:00
wsdjeg
93193ec572 Done 2018-03-30 21:42:48 +08:00
wsdjeg
95d46554b5 Improve denite layer 2018-03-30 21:36:00 +08:00
wsdjeg
dc23b36e30 Fix unite layer key bindings 2018-03-30 21:27:59 +08:00
wsdjeg
293d7984db Fix doc 2018-03-30 21:06:48 +08:00
wsdjeg
21a8c304e8 Update comunity 2018-03-29 22:28:06 +08:00
wsdjeg
72d459e4cf Update content 2018-03-29 21:43:55 +08:00
Yogendra Singh
9690fbd3da
Fix Syntax Error 2018-03-27 12:38:14 +05:30
Wang Shidong
abef4b7870
Improve colorscheme layer (#1549)
Add jellybeans hybrid and nord support
2018-03-25 05:01:48 -05:00
Wang Shidong
e71ddb6a55
Genarate roadmap from github milestones (#1547)
* Genarate roadmap from github milestones

* Improve roadmap vim script

* Done
2018-03-24 21:09:00 -05:00
Wang Shidong
9b315efb85
Update documentation about statusline colors (#1545)
close #1395
2018-03-24 08:15:45 -05:00
Wang Shidong
85501527e7
Update content for gitee (#1538) 2018-03-23 10:32:01 -05:00
Wang Shidong
fe5e8273d1
Fix version (#1526) 2018-03-22 08:47:12 -05:00
Wang Shidong
0639ba6406
Add gitee link to cn website (#1523) 2018-03-21 11:21:31 +08:00
Wang Shidong
86f1e5c6ca
Update version to v0.8.0-dev (#1520) 2018-03-20 21:40:57 +08:00
Wang Shidong
f088e5f18b
Release v0.7.0 (#1510) 2018-03-19 21:36:59 +08:00
wsdjeg
2b2323818d Fix 1485 2018-03-18 20:31:12 +08:00
wsdjeg
bc9cb0d6cd Add tools layer doc 2018-03-18 16:16:43 +08:00
wsdjeg
4e1e95a52a Fix #1489 2018-03-18 14:20:16 +08:00
Wang Shidong
deadfeffb2
Improve leaderf layer (#1498) 2018-03-18 00:48:23 -05:00
Wang Shidong
791ec8e72d
Update ctrlp layer (#1503) 2018-03-18 00:33:19 -05:00
Wang Shidong
f993796d6e
Add fzf layer (#1504) 2018-03-17 23:41:40 -05:00
Wang Shidong
44cdf7774c
Improve denite layer (#1491)
* Improve denite layer

All denite key bindings begins with `<Leader> f`
  " The default sources:
  " file: <Leader>ff
  " register: <Leader>fe
  " jump: <Leader>fj
  " messages: <Leader>fm
  " history/yank source <Leader>fh
  " quickfix source <Leader>fq
  " outline source <Leader>fo
  " localtion source <Leader>fl

`SPC T s` is for colorscheme.

ref https://github.com/Shougo/neoyank.vim/issues/14
2018-03-16 21:02:56 +08:00
Erlend Hamberg
ceed7ca131 Fix typo in install script (#1497) 2018-03-16 19:50:38 +08:00
Wang Shidong
9b8b054d91
Improve unite layer (#1487)
All unite key bindings begins with `<Leader> f`
  " The default sources:
  " file: <Leader>ff
  " register: <Leader>fe
  " jump: <Leader>fj
  " messages: <Leader>fm
  " history/yank source <Leader>fh
  " quickfix source <Leader>fq
  " outline source <Leader>fo
  " localtion source <Leader>fl

`SPC T s` is for colorscheme.
2018-03-15 21:47:42 +08:00
Wang Shidong
dac04f3e71
Add clever f (#1460) 2018-03-14 21:23:52 +08:00
Bryan
7b81cb5f6c
Edit because jshell was introduced with java9.
Hi I really appreciate all the mentions of these plugins and will definitely try these out sometime. 
Any I'd like to propose a small correction to prevent confusion. 
Jshell was introduced with Java9
2018-03-12 10:22:31 -05:00
Wang Shidong
e088980f74
Improve Version Control layer (#1470) 2018-03-12 21:00:24 +08:00
Wang Shidong
f5d1d0e5b4
Improve readme (#1463)
* Update readme

* Update sponsors
2018-03-04 20:41:56 +08:00
Wang Shidong
52eb8de9ff
Merge branch 'master' into default 2018-02-25 22:37:14 +08:00
wsdjeg
3ea4db4768 Update default 2018-02-25 22:07:18 +08:00
Wang Shidong
d5addd1a8e
Merge pull request #1443 from techgaun/layers-page
fix layers html table
2018-02-25 21:37:16 +08:00
techgaun
28a5a1ecf4
fix layers html table 2018-02-25 02:58:32 -06:00
techgaun
b25ed72517
fix spelling errors in documentation 2018-02-25 00:04:31 -06:00
wsdjeg
307aa50e5d Fix indent 2018-02-25 01:06:18 +08:00
wsdjeg
3ac76a0ca8 Better default
Fix up

Fix up

Fix up

Fix rtp

Update project layout

Fix colorscheme layer

Add colorsheme

close #1308

Close #1307

Set default fillchars

Move cache to cache

Disable lang layer

Remove layers

Fix crash

ref : https://github.com/neovim/neovim/issues/7876

Fix plugin manager

Filter same filename:linenumber in flygrep

Fix type
2018-02-25 01:04:54 +08:00