wsdjeg
e572c33e97
Fix type in lua layer
2017-12-22 19:28:52 +08:00
wsdjeg
319968d12e
Fix lua repl && add layer doc
2017-12-21 21:38:47 +08:00
wsdjeg
b18ef1b5a4
Fix lua repl
2017-12-20 20:36:53 +08:00
Arith Xu
000c3d5fbf
change lua repl to luaprompt
2017-12-20 17:01:31 +08:00
Arith Xu
6b213c4190
add format mapping
2017-12-20 15:55:34 +08:00
Arith Xu
afab1fe2a1
add runners and repl for lua layer
2017-12-20 15:53:45 +08:00
Arith Xu
0a643ea9cc
Merge branch 'dev' into fork-lua-layer-improvements
2017-12-20 09:32:18 +08:00
wsdjeg
3b1870bd57
Update java layer doc
2017-12-19 20:53:06 +08:00
wsdjeg
6a7c13dc2b
Update java key bindings
2017-12-19 20:31:44 +08:00
Arith Xu
235e4b59b9
add lua run key mapping
2017-12-19 19:33:06 +08:00
Wang Shidong
a24786e20e
Merge branch 'dev' into java
2017-12-19 19:31:27 +08:00
Arith Xu
17ad2ea83d
add mapping descriptions
2017-12-19 09:40:16 +08:00
wsdjeg
a521307853
Update java layer
2017-12-18 23:48:14 +08:00
wsdjeg
a97504f04e
Update elixir layer
2017-12-16 20:50:31 +08:00
wsdjeg
b19851d3d6
Update ruby layer
2017-12-12 15:05:41 +08:00
wsdjeg
7556c5caa9
Fix repl for ruby
2017-12-12 13:46:38 +08:00
wsdjeg
34ba04f184
Update lang#ruby layer
2017-12-12 13:12:34 +08:00
wsdjeg
2be1e53b06
Add mappings for python REPL
2017-12-11 23:54:50 +08:00
wsdjeg
1c48fafbc4
Fix vim support
2017-12-11 23:14:03 +08:00
wsdjeg
a2c443e33a
Add repl Framework
2017-12-11 22:55:42 +08:00
wsdjeg
de5723b53b
Update doc for python layer
2017-12-11 20:51:17 +08:00
Seong Yong-ju
6a2a7d156c
Add a new plugin for JavaScript
...
* Add a new plugin `moll/vim-node`
* Minor refactoring
2017-12-09 23:16:07 +09:00
Seong Yong-ju
b0bfa429d0
Add language server configurations for Haskell
...
* Add language server commands for Haskell
* Update key mappings for Haskell
2017-12-09 18:18:21 +09:00
Seong Yong-ju
7c8d803865
Improve layer implementations for lsp, javascript
2017-12-09 17:49:42 +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
cb3e340ec7
Add config for completor and clang2
2017-12-04 00:32:46 +08:00
wsdjeg
4a4b5e8fb6
Update lang#c layer
2017-12-03 23:21:00 +08:00
tracyone
8880cf355b
zsh:support autocomplete
...
1. autotrigger in YCM and deoplete.
2. press ^x^o in other case
2017-12-03 20:49:54 +08:00
wsdjeg
c67f6a8c9f
Add buffer and neco
2017-11-23 23:57:13 +08:00
wsdjeg
ec0193f480
Fix #1024 , lua layer do not support neovim
2017-11-22 20:06:53 +08:00
Huanming Peng
3b610359f0
Fixed plugin 'vim-rtags' initialization errors
...
Plugin 'lyuts/vim-rtags' has not supported python3 yet.
Issue Link [Python 3 support requirement](https://github.com/lyuts/vim-rtags/issues/86 ).
2017-11-13 14:09:42 +08:00
Wang Shidong
778b0a80ca
Merge pull request #991 from sei40kr/feature/js-improve
...
Added language features for JavaScript
2017-11-12 20:33:39 -06:00
Wang Shidong
8a0fcb36e7
Merge pull request #992 from sei40kr/feature/crystal-runner
...
Added a runner for Crystal language
2017-11-12 17:03:28 -06:00
wsdjeg
b90b27a161
Merge 'sei40kr/feature/ruby-runner' into dev
2017-11-12 20:21:09 +08:00
wsdjeg
cdacf845a1
Merge 'sei40kr/feature/zsh-lang'
2017-11-12 20:14:57 +08:00
Seong Yong-ju
1482cab567
Added plugin configuration
...
Added plugin configuration for chrisbra/vim-zsh.
2017-11-12 20:38:09 +09:00
Seong Yong-ju
df83680801
Added a runner for Ruby language
...
Added a runner for Ruby language.
2017-11-12 20:30:15 +09:00
Seong Yong-ju
0ef49fd4b6
Added a runner for Crystal language
...
Added a runner for Crystal language.
2017-11-12 20:18:23 +09:00
Seong Yong-ju
4ec5ab8d45
Added language features for JavaScript
...
Added language features for JavaScript. Import statement addition,
refactoring the variable under cursor, and so on.
2017-11-12 19:33:46 +09:00
Seong Yong-ju
c2765ac64b
Added zsh support
...
Added zsh support.
2017-11-12 17:48:15 +09:00
Seong Yong-ju
2481669c6e
Made Markdown preview use open-browser.vim
...
Made Markdown preview use open-browser.vim, which enables to use user's default
browser.
2017-11-12 09:29:33 +09:00
Wang Shidong
48ee7c2da6
Merge branch 'dev' into feature/rust-lang
2017-11-07 22:41:14 -06:00
Seong Yong-ju
fe5f02077a
Fixed Rust key bindings
...
Fixed an issue that Rust key bindings override global bindings.
2017-11-08 11:50:07 +09:00
Seong Yong-ju
d7431b6e50
Fixed Haskell layer config
...
Fixed an issue that Haskell layer overrides a function of C/C++ layer.
2017-11-08 11:45:35 +09:00
Seong Yong-ju
ba56e15cc7
Updated on documentation in source code
2017-11-07 23:02:20 +09:00
Seong Yong-ju
bba8a48dc6
Added Rust language features
...
* Runner command for Rust
* Language specified key-mappings
2017-11-07 22:41:40 +09:00
Seong Yong-ju
1d5be830db
Added runner for Haskell
...
Added GHC command as a runner for Haskell programming language.
2017-11-07 19:30:19 +09:00
wsdjeg
cfdcf759d8
Add installer for windows
2017-11-05 19:57:59 +08:00
wsdjeg
cdd53a9cf4
Add vim-fireplace
2017-11-05 19:20:53 +08:00
wsdjeg
0310d3e6bb
Add lint and formater
2017-11-05 19:09:55 +08:00
wsdjeg
603c842fd0
Add clojure-vim/async-clj-omni
2017-11-05 16:49:27 +08:00
wsdjeg
4a0b418f47
Add clojure layer
2017-11-05 16:34:53 +08:00
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