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

55 Commits

Author SHA1 Message Date
Seong Yong-ju
4e7474f1a5 Add key binding to generate docstring
* Add key binding to generate docstring to lang/python layer
* Update documentation
2018-01-20 20:35:13 +09:00
Seong Yong-ju
cd1e12a329 Update documentation
Update documentation for javascript layer
2018-01-13 13:45:21 +09:00
wsdjeg
c14d85ca5d Update go doc 2018-01-03 22:56:15 +08:00
Wang Shidong
9dc5f917c9
Merge pull request #1199 from icearith/doc-lua-layer
Doc lua layer improvement
2017-12-31 21:20:52 +08:00
wsdjeg
602cba0035 Add doc page 2017-12-31 01:00:43 +08:00
Arith Xu
a2387ccbf4 fix typo 2017-12-29 13:40:09 +08:00
Arith Xu
0cd3fea7b7 format fix 2017-12-29 13:40:09 +08:00
Arith Xu
c9a8f27cc8 add doc for additional lua-specific mappings 2017-12-29 13:40:09 +08:00
wsdjeg
77e8ee52c2 Update c layer doc 2017-12-24 20:43:20 +08:00
wsdjeg
20ed67388e Update php layer document 2017-12-23 21:12:09 +08:00
wsdjeg
afaeeb1e58 Fix haskell layer 2017-12-23 15:03:57 +08:00
wsdjeg
b40a235ecf Add haskell doc 2017-12-23 14:56:31 +08:00
wsdjeg
319968d12e Fix lua repl && add layer doc 2017-12-21 21:38:47 +08:00
wsdjeg
4c53a52611 Fix java doc 2017-12-19 20:22:19 +08:00
Arith Xu
f5f36fef7e rename golang.md to go.md to keep consistency 2017-12-19 16:45:55 +08:00
Arith Xu
c67f98fd2e add link for the DOC of golang layer 2017-12-19 16:42:29 +08:00
Arith Xu
3f3d413c74 add DOC for key mappings of golang layer 2017-12-19 16:27:01 +08:00
Arith Xu
0cdc5f6f10 add DOC for key mappings for golang layer 2017-12-19 16:24:25 +08:00
Arith Xu
e9ab27d943 add description to the DOC of golang layer 2017-12-19 16:24:25 +08:00
Arith Xu
36178d7c98 add description to the DOC of golang layer 2017-12-19 09:34:39 +08:00
wsdjeg
bf1a1cc80e Add Update doc 2017-12-17 14:11:57 +08:00
wsdjeg
b19851d3d6 Update ruby layer 2017-12-12 15:05:41 +08:00
wsdjeg
30be5c61f4 Update layer doc 2017-12-12 09:59:27 +08:00
wsdjeg
7406e72b6c Update doc for lang#python layer 2017-12-12 07:52:13 +08:00
wsdjeg
1c48fafbc4 Fix vim support 2017-12-11 23:14:03 +08:00
wsdjeg
de5723b53b Update doc for python layer 2017-12-11 20:51:17 +08:00
wsdjeg
03afa28116 Update python layer documentation 2017-12-11 19:55:53 +08:00
Seong Yong-ju
9c5fddeb98 Merge branch 'feature/js-lsp' into feature/haskell-lsp 2017-12-09 17:57:53 +09:00
Seong Yong-ju
df4101e8fd Add language server configuration for JavaScript
* Add APIs for register server commands for LSP
* Add server command for JavaScript language server
* Add a new layer option `use_lsp` for layer `javascript`
* Update key mappings for Javascript
2017-12-09 17:34:18 +09:00
wsdjeg
7b4c00e65a Add post 2017-12-07 23:19:13 +08:00
wsdjeg
148649b669 Update doc 2017-12-04 00:28:21 +08:00
wsdjeg
e6c36a2146 Update doc 2017-12-03 23:42:37 +08:00
wsdjeg
4a4b5e8fb6 Update lang#c layer 2017-12-03 23:21:00 +08:00
wsdjeg
cf24e88925 Fix Duplicate meta descriptions 2017-12-02 23:23:58 +08:00
wsdjeg
155c23c5f6 Fix html dup tags and short desc 2017-10-09 22:41:31 +08:00
wsdjeg
4dc0603938 Fix markdown layer 2017-10-08 19:36:23 +08:00
wsdjeg
de43970de3 Update lang#vim layer 2017-10-07 23:46:22 +08:00
wsdjeg
51e6ff4861 Merge branch 'lang/ruby' into dev 2017-09-28 21:15:37 +08:00
wsdjeg
2a538f32a1 Merge branch 'lang/php' into dev 2017-09-28 21:14:10 +08:00
wsdjeg
17f3ca73d0 Add docs 2017-09-22 20:59:38 +08:00
wsdjeg
41a4fbbf5f Fix vim support 2017-09-11 22:08:33 +08:00
Wang Shidong
a378c40047 Update lang#python layer (#779)
* plugin: json-vim: update to newer, forked version

