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

268 Commits

Author SHA1 Message Date
wsdjeg
d1ce686e09 Change root 2018-01-14 23:08:56 +08:00
wsdjeg
b9f36cbd55 Fix project rooter 2018-01-14 21:10:22 +08:00
Wang Shidong
bacbf28bf6
Merge pull request #1265 from sei40kr/feature/fix-lsp-config
Fix language client config
2018-01-12 20:51:53 +08:00
Seong Yong-ju
eeef756b8a Fix language client config
* Extract config for LanguageClient-neovim.vim to a file
* Fix an issue the client ignores settings after launching Neovim with no parameters
2018-01-12 00:17:45 +09:00
Wang Shidong
144ac248cd
Fix neovim crashs
close #1263
2018-01-11 16:22:19 +08:00
wsdjeg
fd74e124f4 Add .projections.json 2017-12-26 22:16:52 +08:00
wsdjeg
e465c6d5e6 Fix project support 2017-12-25 23:08:08 +08:00
wsdjeg
18cde3271a Fix php layer 2017-12-25 21:56:33 +08:00
wsdjeg
3e50239aa5 Add .clang for project patterns 2017-12-24 22:43:31 +08:00
ws198601
87b6cdb060
Update init.vim
在fencs中支持gbk字符集,放在utf-8之后
2017-12-17 22:25:46 +08:00
wsdjeg
7468d6ec12 Auto set project name 2017-12-17 21:14:54 +08:00
wsdjeg
23324197ca Add file header 2017-12-12 16:32:21 +08:00
wsdjeg
557d14eb9c Merge branch 'dev' into signatures 2017-12-09 22:18:41 +08:00
wsdjeg
6d37fa6b36 Disable tag source when edit vim file 2017-12-05 10:37:20 +08:00
wsdjeg
802e57bcb2 Fix 1075 2017-12-05 10:08:10 +08:00
wsdjeg
54ec968bc9 Fix ycm mappings 2017-12-05 10:00:05 +08:00
wsdjeg
d3931cd673 Fix ycm config 2017-12-05 08:54:32 +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
tracyone
ea6d0e11df YCM: autotrigger bash complete 2017-12-03 15:05:47 +08:00
wsdjeg
be6593be24 Add support for nerdtree 2017-12-01 16:17:32 +08:00
wsdjeg
edba8c1eed Add key bindings for paste files 2017-12-01 14:46:42 +08:00
wsdjeg
007d3fda9c Fix marked file yank 2017-12-01 14:13:33 +08:00
wsdjeg
77823ecd4f Add feature for copy/paste file 2017-12-01 14:05:46 +08:00
wsdjeg
eed5c0a46e Add signatures 2017-11-28 20:40:10 +08:00
wsdjeg
e1eadf42cf Add asyncomplete-omni 2017-11-24 00:05:54 +08:00
wsdjeg
c67f6a8c9f Add buffer and neco 2017-11-23 23:57:13 +08:00
Wang Shidong
a830a3e2a4
Update travis setting (#981)
* Update travis setting

* Update after failure script

* Fix lint

* Update comment

* Test bot

* Update ci script

* Update ci

* Test lint

* Update ci

* Check var

* Use log file

* Fix lint

* Check -f

* Lint

* Fix json

* Use vim script instead

* Fixup

* quit afte comment

* Update lint

* Fix lint

* Install gvim

* Remove file

* Install vim before test

* Fix lint

* Fix github api

* Use neovim report error

* Update travis

* Fix unkonwn command

* Use origin/dev

* Update lint

* Fix unkown command

* Fix lint

* Update config

* Fix lint

* Fix cache

* Fix cache

* Fix neovim install

* Fix neovim install

* Fix install

* Use dockerfile

* Fix lint

* Update install script

* Fix lint

* Fix type

* Fix alow faile

* Fix jobs

* Fix docker

* Fix docker

* Fix makefile

* Update commenter vim script
2017-11-22 01:27:35 -06:00
Seong Yong-ju
e80bed3e42 Add a new variable
Add a new variable
* Add a new variable `g:spacevim_info_symbol`
* Update configurations of some plugins to read `g:spacevim_info_symbol`
2017-11-19 11:32:59 +09:00
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