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

300 Commits

Author SHA1 Message Date
Wang Shidong
c8288e511d
Merge pull request #1651 from zhujinxuan/gui-font
Fix error `unknown option guifont` in VimR
2018-04-22 22:54:15 -05:00
zhujinxuan
a180f43af0 shorten if 2018-04-22 23:29:50 -04:00
zhujinxuan
dd413813f2 Remove unknown option guifont in VimR 2018-04-22 17:29:23 -04:00
wsdjeg
56f4c602ec Fix denite config
denite do not quit after action

ref: https://github.com/Shougo/denite.nvim/issues/477
2018-04-22 22:46:29 +08:00
wsdjeg
ef42ba235e Fix #1078 2018-04-22 15:15:34 +08:00
Wang Shidong
2b5a987950
Use toml as default config file. (#1636)
Add toml config support
2018-04-21 09:58:23 -05:00
wsdjeg
f1de69ae2d Fix deoplete config
close #1609
2018-04-09 20:59:51 +08:00
Wang Shidong
5fbd92c607
Use deoplete only for vim8 (#1604)
* Use deoplete only for vim8

* Use deoplete only for vim8

* Fix gui fonts

* Fix 74

* Fix up

* Fix issue
2018-04-09 20:07:27 +08:00
wsdjeg
3635c58129 Fix key bindings 2018-04-01 13:16:14 +08:00
wsdjeg
95d46554b5 Improve denite layer 2018-03-30 21:36:00 +08:00
wsdjeg
dc23b36e30 Fix unite layer key bindings 2018-03-30 21:27:59 +08:00
Wang Shidong
3870759a2a
Fix sv/sg in vimfiler (#1544) 2018-03-24 07:50:18 -05:00
Rob Lensen
24d7b4218b Fix for locale on FreeBSD #1516 2018-03-21 11:25:59 +01:00
wsdjeg
0a7ce77e05 Fix default colorscheme 2018-03-18 16:31:34 +08:00
Wang Shidong
9b8b054d91
Improve unite layer (#1487)
All unite key bindings begins with `<Leader> f`
  " The default sources:
  " file: <Leader>ff
  " register: <Leader>fe
  " jump: <Leader>fj
  " messages: <Leader>fm
  " history/yank source <Leader>fh
  " quickfix source <Leader>fq
  " outline source <Leader>fo
  " localtion source <Leader>fl

`SPC T s` is for colorscheme.
2018-03-15 21:47:42 +08:00
Wang Shidong
dac04f3e71
Add clever f (#1460) 2018-03-14 21:23:52 +08:00
Wang Shidong
e55d6cf270
Improve core config (#1455)
* Improve core config

* Fixup

* Update mode

* Remove plugin groups

* Enable denite layer if has +py3

* Update dev scripts

* Add project patten pom.xml for java layer

* Add tools layer
2018-03-03 21:52:08 +08:00
Wang Shidong
845227edde
Fix indentline (#1447) 2018-03-03 16:28:16 +08:00
wsdjeg
651aeb6dd5 Remove func 2018-02-25 22:14:26 +08:00
wsdjeg
3ac76a0ca8 Better default
Fix up

Fix up

Fix up

Fix rtp

Update project layout

Fix colorscheme layer

Add colorsheme

close #1308

Close #1307

Set default fillchars

Move cache to cache

Disable lang layer

Remove layers

Fix crash

ref : https://github.com/neovim/neovim/issues/7876

Fix plugin manager

Filter same filename:linenumber in flygrep

Fix type
2018-02-25 01:04:54 +08:00
wsdjeg
5c904e5542 Fix mismatch error in old vim 2018-02-21 21:28:09 +08:00
Wang Shidong
753205a503
Merge pull request #1389 from wsdjeg/welcome
Add icon to welcome page(startify)
2018-02-18 07:14:16 +08:00
Wang Shidong
a2400b7d27
Relicense (#1406) 2018-02-15 22:25:03 +08:00
wsdjeg
c349dd049c Fix fileicon 2018-02-08 00:22:05 +08:00
wsdjeg
ecdf5fe47b Fix startify config 2018-02-08 00:18:07 +08:00
wsdjeg
1d2a1ae353 Test startify 2018-02-08 00:01:13 +08:00
Arith Xu
2d07a7aefd fix deoplete python complete 2018-02-07 17:05:48 +08:00
wsdjeg
40449b13bc Improve ocaml layer 2018-02-07 13:49:44 +08:00
Seong Yong-ju
f6bb955989 Fix checkers layer
Fix an issue layer option show_cursor_error won't work. Show error
message in command line if show_cursor_error is off. Show warning
message if show_cursor_error were set to on without timer feature.
2018-02-01 23:25:42 +09:00
Wang Shidong
c6ae5d4ee9
Fix file/innclude matchers
close #1332
2018-01-31 15:12:01 +08:00
wsdjeg
829054c6b8 Use nested autocmd for quite vimfiler
by default, autocmd is not nested, so when auto quit vimfiler, it will
not trigger VimLeavePro event. But some plugins use this autocmd to
kill progress.
2018-01-28 13:40:35 +08:00
Seong Yong-ju
58d42f6faf Revert "Fix language client config"
This reverts commit eeef756b8a.
2018-01-16 11:40:16 +09:00
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