Updated the lang layer to use elzr/vim-json's fork or the old plugin
(leshill/vim-json). Now the actual used plugin is consistent with the
documentation, which pointed to elzr/vim-json before

* Update lang#python layer

* Remove plugin that does not exist

* Use fork instead

* Remove g:delimitMate_matchpairs setting.

Let `)`(delimitMate mapping) can work.
Remove '<:>' mapping, let the `less then` operator can work.

Fixes #772

* Call complete_parameter#pre_complete only pumvisible.
If pumvisible is false, call "\<Plug>delimitMate("

* Fix mapping to (

* Update statusline for ctrlp buffer

* remove stray chars from documentation

* Update version

* Add mapping g<c-]> for jump to tag under cursor

close #785

* fix typo

* Move context from readme

* Update readme

* Update intr

* Update readme

* Bug: can not override layer options.

Fix #793

* Add help desc

* Update fild founder cmd

* Update autocomplete layer

* Add gq for format Nmove text

* Update autocomplete layer options

* Update travis config

* Fix ag command in windows

* Fix #803

* Update chinese doc

* Update doc

* Add fonts doc

* Update doc

* copy doc to zh_cn_doc

* Fix command documentation

* Add weixin & zhifubao info

* Update img

* Update features

* Add Julia Support

* Update markdown layer setting

* Update markdown layer doc

* Add vim-repeat to edit layer

This is a really nice plugin which adds a user pluggable "." command. It
integrates seamlessly with several plugins, notably tpope/vim-surround
and makes the "." command capable of repeating on the entire surround
command, rather than just a part of the command. ysaw" becomes easily
repeatable!

* Update doc

* Update config doc

* Update statusline doc

* Fix git head

* Update doc for statusline

* Update doc for tabline

* Update doc

* Update remark config

* Update markdown layer

* Update config for remark

* Add layer for Pony programming language

* Fix remark setting

* Add airline/tabline theme for nord

* Update doc for getting help

* Fix slash

* Upate toc

* Remove title

* Update markdown plugin

* Fix doc generation

* Update jumping doc

* Fix shell layer

* Add key binding desc for SPC '

* Add key binding for clear saved buffers

* Merge dev branch

* Add SPC a q for QQ in vim

* Note for chinese doc

* Update doc for file manager

* Set img size

* Update img size

* Update img size

* Update lang#python layer
2017-09-10 15:13:03 +08:00
wsdjeg
9e22250d57 Upate toc 2017-09-05 23:45:39 +00:00
wsdjeg
416e18a2d7 Update markdown layer 2017-09-03 23:38:24 +00:00
wsdjeg
28dd7e8125 Update markdown layer doc 2017-08-31 23:03:25 +00:00
wsdjeg
5c10f813f0 Add lang#ruby layer 2017-08-30 22:11:34 +00:00
wsdjeg
de7e68a5eb Update php layer 2017-08-27 20:40:37 +00:00
wsdjeg
b6beb72332 Improve lang#java layer 2017-07-29 17:16:23 +08:00
wsdjeg
244d014073 Improve markdown layer
ref: https://github.com/wooorm/remark/issues/281#issuecomment-318073708
2017-07-27 06:52:18 +08:00
wsdjeg
32f5057954 Update java layer doc 2017-07-27 06:34:59 +08:00