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

1653 Commits

Author SHA1 Message Date
Wang Shidong
2d2365619c
Add org layer (#1718) 2018-05-12 20:53:25 +08:00
Wang Shidong
6c51289858
Add lang#r layer (#1717)
close #1107
2018-05-12 20:09:46 +08:00
wsdjeg
d4cab1f4bf Fix key bindings Tab 2018-05-11 19:51:39 +08:00
wsdjeg
8baf6793cc Fix language 2018-05-11 19:25:50 +08:00
wsdjeg
72d9052d35 Fix rtp 2018-05-09 20:36:35 +08:00
wsdjeg
817e5e162a Fix SPC f f key bindings 2018-05-08 21:05:55 +08:00
Wang Shidong
6dec60cc15
Add compatible API for matchaddpos (#1681)
* Fix #1679

* Fixup

* Fixup

* Fixup

* Fixup
2018-05-01 21:12:16 +08:00
wsdjeg
fd479f7523 Fix flygrep 2018-05-01 14:55:09 +08:00
wsdjeg
063cc3a143 Improve buffer switch key bindings
close #1430
2018-04-30 20:49:00 +08:00
Wang Shidong
3f32e6f379
Add asyncomplete-clang (#1671)
* Add asyncomplete-clang

* Update config
2018-04-30 13:31:34 +08:00
wsdjeg
427de049cc Fix config 2018-04-29 20:15:33 +08:00
wsdjeg
0d92b51c68 Add support for EVN SPACEVIMDIR 2018-04-29 13:48:12 +08:00
wsdjeg
da24616840 Fix vimcompatible mode 2018-04-29 10:26:01 +08:00
wsdjeg
0569bc12a9 Fix SPConfig 2018-04-29 09:48:54 +08:00
wsdjeg
2d19738ade Fix up 2018-04-29 09:35:29 +08:00
wsdjeg
50e27d9c56 Improve vimcompatibal mode
close #1661
2018-04-29 09:19:12 +08:00
Wang Shidong
f99ada6e2a
Merge pull request #1656 from zhujinxuan/phpmd
Prefer local phpmd.xml
2018-04-27 10:08:09 +08:00
zhujinxuan
8691edd6fa Do not overwrite the local config 2018-04-24 00:31:33 -04:00
zhujinxuan
8530c48a23 Prefer local phpmd.xml 2018-04-24 00:28:21 -04:00
zhujinxuan
688c0aac08 Change filetype assert 2018-04-23 19:33:53 -04:00
wsdjeg
95f27aaf20 Improve toml support 2018-04-23 20:37:15 +08:00
Wang Shidong
eac74ec4a0
Merge pull request #1637 from zhujinxuan/jsx-flow-syntax-highlight
Remove vim-javascript due to conflicts in flow-type and in jsx
2018-04-23 20:20:42 +08:00
Wang Shidong
1486d23031
Merge pull request #1653 from zhujinxuan/javascript-checktime
Only Reload when the filetype is javascript
2018-04-23 20:20:21 +08:00
Wang Shidong
750c9f3d01
Merge pull request #1652 from zhujinxuan/php-auto-fix
Add autofix feature for php with phpcbf
2018-04-23 20:19:55 +08:00
zhujinxuan
b522b21c4a only reload when the filetype is javascript 2018-04-22 23:41:57 -04:00
zhujinxuan
529c88a032 call System 2018-04-22 19:27:26 -04:00
zhujinxuan
d19950b62e Add autofix feature for php with phpcbf 2018-04-22 19:18:45 -04:00
wsdjeg
18910e48f7 Fix tags layer 2018-04-22 18:44:23 +08:00
wsdjeg
ef42ba235e Fix #1078 2018-04-22 15:15:34 +08:00
Wang Shidong
2b5a987950
Use toml as default config file. (#1636)
Add toml config support
2018-04-21 09:58:23 -05:00
zhujinxuan
290534c6be Remove vim-javascript due to conflicts in flow-type and in jsx 2018-04-19 12:04:06 -04:00
wsdjeg
43a529a9c4 Fix #1633 2018-04-19 00:19:35 +08:00
wsdjeg
35f2e71913 Update documentation 2018-04-18 22:02:58 +08:00
wsdjeg
83bfe0e5e8 Add buffer directory searching 2018-04-18 21:30:22 +08: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
ca0ef50614
Fixup (#1624)
* Implement async gitcommit

* Fix prs
2018-04-12 23:04:47 +08:00
Wang Shidong
1e5ba2553d
Add async support for gitcommit (#1623)
close #1379
2018-04-12 20:56:22 +08:00
Wang Shidong
91bc2e930e
Add windows transient state (#1602)
* Add windows transient state

* Add windows transient state
2018-04-12 20:47:49 +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
Jinxuan Zhu
78ebe5f1e6 sudo write does not work in neovim (#1539)
* sudo write does not work in neovim

* An external sudo layer for sudo maps

* Fix sudo.vim loading problem

* Use local function in mapping

* Add thanks; add s:_function

* use suda.vim to write; but without suda:// prefix

* reload by checktime
2018-04-12 20:46:51 +08:00
Wang Shidong
3dd9d869c0
Fix mru and buffer list key bindings (#1620)
* Fix 1615

* Fixup
2018-04-10 23:37:57 +08:00
Wang Shidong
3675b16098
Improve lang#c layer (#1619) 2018-04-10 22:16:53 +08:00
wsdjeg
fdd0ba7c45 Fixup 2018-04-09 22:30:10 +08:00
wsdjeg
9695f29cfb Fix plugin manager 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
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
Bret Fisher
0215bdf248
Fixes #1597, changes typo on file_rec 2018-04-04 00:21:07 -04:00
wsdjeg
2aeaf41bfb Fix indent config
close #1322
2018-04-01 21:13:49 +08:00
wsdjeg
1ff0bb3754 Clear screen when start flygrep 2018-04-01 20:26:12 +08:00