1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-30 23:10:31 +08:00

2710 Commits

Author SHA1 Message Date
Shidong Wang
bc7f2b270a Remove zvim.vim 2019-06-07 15:07:57 +08:00
Shidong Wang
721405f197 Move zvim util function to SpaceVim 2019-06-07 13:32:56 +08:00
Shidong Wang
a9931e0748 Use basic mode by default 2019-06-07 13:13:30 +08:00
Wang Shidong
325f941984
Improve plugin manager () 2019-06-07 12:12:42 +08:00
Shidong Wang
1cce7949bc Remove some zvim function 2019-06-07 11:48:33 +08:00
Wang Shidong
6f31fa3f15
Add coverage commands for python () 2019-06-02 16:43:38 +08:00
Shidong Wang
88340e285b Use gruvbox-community/gruvbox 2019-06-02 14:58:52 +08:00
Wang Shidong
805c1c3f34
Better deafult ()
* Change default windows index type

* Chaneg option enable_tabline_filetype_icon

change enable_tabline_filetype_icon to enable_tabline_ft_icon

* Disable true colors by default

* Changes default buffer_index_type to 4

* Change default statusline sep
2019-06-02 11:59:43 +08:00
Wang Shidong
4192fdcc6c
website: Use Vim as a C/C++ IDE () 2019-06-01 13:30:10 +08:00
Augustin Trancart
d773bbeb20 Fix: map VBG*SelectedText actions in correct mode ()
* Fix: map VBG*SelectedText actions in correct mode

These actions suppose that the user has previously selected a text.
Therefore, they won't be in normal mode when using these mappings.

* Fix: specify the correct encoding of this file

see https://github.com/syngan/vim-vimlint/issues/81#issuecomment-221818040
2019-05-31 20:56:52 +08:00
AlanDing
28081b1e07 change lang#c syntax config () 2019-05-31 20:56:30 +08:00
Varun Batra
6e2f042127 Add PHP filetype in Emmet ()
PHP is developed to be written inside HTML yet HTML tagging was not supported inside PHP files.
2019-05-31 20:56:03 +08:00
Wang Shidong
5f0dfcb2f0
Update doc ()
* Update doc

* Update doc

* Update doc

* Update doc
2019-05-30 21:14:39 +08:00
AlanDing
d46e4a5b86 update scala layer () 2019-05-30 21:13:52 +08:00
Wang Shidong
b38414aea5
Fix error_clear () 2019-05-26 22:01:20 +08:00
飘尘
ad44dbb07b Fix: indentLine plugin error () () 2019-05-20 14:47:27 +08:00
AlanDing
5496fb9676 Add Palenight ColorScheme ()
* add palenight colorscheme

* update palenight colorscheme

* fix palenight colorscheme

* add new option to colorscheme layer
2019-05-13 18:47:58 +08:00
AlanDing
3a0871ae6b fix a typo () 2019-05-12 10:38:55 +08:00
Wang Shidong
ee8b6df3aa
Add vimproc into debug layer () 2019-05-11 17:51:56 +08:00
Andrew Lee
256e9b9c3d modify Racer installation docs to fit what I had to do () 2019-05-11 16:52:31 +08:00
AlanDing
c8ae5841ac Change: Leader guide g, z () 2019-05-11 14:01:01 +08:00
Wang Shidong
64708d7856
Add post for php layer ()
Change phpcd to phpcomplete, as phpcd does not work in windows
2019-05-10 17:24:14 +08:00
Wang Shidong
5dd77fd6db
Fix markdown preview in gvim ()
* Add vim-node-rpc

close 

* Fix help section

merge and close 
2019-05-09 23:19:29 +08:00
Wang Shidong
ed4c4ec437
Add lang#racket layer () 2019-05-09 15:07:53 +08:00
Wang Shidong
d87b918967
Update doc && fix problems ()
* Update doc && fix problems

* Improve SPC b e

print info for canceled.

* Add canceled info for SPC b R

* Fix type

* Fix type

* Fix type
2019-05-08 13:34:49 +08:00
Wang Shidong
db55d72e76
Add go post () 2019-05-08 09:29:54 +08:00
Patrick Ng
caf2c5ca74 fix typo: bidings -> bindings () 2019-05-08 02:34:59 +08:00
Wang Shidong
1e6fe5b39e
Fix stausline windows id ()
when statusline mode text is enabled, the id of current windows is
0 on the statusline.
2019-05-07 23:22:11 +08:00
Shidong Wang
4e0f455b08 Add table mode to edit layer
close 
2019-05-07 15:43:24 +08:00
飘尘
6edb6c1037 Fix: typo in sql.vim () 2019-05-07 15:31:17 +08:00
飘尘
98dbadfde4 Enhance defx config () 2019-05-07 13:00:29 +08:00
Wang Shidong
e0ec22db97
Fix preview windows smart quit () 2019-05-06 14:07:59 +08:00
Wang Shidong
2060eab218
fix neovim_floating_api_history ()
* fix neovim_floating_api_history

* Update floating api

* Fixup
2019-05-06 13:36:32 +08:00
Wang Shidong
e6e6b6d76c
Update floating support ()
close 
2019-05-06 12:50:10 +08:00
Wang Shidong
b581ac4c77
Add sidebar () 2019-05-06 11:55:24 +08:00
AlanDing
bf1f442a52 Change: nvim floating window API in flygrep,guide.vim ()
* change nvim floating window API in flygrep,guide.vim

* update ipynb.vim
2019-05-06 11:35:43 +08:00
Wang Shidong
f6b3745bde
Add lang#sql layer () 2019-05-06 11:33:34 +08:00
Wang Shidong
916312fa79
Add neovim#gui api ()
* Add neovim#gui api

* Add gui function
2019-05-06 11:33:00 +08:00
Wang Shidong
7835efd261
Improve siganture api ()
* Improve siganture api

* Add signature api

* Add signature api

* Add signature api

* Fix markdown layer doc

* Fix markdown layer doc
2019-05-06 11:32:04 +08:00
飘尘
5c45ca9aed Implement Auto Reinstall Failed Plugins for ()
* Implement Auto Reinstall Failed Plugins for 

* Include builded failed plugins

* Add install failed support

* Fix: deleted lines won't write to register
2019-05-06 10:34:02 +08:00
Shidong Wang
5975db144b Update to remote plugin 2019-05-05 22:45:23 +08:00
Wang Shidong
e6a5a2ab7f
Change plugin () 2019-05-05 22:20:18 +08:00
Shidong Wang
63b97876dd Move public function to UI layer 2019-05-05 20:56:57 +08:00
Romain
4627011d28 [Typo] mispelled word in comment () 2019-05-05 18:18:12 +08:00
飘尘
9e321d4c29 Acheve triple quotes auto insertion on python () 2019-05-04 22:20:50 +08:00
AlanDing
9a4c72f1b6 Change: DefxSmartL() cancel action, ipynb.vim file head () 2019-05-04 07:25:51 +08:00
AlanDing
348d51d300 Update: lang#scala layer () 2019-05-04 07:23:42 +08:00
Wang Shidong
54575d6f76
Add srcery colorscheme () 2019-04-28 21:19:09 +08:00
Wang Shidong
a80b4f5287
Add error handle key bindings to lsp layer () 2019-04-28 20:44:47 +08:00
Wang Shidong
516fbe9449
Add lang#ipynb layer () 2019-04-28 14:00:36 +08:00