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

333 Commits

Author SHA1 Message Date
Wang Shidong
1b7c6b56e6
Add alt file plugin (#2416) 2019-01-06 13:36:33 +08:00
Wang Shidong
5ee5c57c8d
Improve shell layer key binding (#2409)
* Make SPC ' do not close terminal

* Use q to hide shell instead of close terminal

* Update documentation

* Clear the cmdline when toggle shell windows

* Add func to close vimfiler

* Close terminal before close vimfiler

* Cache shell default project root

* Fix shell config

* Fix default shell buffer nr

* Fix ctrl+d in windows cmd
2019-01-04 21:11:31 -06:00
Shidong Wang
510fb8de92 Fix pt comman din windows
should not use '.' as last argv, it will cause duplicate files in
result.
2018-12-29 01:03:15 +08:00
Shidong Wang
5199be0265 Show hidden file when using pt 2018-12-27 22:45:05 +08:00
Shidong Wang
fa1e780aa6 Fix pt support in windows
Problems: Denite file_rec does not word in windows.
Selution: change the command for pt in denite config.
2018-12-23 12:58:09 +08:00
Shidong Wang
9d05769cd1 lint_on_save do not affect ale
close #2309
2018-12-23 12:25:14 +08:00
Wang Shidong
ecab6eb52b
Fix flygerp support in windows (#2371)
* Fix flygerp support in windows

* Fix path

* Add option for config command line prompt

Add new SpaceVim option commandline_prompt, this option is for
changging denite and flygrep command line prompt, by default it is
➭

* Remove spacevim before prompt

* Add getjumplist compatible function

* Update getjumplist function

* Implement split max func

* Update test

* Fix compatible function

* Fix rg support in flygrep_windows

in window and neovim-qt, rg need a '.' at the end if no dir specific

* Fix ag support

* Update wiki

* Update notes

* Add note for install rg and ag in windows
2018-12-22 22:18:19 +08:00
Wang Shidong
50fe3213d1
Simple support for coc (#2333)
* Add coc support

* Add coc"

* Add coc support
2018-12-13 23:07:55 +08:00
Shidong Wang
8e7e62a988 Add find and dir support 2018-12-09 10:04:55 +08:00
Shidong Wang
333a070b42 Fix rg support in ctrlp and windows 2018-12-08 22:28:43 +08:00
Stefan Lendl
64ac875247 Add mapping to toggle conceal level (#2298)
[SPC] t c
toggles between conceallevel=0 and 2
2018-11-24 23:15:31 +08:00
Wang Shidong
240d839614
Add autocomplete delay option (#2236) 2018-10-06 10:15:19 +08:00
Wang Shidong
ee02a29869
Change 2 leftmoust behavior in vimfiler (#2221) 2018-09-30 14:11:07 +08:00
Wang Shidong
da27e211f7
Fix key binding for unite buffer (#2199) 2018-09-25 23:27:56 +08:00
Wang Shidong
567c73f3df
Fix install cmd, improve shell layer (#2181) 2018-09-25 22:17:36 +08:00
Wang Shidong
0008a752ab
Fix toggle cursorline (#2171) 2018-09-16 13:54:57 +08:00
Nikolaus Sucher
7c9a90498b Add the option for setting filetree position (#2015) 2018-09-15 09:21:38 +08:00
Wang Shidong
08d573cd6a
Move set encoding to begining (#2082)
* Move set encoding to begining

* Update wiki
2018-08-24 21:06:37 +08:00
Wang Shidong
151e0a6e18
add lang#erlang layer (#2074)
* Add lang#erlang layer

* Fix erlang omni patterns

* Add doc

* Add repl support for erlang

* Add lang#erlang layer

* Type
2018-08-22 20:40:25 +08:00
Wang Shidong
f1801f4ae3
Fix neovim py support (#1988) 2018-07-28 10:58:12 +08:00
Bigo
a16b6d8c71 Allow customization of vimfiler_quick_look_command 2018-06-28 10:43:11 +01:00
Wang Shidong
a4c44a6a3f
Fix rtp (#1787) 2018-06-03 21:38:44 +08:00
Wang Shidong
36d138771b
Glyph free theme (#1784)
* Add Glyph-free theme
2018-06-03 20:14:17 +08:00
Wang Shidong
3eb94b292e
Improve system api (#1780)
* Improve system api

* Update apis

* Update apis

* Update apis

* Update apis

* Update apis

* Update file api

* Update build options of vimproc
2018-06-03 10:40:11 +08:00
Wang Shidong
83fdba47a2
Improve tags layer (#1761)
* Update tags layer

* Update tags layer

* Remove tags config in java layer
2018-05-27 16:17:44 +08:00
wsdjeg
8baf6793cc Fix language 2018-05-11 19:25:50 +08:00
wsdjeg
2af98617bc Set encoding 2018-05-10 21:39:04 +08:00
wsdjeg
72d9052d35 Fix rtp 2018-05-09 20:36:35 +08:00
wsdjeg
bdbb89bcf5 Enable nocompatible for vim 2018-05-02 20:26:58 +08:00
wsdjeg
59d3995f8d Fix phpcd support 2018-05-01 12:29:53 +08:00
Wang Shidong
3f32e6f379
Add asyncomplete-clang (#1671)
* Add asyncomplete-clang

* Update config
2018-04-30 13:31:34 +08:00
wsdjeg
4f1d55f7c7 Close #1639 2018-04-30 10:12:28 +08:00
wsdjeg
bf7dc169ef Fix asyncomplete 2018-04-30 10:11:50 +08:00
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