1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-23 03:21:33 +08:00
Commit Graph

295 Commits

Author SHA1 Message Date
wsdjeg
24fce8f3d5 Add runner for c file 2017-11-04 20:16:22 +08:00
wsdjeg
3988bd67ed Add lang#solidity layer 2017-11-03 21:42:34 +08:00
wsdjeg
519a7c6ea3 Close #940 2017-11-03 19:55:18 +08:00
Seong Yong-ju
333fe529cb Added auto-completion settings for Haskell
Added auto-completion settings for Haskell to use eagletmt/neco-ghc.
2017-10-22 23:51:32 +09:00
techgaun
097bc5e6c3
update doc 2017-10-10 14:44:06 -05:00
techgaun
1d6e7a9678
update golang bindings 2017-10-10 14:41:37 -05:00
wsdjeg
24bb26af6d Update indent text 2017-10-08 22:32:00 +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
228beb038d Add SpaceVimRunner 2017-10-05 20:26:17 +08:00
wsdjeg
89d7e5324d Add language specified mappings for python 2017-10-05 19:10:01 +08:00
wsdjeg
7c0bbd671b Add lang#ruby 2017-09-28 21:17:46 +08:00
wsdjeg
51e6ff4861 Merge branch 'lang/ruby' into dev 2017-09-28 21:15:37 +08:00
wsdjeg
9487e25ac2 Merge branch 'jdb' into dev 2017-09-28 21:15:17 +08:00
wsdjeg
2a538f32a1 Merge branch 'lang/php' into dev 2017-09-28 21:14:10 +08:00
Wang Shidong
1d2cc7b867 Merge branch 'dev' into lang/json 2017-09-25 20:14:25 +08:00
wsdjeg
ebe78b3d53 Add auto_fix option for lang#javascript layer 2017-09-22 20:51:08 +08:00
zhujinxuan
9417d5cd6a feature: eslint --fix 2017-09-16 21:56:42 -04:00
wsdjeg
04441c44ec Fix type 2017-09-11 22:20:13 +08:00
wsdjeg
41a4fbbf5f Fix vim support 2017-09-11 22:08:33 +08:00
wsdjeg
ca5caef345 Set omnifunc for vim 2017-09-11 21:44:42 +08:00
wsdjeg
475b7cbb6d Fix neovim support 2017-09-11 21:32:11 +08:00
wsdjeg
dd3848f8cc Add lang#typescript layer 2017-09-11 20:18:28 +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
7754cb09dc Merge branch 'chinese_doc' into dev 2017-09-09 16:11:22 +00:00
wsdjeg
ece064b592 Update markdown plugin 2017-09-06 22:29:17 +00:00
wsdjeg
8157e53b3d Fix remark setting 2017-09-05 20:13:26 +00:00
Bambang Purnomosidi D. P
e16c49d4d1 Add layer for Pony programming language 2017-09-05 14:24:02 +07:00
wsdjeg
c7539c8d32 Update config for remark 2017-09-04 00:06:00 +00:00
wsdjeg
416e18a2d7 Update markdown layer 2017-09-03 23:38:24 +00:00
wsdjeg
f3c114951c Update remark config 2017-09-03 22:58:24 +00:00
wsdjeg
e208f8c83a Update markdown layer setting 2017-08-31 22:32:35 +00:00
zhujinxuan
233d30bc24 Add Julia Support 2017-08-30 18:39:31 -04: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
6dcc31ad27 Split lang#json layer 2017-08-27 19:46:12 +00:00
wsdjeg
95db7ccfc8 Add java debug mappings 2017-07-30 05:12:51 +08:00
wsdjeg
2845282410 Fix plugin manager ui: show error message
close #741
2017-07-29 21:59:11 +08:00
wsdjeg
b6beb72332 Improve lang#java layer 2017-07-29 17:16:23 +08:00
wsdjeg
9fd8ddefe2 Add lang#sh layer 2017-07-29 05:39:44 +08:00
wsdjeg
2d236b4d62 Auto add buffer head 2017-07-28 08:07:50 +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
f7c9a3bee8 Indented code 2017-07-27 05:35:24 +08:00
wsdjeg
7666866de0 Add maven execute mappings 2017-07-26 08:06:09 +08:00
wsdjeg
1d24ce9ede Add run key bindings for java 2017-07-26 07:16:47 +08:00
wsdjeg
2fa63b900e Fix language specified mapping api 2017-07-26 04:52:18 +08:00
wsdjeg
81053136b3 Load jedi-vim only when has +py or +py3 2017-07-13 04:28:21 +08:00
wsdjeg
913e9ad152 Disable vim-luacomplete when if_lua is false
close #682
2017-07-01 20:45:24 +08:00
Wang Shidong
1258ca4430 Update kotlin.vim 2017-06-27 21:28:38 +08:00
Wang Shidong
62a139f4f9 Create kotlin.vim 2017-06-27 21:28:38 +08:00
wsdjeg
3cef0d3317 Merge remote-tracking branch 'xiaobagou/patch-1' into dev 2017-06-27 14:29:36 +08:00
wsdjeg
4b52c2caba Improve js support 2017-06-26 21:22:22 +08:00
maqi
6faaf1869d Add 'on_ft':'rust' for rust.vim
rust.vim not load
2017-06-26 16:59:10 +08:00
techgaun
9c4edaf30b
add tmux lang layer 2017-06-23 14:12:39 -05:00
Wang Shidong
20294cc428 Update php.vim (#632) 2017-06-16 23:37:28 +08:00
wsdjeg
a1a8e8a87c Fix #576, Undefined variable 2017-06-01 23:08:14 +08:00
wsdjeg
6d53ee7057 Merge branch 'lang/lisp' into dev 2017-05-30 12:54:37 +08:00
wsdjeg
c0865e5769 Allow for not binding leader in insert mode
fix #504
2017-05-29 21:56:15 +08:00
wsdjeg
77713e9c8e Add spc mappings 2017-05-27 21:39:47 +08:00
wsdjeg
035d08bbcf Add lisp lang spc mapping 2017-05-26 21:58:48 +08:00
wsdjeg
b5bd033fef Add lang#lisp layer 2017-05-26 20:31:56 +08:00
Wang Shidong
844d45f91b Merge branch 'dev' into statusline 2017-05-20 21:05:38 +08:00
wsdjeg
072c8ede5e Add time battery status sections 2017-05-19 00:09:15 +08:00
Wang Shidong
c302496cc8 🐛 Fix markdown preview option
Can not change firefox to chromium to preview markdown

Fix #539
2017-05-17 15:02:44 +08:00
wsdjeg
1fa59c3002 Use a quick markdown plugin 2017-05-15 20:01:05 +08:00
wsdjeg
3626c53387 Add lang#markdown doc 2017-05-10 21:35:45 +08:00
wsdjeg
9e99f79967 Update md plugins 2017-05-10 21:00:54 +08:00
wsdjeg
0f6adbc709 Fix langSPC 2017-05-10 00:03:18 +08:00
wsdjeg
b2d2023b25 Use vim-markdown-toc to generate toc 2017-05-09 23:20:41 +08:00
wsdjeg
28f6bedcf2 Clear langSPC on BufLeave 2017-05-09 23:01:28 +08:00
wsdjeg
8a333a2e8a Add pep8-indent 2017-04-22 12:51:05 +08:00
Javier Tiá
4a1f7cdf3f Use on_event, instead of deprecated on_i
Based on dein plugin documentation, 'on_i' or 'dein-options-on_i' is
deprecated. It should be used 'on_event'.

'on_i' will call dein#source() on InsertEnter autocmd event, and the
equivalent for 'on_event' is "'on_event' : 'InsertEnter'".
2017-04-14 18:58:30 -06:00
Arith Xu
e636338409 remove redundant comments 2017-04-11 12:10:17 +01:00
Arith Xu
c1102db9f7 add vim-scala plugins in scala lang layer for synctax highting and more 2017-04-11 12:10:17 +01:00
wsdjeg
b2f0d6b38c Fix #354 2017-04-02 16:12:14 +08:00
wsdjeg
1ab10311e0 Close #367 2017-04-02 14:05:58 +08:00
Anton Maminov
e62df50a16 Add lang/crystal layer 2017-03-30 12:56:52 +03:00
wsdjeg
4d5e513628 Add js syntax plugin 2017-03-24 22:43:23 +08:00
wsdjeg
a9e8ed717d Fix java format 2017-03-19 16:27:36 +08:00
wsdjeg
c507bc0588 Fix markdown layer config 2017-03-17 15:54:13 +08:00
wsdjeg
12addf862e Fix leader wait time 2017-03-16 23:48:50 +08:00
astromac
248136d4c8 Fix typo in JavaScript layer 2017-03-07 16:22:48 -05:00
wsdjeg
3d0506ab42 Update readme for php support 2017-02-21 21:21:04 +08:00
wsdjeg
ac190d2814 Add markdown preview plugin 2017-02-18 19:40:28 +08:00
wsdjeg
152a662259 Add lang#markdown layer 2017-02-18 13:31:38 +08:00
Wang Shidong
8cad8ab9b5 Merge pull request #253 from ccheek21/master
Fixed spelling, grammar, and formatting
2017-02-17 22:53:59 -06:00
Camden Cheek
9ee60dca9d Moved changes to vimfiles to work with vimdoc 2017-02-17 00:56:55 -05:00
wsdjeg
ab06983208 Add debug layer 2017-02-16 23:35:15 +08:00
wsdjeg
a648676813 Add lang#swig layer 2017-02-16 20:46:26 +08:00
wsdjeg
3ef3437074 Fix puppet doc 2017-02-13 22:08:11 +08:00
Igor Galić
131e1db64e
improve puppet layer by configuration
we move our loader into its own layer, and add configuration the
necessary configuration to disable the standard "errors" about
autoload and class inheritance.
2017-02-12 20:54:46 +01:00
wsdjeg
0b6007fb19 Fix merlin rtp 2017-02-12 15:59:59 +08:00
Fallenwood
8fc0ec6fa5 added basic ocaml(merlin) support 2017-02-11 13:20:38 +08:00
wsdjeg
f076470111 Fix php layer 2017-02-05 22:47:04 +08:00
wsdjeg
c4ec833eb2 Add haskell layer 2017-02-05 08:51:14 +08:00
wsdjeg
a2160fb812 Add doc for elixir layer 2017-02-03 19:49:18 +08:00
wsdjeg
3a82abded4 Add lang/elixir layer 2017-02-03 19:08:08 +08:00
wsdjeg
e13064aaf0 Add python layer doc 2017-02-02 01:57:06 +08:00
wsdjeg
a070d9c6d6 Merge branch 'dev' into lang/python 2017-02-02 01:03:28 +08:00
wsdjeg
47c32d073b Remove usless plugin 2017-02-01 19:22:39 +08:00
Wang Shidong
e945b2818b Merge branch 'dev' into lang/xml 2017-02-01 16:59:36 +08:00
wsdjeg
48550352dc Add close tags and xmledite 2017-02-01 16:50:31 +08:00
wsdjeg
2c761323eb Add lang#python layer 2017-02-01 16:00:22 +08:00
wsdjeg
18712bfa0e Add go layer doc 2017-01-31 22:15:06 +08:00
wsdjeg
3fb5713f44 Move neco-vim 2017-01-31 20:31:50 +08:00
Wang Shidong
99cea6bd6b Merge branch 'dev' into lang/viml 2017-01-31 20:20:39 +08:00
wsdjeg
e14223c1e7 Update doc for snippoet 2017-01-31 20:09:13 +08:00
wsdjeg
685ed4af58 Add lang#xml layer 2017-01-31 19:05:59 +08:00
wsdjeg
ef2969c122 Add lang/viml layer 2017-01-31 00:00:32 +08:00
wsdjeg
d59032e8d0 Use sub mode in doc 2017-01-29 22:55:09 +08:00
wsdjeg
484a5fe729 Update doc for spacevim-config 2017-01-27 21:49:05 +08:00
wsdjeg
c0557e480d Add c layer doc 2017-01-27 21:19:47 +08:00
wsdjeg
5388640af7 Merge branch 'dev' of github.com:SpaceVim/SpaceVim into dev 2017-01-27 20:37:22 +08:00
wsdjeg
e559b4313e Fix doc 2017-01-27 20:37:01 +08:00
Pierre Massat
84bc87dda7 Enable neosnippet for go 2017-01-26 10:58:07 -08:00
wsdjeg
f5577cbd92 Fix conflict 2017-01-26 16:14:06 +08:00
wsdjeg
02c99e9460 Add rust support 2017-01-26 16:03:18 +08:00
wsdjeg
160f3b34d5 Add lang#rust layer 2017-01-26 00:47:20 +08:00
wsdjeg
e227dadab3 fix perl completion 2017-01-25 22:12:23 +08:00
wsdjeg
6a67a7988b Fix #144 2017-01-24 22:47:48 +08:00
wsdjeg
a297fea9b1 Fix merge 2017-01-22 23:25:19 +08:00
wsdjeg
a40ad536c7 Update layer lang/java doc 2017-01-22 23:20:41 +08:00
wsdjeg
51f0a0ed84 Merge branch 'improve_lang/java' into update_doc 2017-01-22 22:25:22 +08:00
wsdjeg
d3238508c9 Add default mappings 2017-01-22 21:29:29 +08:00
Wang Shidong
7cbdfd9ca8 Update java.vim 2017-01-22 11:17:31 +08:00
wsdjeg
212eaf1979 Remove unused var 2017-01-21 22:40:49 +08:00
wsdjeg
4dc3d806b8 Add lang/javascript layer 2017-01-21 21:47:36 +08:00
wsdjeg
307da5e401 Add perl support 2017-01-20 22:59:38 +08:00
wsdjeg
81b46f7107 Remove duplicate luaref 2017-01-20 22:43:27 +08:00
wsdjeg
d31cff777d Add lua support 2017-01-20 22:09:36 +08:00
wsdjeg
3a1fda3470 Add lang/c layer doc 2017-01-19 23:49:11 +08:00
wsdjeg
aeb61f74c9 Update php layer doc 2017-01-19 21:46:37 +08:00
wsdjeg
76937c968c Change to clang2 2017-01-18 23:56:06 +08:00
wsdjeg
c4058ac727 Add clang plugin 2017-01-18 23:35:37 +08:00
wsdjeg
3345d722af Add doc for lang#php layer 2017-01-18 20:52:26 +08:00
Pierre Massat
7900cba0cc Add buffer for all mappings 2017-01-17 10:50:30 -08:00
Pierre Massat
a33d927da9 Fix go layer 2017-01-17 10:50:30 -08:00
wsdjeg
a84a91780f Use omni 2017-01-18 00:43:43 +08:00
wsdjeg
0841ba200c Add phpcd 2017-01-17 21:51:56 +08:00
wsdjeg
ff2314256f Add padawan 2017-01-17 00:13:49 +08:00
wsdjeg
522b969f12 Fix neovim support 2017-01-16 22:01:57 +08:00
wsdjeg
22b4cd5bdd Fix deoplete-go installation 2017-01-15 23:35:44 +08:00
wsdjeg
23b050a0f2 Add lang/go layer 2017-01-15 23:04:59 +08:00
wsdjeg
5f472f4689 Add java support 2017-01-15 21:30:51 +08:00