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

3989 Commits

Author SHA1 Message Date
Wang Shidong
4192fdcc6c
website: Use Vim as a C/C++ IDE (#2814) 2019-06-01 13:30:10 +08:00
Wang Shidong
b14c2d1e39
Add simple lua mode (#2859) 2019-05-31 21:45:09 +08:00
Augustin Trancart
d773bbeb20 Fix: map VBG*SelectedText actions in correct mode (#2851)
* 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 (#2856) 2019-05-31 20:56:30 +08:00
Varun Batra
6e2f042127 Add PHP filetype in Emmet (#2858)
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 (#2849)
* Update doc

* Update doc

* Update doc

* Update doc
2019-05-30 21:14:39 +08:00
AlanDing
d46e4a5b86 update scala layer (#2852) 2019-05-30 21:13:52 +08:00
Shidong Wang
c2d56dd454 Fix flygrep detach_plugin
ref: #2838
2019-05-27 20:15:30 +08:00
Wang Shidong
b38414aea5
Fix error_clear (#2847) 2019-05-26 22:01:20 +08:00
Shidong Wang
66338440f0 Fix theme test 2019-05-25 13:38:37 +08:00
Wang Shidong
7314ac6ed5
Create FUNDING.yml 2019-05-24 18:30:18 +08:00
Shidong Wang
33a1d899c0 Fix flygrep detach script
close #2838
2019-05-22 21:54:21 +08:00
飘尘
ad44dbb07b Fix: indentLine plugin error (#2827) (#2834) 2019-05-20 14:47:27 +08:00
dduenker
a65f2df62a fix typo: corsor → cursor (#2828) 2019-05-17 08:43:34 +08:00
AlanDing
5496fb9676 Add Palenight ColorScheme (#2820)
* add palenight colorscheme

* update palenight colorscheme

* fix palenight colorscheme

* add new option to colorscheme layer
2019-05-13 18:47:58 +08:00
Lawrence Ephrim
3d1f46a714 Update documentation.md: Fixed typo (#2822)
On the "Updating Manually with gi" section, "You" was misspelled as "Yor".
2019-05-13 08:32:36 +08:00
AlanDing
3a0871ae6b fix a typo (#2821) 2019-05-12 10:38:55 +08:00
Wang Shidong
ee8b6df3aa
Add vimproc into debug layer (#2818) 2019-05-11 17:51:56 +08:00
Andrew Lee
256e9b9c3d modify Racer installation docs to fit what I had to do (#2816) 2019-05-11 16:52:31 +08:00
Shidong Wang
573107d7d3 Update Following HEAD page 2019-05-11 14:05:04 +08:00
AlanDing
c8ae5841ac Change: Leader guide g, z (#2812) 2019-05-11 14:01:01 +08:00
Shidong Wang
afc8abf8b9 Update fork svg 2019-05-11 12:57:32 +08:00
Wang Shidong
64708d7856
Add post for php layer (#2798)
Change phpcd to phpcomplete, as phpcd does not work in windows
2019-05-10 17:24:14 +08:00
Binny Zupnick
101097bf8b Fix type (#2813) 2019-05-10 16:05:29 +08:00
Wang Shidong
5dd77fd6db
Fix markdown preview in gvim (#2809)
* Add vim-node-rpc

close #2800

* Fix help section

merge and close #2801
2019-05-09 23:19:29 +08:00
Shidong Wang
1f84aa960c Update cn doc for fuzzy find layer 2019-05-09 22:24:28 +08:00
Wang Shidong
ed4c4ec437
Add lang#racket layer (#2805) 2019-05-09 15:07:53 +08:00
Wang Shidong
d87b918967
Update doc && fix problems (#2799)
* 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 (#2429) 2019-05-08 09:29:54 +08:00
Yuvi Panda
728472c80a Fix typo (#2797) 2019-05-08 02:35:29 +08:00
Patrick Ng
caf2c5ca74 fix typo: bidings -> bindings (#2796) 2019-05-08 02:34:59 +08:00
Wang Shidong
1e6fe5b39e
Fix stausline windows id (#2795)
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 #2359
2019-05-07 15:43:24 +08:00
飘尘
6edb6c1037 Fix: typo in sql.vim (#2794) 2019-05-07 15:31:17 +08:00
飘尘
98dbadfde4 Enhance defx config (#2793) 2019-05-07 13:00:29 +08:00
Wang Shidong
e0ec22db97
Fix preview windows smart quit (#2791) 2019-05-06 14:07:59 +08:00
Wang Shidong
2060eab218
fix neovim_floating_api_history (#2790)
* fix neovim_floating_api_history

* Update floating api

* Fixup
2019-05-06 13:36:32 +08:00
Wang Shidong
e6e6b6d76c
Update floating support (#2789)
close #2688
2019-05-06 12:50:10 +08:00
Wang Shidong
b581ac4c77
Add sidebar (#2016) 2019-05-06 11:55:24 +08:00
AlanDing
bf1f442a52 Change: nvim floating window API in flygrep,guide.vim (#2762)
* 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 (#2773) 2019-05-06 11:33:34 +08:00
Wang Shidong
916312fa79
Add neovim#gui api (#2368)
* Add neovim#gui api

* Add gui function
2019-05-06 11:33:00 +08:00
Wang Shidong
7835efd261
Improve siganture api (#2255)
* 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 #2405 (#2782)
* Implement Auto Reinstall Failed Plugins for #2405

* 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 (#2775) 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 (#2787) 2019-05-05 18:18:12 +08:00
Lin Kun
477743c6ea [Fix] Fix a typo. (#2784)
* Fix a typo.

* Fix a typo.
2019-05-05 13:23:30 +08:00
Wang Shidong
d85cb639cb
Fix cn doc (#2776)
* Fix cn doc

* Fix cn doc

* Update cn doc
2019-05-04 22:55:55 +08:00