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

240 Commits

Author SHA1 Message Date
Wang Shidong
a446220add
Improve todo manager (#2942) 2019-07-11 18:26:29 +08:00
Wang Shidong
dc1662548c
Fix ctrlp config (#2879)
* Fix ctrlp config

* Disable merge
2019-06-09 22:33:46 +08:00
Wang Shidong
331139505a
Update Copyright (#2878) 2019-06-09 14:11:17 +08:00
Shidong Wang
c5c98e13c9 Keep the mouse in the first column 2019-06-08 21:38:05 +08:00
Shidong Wang
103fe0763c Use 2-leftmouse to toggle tree
ref: https://github.com/Shougo/defx.nvim/issues/135
2019-06-08 20:57:16 +08:00
Wang Shidong
81b56a907c
Remove some code && fix windows support (#2874) 2019-06-08 15:09:53 +08:00
Wang Shidong
805c1c3f34
Better deafult (#2865)
* Change default windows index type

* Chaneg option enable_tabline_filetype_icon

change enable_tabline_filetype_icon to enable_tabline_ft_icon

* Disable true colors by default

* Changes default buffer_index_type to 4

* Change default statusline sep
2019-06-02 11:59:43 +08:00
Wang Shidong
b581ac4c77
Add sidebar (#2016) 2019-05-06 11:55:24 +08:00
AlanDing
9a4c72f1b6 Change: DefxSmartL() cancel action, ipynb.vim file head (#2780) 2019-05-04 07:25:51 +08:00
Shidong Wang
b421c83a8a Fix defx config 2019-04-21 21:42:28 +08:00
Wang Shidong
c2228a6db9
Fix SPC j d/D key binding (#2753) 2019-04-18 22:09:28 +08:00
Wang Shidong
b49700ef49
Fix completor delay (#2742)
* Fix completor delay

close #2609
2019-04-13 13:29:14 +08:00
Wang Shidong
91f25ce169
Fix defx_root_check (#2741) 2019-04-12 22:20:44 +08:00
Wang Shidong
ed51e65daf
Change home and end key in defx buffer (#2738)
* Change home and end key in defx buffer

* Add Ctrl-home key binding

* Update doc
2019-04-11 11:28:50 +08:00
Wang Shidong
2b3f3b7643
Release v1.1.0 (#2726)
* Update release script

* Update wiki

* Update img

* Update release page

* Change release page

* Fix resume

* Add Leader f SPC for fzf layer

* Add fzf menu support

* Use o to open dir in defx

* Update roadmap

* Update version

* Update version in script

* Add fzf mru

* Fix spacevim log level

close #2561
2019-04-08 07:46:56 +08:00
Shidong Wang
f497462836 Remove pull request link 2019-04-03 22:07:34 +08:00
Shidong Wang
4ae4cad290 Fix defx 2019-04-03 22:01:31 +08:00
alanding
dc3c23fe3e enhance defx keymap l 2019-04-03 12:56:53 +08:00
zeroryuki
c50ea97e08 Add: option for list number of files on home (#2687)
* Add: option for list number of files on home

* remove unwanted file
2019-04-02 21:08:08 +08:00
Wang Shidong
1fefff25fe
Merge branch 'master' into cursor 2019-03-28 15:32:49 +08:00
Stefan Lendl
bdb76f152a Update denite to use file/rec instead of file_rec (#2702) 2019-03-26 22:35:14 +08:00
Shidong Wang
724c73a8cf Fix yarked action 2019-03-23 21:44:27 +08:00
Wang Shidong
5e8a168add
fix Vimfiler defx support (#2691)
* Fix SPC j d

* Fix windisk for defx

* Add s t key binding for defx

* remove key binding

* Fix wiki
2019-03-23 21:22:13 +08:00
AlanDing
c3c41ca0f0 fix defx mapping l and c (#2693)
* fix defx key binding l

* fix defx key binding c
2019-03-23 20:42:41 +08:00
Nikolaus Sucher
befbb4f9a8 Update nerdtree.vim (#2685)
With "leftabove" nerdtree only appears on the right. After I changed it to "left" it is working again.
2019-03-20 20:52:37 +08:00
Wang Shidong
06df393296
Fix defx option (#2677) 2019-03-17 23:15:02 +08:00
Wang Shidong
37e6169008
Change windows key binding and improve doc (#2674) 2019-03-17 20:35:21 +08:00
Wang Shidong
f55fac7c2e
Add option filetree_direction (#2661) 2019-03-14 00:03:35 +08:00
Wang Shidong
02b07386db
Auto close defx windows (#2653) 2019-03-10 21:59:19 +08:00
Wang Shidong
7179777ff5
Add defx support (#2282) 2019-03-10 20:49:12 +08:00
Shidong Wang
df741d6ef2 Change key binding for vimfiler buffer 2019-02-27 23:11:41 +08:00
Wang Shidong
cd5ac21256
Update file tree key binding (#2630)
* Update file tree key binding

* Update doc
2019-02-27 08:13:00 -06:00
Wang Shidong
f7a1885286
Update statusline after signify updated (#2528) 2019-01-30 18:48:18 +08:00
Wang Shidong
ec5b8d0a01
fix vim script lint (#2519) 2019-01-28 22:12:37 +08:00
Shidong Wang
e33498f4f2 Remove vim-multiple-cursors.vim 2019-01-19 13:09:51 +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
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
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
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