1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:20:06 +08:00
Commit Graph

239 Commits

Author SHA1 Message Date
Nikolaus Sucher
5495f70caa Spelling and grammar corrections (#2005)
* corrected spelling error

* edited English and corrected spelling error

* corrected spelling error
2018-08-01 06:44:34 +08:00
Wang Shidong
6da92d6c30
Improve debug info (#1991) 2018-07-28 15:25:12 +08:00
Wang Shidong
a41d4a0ae1
Fix plugin manager (#1962)
use dein only when has patch 7.4.2071
2018-07-21 15:34:13 +08:00
Tzuhsing Gwo
8b60bc1280 Fix #1581 2018-07-18 17:12:38 +08:00
Jakub Nowak
c5315fbb76 🎁 Allow disabling of parentheses autocompletion 2018-07-06 11:04:31 +02:00
Wang Shidong
d724d9e986
Improve the tabmanager (#1887) 2018-07-02 14:08:47 +08:00
Wang Shidong
db524ed222
Change spacevim option (#1843)
* Change SpaceVim option name

change enable_statusline_display_mode to enable_statusline_mode
2018-06-18 16:12:31 +08:00
Wang Shidong
e76540e0fc
Update version: 0.9.0-dev (#1842)
* New version 0.9.0-dev

* Update release script
2018-06-18 15:53:47 +08:00
Wang Shidong
7a91d3bc2f
Release v0.8.0 2018-06-18 14:01:56 +08:00
wsdjeg
9a3b59c818 Update help file 2018-06-15 20:41:11 +08:00
Wang Shidong
1a4428600d
Update help file for toml (#1817) 2018-06-10 23:30:02 +08:00
Wang Shidong
1472a549c6
Doc: improve SpaceVim doc (#1758)
* Update shell layer doc

* Update script for update layer index

* Update script for update layer index

* Update colorscheme layer doc

* Update autocomplete layer doc

* Update checkers layer doc

* Update chinese layer doc

* Update chat layer doc

* Update faq

* Update VersionControl layer doc

* Update help file

* Update cscope layer doc

* Use cn group

* Update debug layer doc

* Update ctrlp layer doc

* Update default layer doc

* Improve the community page

* Improve the community page

* Update default layer doc

* Update denite layer doc

* Update git layer doc

* Update ui layer doc

* Update tags layer doc

* Update leaderf layer doc

* Update fzf layer doc

* Update unite layer doc

* Update tools layer doc

* Update index

* Update tools#dash layer doc

* Update lsp layer doc

* Update faq
2018-05-27 13:05:57 +08:00
wsdjeg
d4cab1f4bf Fix key bindings Tab 2018-05-11 19:51:39 +08:00
wsdjeg
50e27d9c56 Improve vimcompatibal mode
close #1661
2018-04-29 09:19:12 +08:00
Wang Shidong
2b5a987950
Use toml as default config file. (#1636)
Add toml config support
2018-04-21 09:58:23 -05:00
Wang Shidong
b362f23bec
Add json example (#1625)
* Add json example

* Add json func

* Add json support
2018-04-18 07:40:37 -05: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
fdd0ba7c45 Fixup 2018-04-09 22:30:10 +08:00
Wang Shidong
5fbd92c607
Use deoplete only for vim8 (#1604)
* Use deoplete only for vim8

* Use deoplete only for vim8

* Fix gui fonts

* Fix 74

* Fix up

* Fix issue
2018-04-09 20:07:27 +08:00
wsdjeg
2aeaf41bfb Fix indent config
close #1322
2018-04-01 21:13:49 +08:00
wsdjeg
2eafe0c41d Fix welcome func
close #1581
2018-04-01 13:55:06 +08:00
wsdjeg
20a5abb459 Fix smart quit in help buffer 2018-03-31 20:53:07 +08:00
Miguel Madrid Mencía
d9547cf232
Fix typo: configration -> configuration 2018-03-31 12:42:03 +02:00
Wang Shidong
9b315efb85
Update documentation about statusline colors (#1545)
close #1395
2018-03-24 08:15:45 -05:00
Wang Shidong
208fd8c823
Type: fix doc of statusline separator (#1537)
close #1515
2018-03-23 09:08:37 -05: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
6feff44a0d Disable colorscheme by default 2018-03-18 16:28:43 +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
Wang Shidong
e088980f74
Improve Version Control layer (#1470) 2018-03-12 21:00:24 +08:00
Wang Shidong
e55d6cf270
Improve core config (#1455)
* Improve core config

* Fixup

* Update mode

* Remove plugin groups

* Enable denite layer if has +py3

* Update dev scripts

* Add project patten pom.xml for java layer

* Add tools layer
2018-03-03 21:52:08 +08:00
Wang Shidong
c580ac62ee
Rewrite plugin manager (#1446)
* Rewrite plugin manager

* Rewrite plugin manager

* Improve max processes

* Fix

* Fixup

* Fixup

* Fixup

* Fixup

* Fixup

* Add func for terminal plugin manager

* Fix plugin manager

* Add key binding for view plugin status
2018-03-02 21:17:30 +08:00
wsdjeg
3ea4db4768 Update default 2018-02-25 22:07:18 +08:00
wsdjeg
2fce217291 Disable some layers 2018-02-25 21:29:43 +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
Wang Shidong
a2400b7d27
Relicense (#1406) 2018-02-15 22:25:03 +08:00
wsdjeg
497a07dca2 Fix custom config path
close #1370
2018-02-03 21:13:00 +08:00
wsdjeg
181e778166 Fix deoplete support 2018-02-03 19:49:18 +08:00
wsdjeg
16a812f8df Fix #1266 2018-01-18 20:34:43 +08:00
wsdjeg
7fa7c6378e Add option for config filetype icon 2018-01-17 21:34:44 +08:00
wsdjeg
65efdb7f4c Add option for restore q key 2018-01-14 23:48:44 +08:00
wsdjeg
d1ce686e09 Change root 2018-01-14 23:08:56 +08:00
wsdjeg
093d27afc5 Update doc for vim-diff 2018-01-07 12:12:34 +08:00
wsdjeg
5261e59a37 Fix info icon 2018-01-07 11:01:04 +08:00
wsdjeg
a68f560ed9 Fix up 2018-01-05 01:36:27 +08:00
wsdjeg
eb5f443d46 Update version to v0.7.0-dev 2017-12-30 21:48:29 +08:00
wsdjeg
50556eb745 V0.6.0 2017-12-30 20:41:30 +08:00
wsdjeg
b49b7a8eea Disable welcome when load session at startup 2017-12-27 23:32:32 +08:00
wsdjeg
cfa6a071e7 Merge branch 'dev' into custom 2017-12-16 15:48:52 +08:00