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

240 Commits

Author SHA1 Message Date
wsdjeg
65f66e2aea Fix issue with LanguageClient-neovim && deoplete
fix https://github.com/autozimu/LanguageClient-neovim/issues/169
2017-11-13 20:14:46 +08:00
wsdjeg
a7a5c91e56 Disable LanguageClient by default 2017-11-13 20:04:03 +08:00
Seong Yong-ju
29b14bc63e Added Denite sources
Added Denite sources. `file_rec/git`, `tag`, `tag:include`, `neoyank`.
2017-11-12 17:36:56 +09:00
Wang Shidong
f80c50f282
Merge pull request #971 from sei40kr/feature/guicursor-no-blink
Fixed cursor mode-sensitive issue
2017-11-10 08:19:45 -06:00
wsdjeg
9ad6274870 Fix logger 2017-11-08 21:18:48 +08:00
wsdjeg
8d50f9e229 Add server client mode 2017-11-08 21:14:40 +08:00
Seong Yong-ju
ee5a69f934 Fixed cursor mode-sensitive issue
Fixed an issue that cursor shape won't change by mode even if `g:spacevim_terminal_cursor_shape` is 1.
2017-11-07 19:18:43 +09:00
wsdjeg
0310d3e6bb Add lint and formater 2017-11-05 19:09:55 +08:00
wsdjeg
bc5ce94735 Fix neocomplcache 2017-11-05 14:28:51 +08:00
wsdjeg
ed142f7530 Fix multiple cursor 2017-11-05 13:44:33 +08:00
wsdjeg
852aaa7e1f Cache E117 when load neomake conf
close #957
2017-11-03 20:03:16 +08:00
wsdjeg
dd36d3beff Add omni for sh file 2017-10-31 23:39:01 +08:00
Seong Yong-ju
698d2bfeaf Fixed ALE setting issues
* Fixed an issue that ALE settings get loaded after ALE initialization.
* Added linter info to error message by default.
2017-10-26 01:49:53 +09:00
wsdjeg
34879a15b4 Update neomake lint on TextChangedI 2017-10-25 10:55:22 +08:00
wsdjeg
be0ed7c3bb Update ale config 2017-10-25 10:40:37 +08:00
wsdjeg
b10ac4ad4a Update doc 2017-10-25 10:27:25 +08:00
wsdjeg
2e47338c5d Fix unknown func 2017-10-25 08:30:19 +08:00
Daniel Hahler
799317cc2f WIP: improve Neomake integration
Ref: https://github.com/SpaceVim/SpaceVim/issues/200
2017-10-24 19:09:54 +02:00
Wang Shidong
9d15acdbf0 Merge branch 'dev' into feature/echodoc 2017-10-22 10:11:00 -05:00
Seong Yong-ju
b18f24a8a3 Added Shougo/echodoc.vim to autocomplete layer
Added a new plugin Shougo/echodoc.vim to autocomplete layer.
2017-10-22 23:15:01 +09:00
wsdjeg
422369a072 Add PMD command 2017-10-17 00:11:21 +08:00
Seong Yong-ju
b707a2e84c Made gitcommit completion source changeable
Made gitcommit completion source changeable.
* Made `deoplete#ignore_sources.gitcommit` in `config/plugins/deoplete.vim` changeable.
2017-10-15 19:49:44 +09:00
techgaun
a8b1cd172c
rename open browser plugin config file 2017-10-10 14:51:32 -05:00
wsdjeg
764a7b399b test main vimrc 2017-10-10 20:57:09 +08:00
wsdjeg
18fb04bb4d Use v:false if possible
close #884
2017-10-08 19:58:55 +08:00
wsdjeg
c6adab923b Close #874 2017-10-07 20:33:06 +08:00
wsdjeg
7ba7ca3455 Add server support 2017-10-04 10:02:38 +08:00
wsdjeg
6d14df940b Change the default value of tagbar_map_showproto
close #840
2017-09-13 21:26:36 +08:00
wsdjeg
475b7cbb6d Fix neovim support 2017-09-11 21:32:11 +08:00
wsdjeg
2fcfdaedd5 Fix #832 2017-09-11 20:04:53 +08:00
wsdjeg
81230e790d Add fonts doc 2017-08-28 21:23:16 +00:00
wsdjeg
e4dc232be1 Fix ag command in windows 2017-08-27 13:53:52 +08:00
wsdjeg
5314857d79 Update statusline for ctrlp buffer 2017-08-16 06:09:25 +08:00
wsdjeg
bc491eaae8 Fix unite buffer mappings 2017-08-06 00:08:03 +08:00
wsdjeg
a3c5eb2e2f Fix errors 2017-08-04 04:23:24 +08:00
wsdjeg
b1904b4098 Move omni source up 2017-07-30 00:30:40 +08:00
wsdjeg
cc40bf717d Fix SPC ' 2017-07-28 06:24:37 +08:00
wsdjeg
006535b27f Fix shortmess option 2017-07-09 15:34:14 +08:00
Ubayd
12db8408ef Plugin vimfiler config direction 2017-06-28 23:49:44 +03:00
wsdjeg
e264a17d98 Fix guicorsor setting
close #666
2017-06-27 16:00:41 +08:00
wsdjeg
c225dc0b27 Fix cursor shape 2017-06-27 15:19:48 +08:00
Wang Shidong
a7755175a9 Merge pull request #668 from tenfyzhong/dev
Fix #667. fix the mapping error and some command error.
2017-06-27 13:33:13 +08:00
Wang Shidong
bb77a41b34 Merge branch 'dev' into dev 2017-06-26 21:39:57 +08:00
wsdjeg
4b52c2caba Improve js support 2017-06-26 21:22:22 +08:00
Javier Tiá
f1cc39f1f5 Add Comments space
Add keymap [SPC]cl for comment and uncomment lines. Use nerdcommenter
plugin to do the line code comments. Read nerdcommenter settings in edit
layer.
2017-06-26 07:13:49 -06:00
tenfy
3e9f091f70 Fix #667. fix the mapping error and some command error.
But I don't found the `Missing: endfor` and `Missing: endif` error.
2017-06-26 13:13:50 +08:00
wsdjeg
254f73e5f9 Add ignores for file_rec 2017-06-25 13:19:46 +08:00
wsdjeg
1f2873c7e7 Add SPC s * mappings for searching 2017-06-23 00:11:15 +08:00
wsdjeg
becf30ac7c Fix unite grep source config 2017-06-22 23:17:15 +08:00
wsdjeg
d5199a90da Cache stared repos 2017-06-21 21:46:23 +08:00