1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:50:03 +08:00
Commit Graph

281 Commits

Author SHA1 Message Date
Wang Shidong
0ae0cd55f4
Add option for clang based syntax highlight (#2744)
* Add option for clang based syntax highlight

* Update cn doc
2019-04-13 13:56:41 +08:00
SallySoul
0271cd890a Could we add a lang#processing? (#2696)
* 🎁 Add first pass of lang#processing

* Add processing.md
2019-03-28 14:41:52 +08:00
Tai-Lin
ca06b27c04 Update installation step in lang#go (#2679) 2019-03-18 07:45:39 +08:00
Wang Shidong
d7d957957e
Add rust layer option (#2678) 2019-03-18 00:12:11 +08:00
Wang Shidong
7179777ff5
Add defx support (#2282) 2019-03-10 20:49:12 +08:00
Lin Kun
e36007c836 Add: add a new key binding SPC l K (#2628) 2019-02-27 21:52:45 -06:00
Lin Kun
e8d39bea00 Fix: replace the function markdown-insert-URL with a new one. (#2617)
* Fix: replace the function markdown-insert-URL with a new one.

* Doc: update docs for the new markdown_insert_URL.

* Fix: a very very smal promotion.
2019-02-21 16:19:39 +08:00
Lin Kun
5f1d96b7cf Remove: Delete format markdown table key binding SPC l ft. (#2613)
* Fixed: the | that prefixed by a \ should not be treated as a seperator of MarkDown table.

* Remove the key binding SPC l ft of Markdown layer.

* Doc: remove the descriptions of SPC l ft which has been removed.
2019-02-20 21:57:51 +08:00
Lin Kun
d5a69a4f94 Doc: add descriptions of installing formatting tools of Markdown. (#2611) 2019-02-20 15:57:41 +08:00
Lin Kun
61279a289e Doc: translate <C-e> to Ctrl-e etc. (#2605)
* Doc: fix typos.

* Doc: make the translation more accurate.

* Doc: update documentations.

* Doc: translate <C-e> to Ctrl-e etc.

* Doc: fix typos.

* Doc: fix typos.
2019-02-19 21:54:05 +08:00
Wang Shidong
3d720302f0
Add perli support for perl repl (#2578)
* Add perli support for perl repl

* Fix api

* Update doc for installing perli
2019-02-12 11:02:20 +08:00
Wang Shidong
af636208cb
Improve kotlin support (#2573)
* Improve kotlin support

* Update kotlin layer doc

* Update kotlin support
2019-02-11 21:16:00 +08:00
Wang Shidong
972fb6d04d
Update perl support (#2570) 2019-02-10 23:19:10 +08:00
Shidong Wang
1c2aab9c55 Update latex doc 2019-02-10 16:38:08 +08:00
Lin Kun
5e64d6379b Doc: fix typos. (#2551) 2019-02-03 20:51:00 +08:00
Wang Shidong
dc899187c3
Add lua stdin support (#2544) 2019-02-02 11:14:05 +08:00
Jesse Bilsten
294f723469 Fixed a typo for "reference" (#2538) 2019-02-01 12:37:49 +08:00
Wang Shidong
b8ac6d1b31
Add stdin support in runner (#2535)
* Add stdin support in runner

* Add stdin support for javascript
2019-02-01 00:00:16 +08:00
Wang Shidong
8118fab5a8
Improve the javascript layer (#2529) 2019-01-30 22:20:22 +08:00
Wang Shidong
a700d516da
Add vim-jsdoc to typescript layer (#2527)
* Add vim-jsdoc to typescript layer

* Improve typescript layer doc
2019-01-30 14:05:52 +08:00
Wang Shidong
d388b33f2f
Add coffeescript suport (#2521)
* Add coffeescript.vim

* Add lang#coffeescript layer

* Add post

* Update coffee ide post

* Fix image info

* Update coffeescript ide post

* Update layer list

* Fix format

* Fix type in doc
2019-01-29 11:52:51 +08:00
Wang Shidong
7bbb69e351
add lang#red layer (#2486)
* add lang#red layer

* add code runner and repl support

* Add red doc && fix r doc

* Improve layers dev script

* autodoc
2019-01-23 11:23:12 +08:00
Wang Shidong
0346191b88
Improve lang#r layer and doc (#2485)
* Improve lang#r layer and doc

* add config file

* Add doc

* Add key bindings
2019-01-23 01:00:47 +08:00
Wang Shidong
cdf519867c
Fix perl support (#2230)
* Fix type

* Use forked perldoc
2019-01-12 21:46:45 +08:00
Chen Lijun
e01c97049e Improve lang#c layer (#2440)
* Enhance c/c++ layer

* Update c/c++ layer documentation
2019-01-09 00:37:42 +08:00
Aurélien LAJOIE
cf5bb3a9ea Doc, cosmetics: remove trailing spaces 2019-01-07 14:15:22 +01:00
Aaron Boushley
b0aa2f2aa3 Rework faq.md phrasing.
Also update scala.md.
2018-12-27 10:20:49 -07:00
Shidong Wang
1a74d45f6d Fix markdown format 2018-12-23 12:13:43 +08:00
Shidong Wang
d518c229c6 Update doc 2018-12-19 22:58:58 +08:00
Pieter Joost van de Sande
7a8d1c7bcb add graphql layer with lang#graphql layer (#2287)
* add graphql layer to docs

* add graphql layer to add graphql file support
2018-11-24 23:16:52 +08:00
Wang Shidong
09dba2408c
Add lang#scheme layer (#2248)
* Add scheme runner

* Add repl

* Add lang#scheme layer doc

* Add lang#scheme layer doc

* Update layer list

* Update wiki
2018-10-08 12:07:04 +08:00
Wang Shidong
61d06bacd0
Online tutor for SpaceVim (#2004) 2018-10-02 21:04:30 +08:00
Wang Shidong
4af37296a1
Add lang#puppet layer doc (#2198) 2018-09-25 23:06:21 +08:00
Joseph DelCioppio
23e48dc47e Improve Ruby language layer to accept custom REPL
Taking a cue from the Lua language layer, update the Ruby language layer
to support specify a custom REPL. This command expects a valid path to
an executable, so a file path would be required if the executable is not
on your $PATH.
2018-09-21 23:11:51 -04:00
Wang Shidong
479e89e2f5
Add lang#asciidoc layer (#2179) 2018-09-21 21:15:35 +08:00
Wang Shidong
b88e9238ec
Add lang#clojure layer doc (#2091) 2018-09-14 22:23:40 +08:00
Wang Shidong
51c20d965c
Add doc for missing layers (#2139) 2018-09-12 20:14:20 +08:00
Wang Shidong
cc6d32effe
Add lsp support for vue (#2149) 2018-09-09 13:13:55 +08:00
Wang Shidong
616b50ec62
Add lang#vue layer (#2143) 2018-09-07 19:52:15 +08:00
Wang Shidong
67aeb4dac2
Add lang#latex layer (#2133)
* Add lang#latex layer
* Add lang#extra layer
2018-09-06 21:16:33 +08:00
Cosmin Cojocar
d441c1e438 Add some Typescript keybindings (#2100)
* Fix typescreipt language mapping registration

* Add some key bindigns for Typescript

* Add new typescript key bindings to README

* typescript: define a gd function for go to defintion command

* Update the typescript gd command
2018-09-01 20:25:45 +08:00
allentools
4d064bd6f0 Update python.md (#2105)
Adding the example for automatic buffer formatting enabled on save.  (This doesn't work for me)
2018-08-30 20:38:21 +08:00
Wang Shidong
afcf9067dc
Add lang#elm layer (#2088)
Add lang#elm layer and improve repl highlight
2018-08-26 13:14:25 +08:00
Wang Shidong
9ed641aabf
Add lang#plantuml layer (#2085)
* Add lang#plantuml layer
2018-08-25 21:41:15 +08:00
Wang Shidong
cef2c5bf8d
Add lang#fsharp layer (#2081)
* Add lang#fsharp layer
2018-08-25 20:48:00 +08:00
Wang Shidong
e9e0950b77
Add doc for lang#scala layer (#2077)
* Add doc for lang#scala layer
2018-08-25 19:27:53 +08:00
Wang Shidong
151e0a6e18
add lang#erlang layer (#2074)
* Add lang#erlang layer

* Fix erlang omni patterns

* Add doc

* Add repl support for erlang

* Add lang#erlang layer

* Type
2018-08-22 20:40:25 +08:00
Wang Shidong
7110672a95
Add lang#WebAssembly layer (#2068)
* Add lang#WebAssembly layer

* Update wiki
2018-08-21 21:56:23 +08:00
Wang Shidong
fd427f0eaa
Add lang#purescript layer (#2054) 2018-08-18 16:41:50 +08:00
Wang Shidong
4de73653b2
📝 Update doc for lang#rust layer (#2052) 2018-08-17 21:34:18 +08:00
Wang Shidong
ea79a6a523
Improve lang#sh layer (#2045)
* Update doc for lang#sh layer

* Update doc and wiki
2018-08-15 21:26:38 +08:00
Wang Shidong
5c81fb3da9
Improve lang#perl layer (#2041)
* Add perl layer doc

* Update perl layer
2018-08-14 21:18:05 +08:00
Wang Shidong
6b2ec2041c
Lsp support for elixir (#2037)
* Lsp support for elixir

* Update elixir key bindings

* Update key bindings

* Update key bindings

* Update wiki
2018-08-14 20:02:54 +08:00
Wang Shidong
7a7d77174e
Improve lang#julia layer (#2035)
*  Add English version lang#julia layer page
*  Add Chinese version lang#julia layer page
*  Add code runner
*  Add repl support
*  Add syntax/indent file
*  Add lsp support
2018-08-14 10:04:37 +08:00
Wang Shidong
d89a24aabf
Add lang#nim layer (#2018)
* Add lang#nim layer
2018-08-11 18:41:20 +08:00
Wang Shidong
9f9c9c3d1b
Add lang#swift layer (#2027) 2018-08-08 20:56:51 +08:00
Wang Shidong
d4ce2c0534
Type in autohotkey doc (#2022) 2018-08-06 21:45:13 +08:00
Wang Shidong
a51bb85771
Add lang#autohotkey layer (#2021)
* Add lang#autohotkey layer

* Update doc & wiki
2018-08-06 21:41:44 +08:00
Wang Shidong
8928d1ce1e
Add lang#agda layer (#1941)
* Add lang#agda layer
2018-08-05 13:21:57 +08:00
Wang Shidong
797457ee2a
Add dockerfile support (#2001)
* Add dockerfile support

* Update wiki
2018-07-30 23:34:44 +08:00
Wang Shidong
c4332ef106
Update kotlin layer (#1996) 2018-07-30 23:07:24 +08:00
Bram
b1d5dc06ae
Update javascipt layer documentation to show toml config examples 2018-06-27 12:18:11 +02:00
Wang Shidong
9d9ad29a4b
Improve lang#typescript layer (#1870)
* Improve lang#typescript layer

* Improve lang#typescript layer

* Use next branch of lsc

* Update wiki
2018-06-26 21:29:48 +08:00
Wang Shidong
3787b35c64
Website: update layer page (#1860) 2018-06-23 14:37:41 +08:00
Jinxuan Zhu
b4863f695b Fix syntax highlight conflict under flow-typed js (#1769)
* Fix syntax highlight conflict in flow

* Styling; adding vim-flow; adding document
2018-06-02 09:04:38 +08:00
Wang Shidong
5176ee9dc7
HTML Improvements (#1707)
* HTML Improvements

* Update html

* Improve html

* Fix up

* Update layers index

* Update development page

* Update layers index

* Update layers index

* Update layers index

* Update layers index

* Update layers index
2018-05-12 19:01:00 +08:00
Anuj More
9345416667
Correct rubocop spelling in docs 2018-05-11 12:35:58 -05:00
Vladimir Mosienko
6baedfe1e5 Fix layer activation command and typo 2018-05-11 17:08:39 +05:00
Zachary Churchill
4efe8cd5b5
Update haskell.md 2018-04-20 19:14:12 -04:00
VyronLee
7b44d07886 Add csharp layer. 2018-02-24 17:15:49 +08:00
Wang Shidong
c6947482b2
Improve ocmal/c/unite/denite/ctrlp layer (#1369) 2018-02-07 20:52:20 +08:00
wsdjeg
40449b13bc Improve ocaml layer 2018-02-07 13:49:44 +08:00
Michael Lamb
265ae055b3 Add OCaml layer documentation 2018-02-06 18:29:58 -06:00
Wang Shidong
60a55965d1
Merge branch 'master' into feature/python-docstring 2018-01-20 06:06:32 -06:00
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
wsdjeg
115709b05a Move emmet to html layer 2018-01-19 20:49:01 +08:00
wsdjeg
6ecbc16067 Add html layer doc 2018-01-19 00:00:53 +08: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
wsdjeg
ace15f8292 Update doc for java layer 2017-07-26 06:39:59 +08:00
wsdjeg
0a4f378b7a Add lang#layer doc 2017-05-26 22:29:43 +08:00
wsdjeg
5636256bef Add lang#php layer documentation
close #526
2017-05-14 20:04:12 +08:00
wsdjeg
3626c53387 Add lang#markdown doc 2017-05-10 21:35:45 +08:00
wsdjeg
84eb522f3d Add lang#java doc 2017-05-09 22:39:05 +08:00