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

4307 Commits

Author SHA1 Message Date
Shidong Wang
4c7e254ef8 Fix type 2020-01-30 15:18:31 +08:00
Wang Shidong
7a53cc9971
Add lang#lasso layer (#3314) 2020-01-30 14:31:07 +08:00
Wang Shidong
65a57211ad
Add lang#asepctj layer
* Add lang#asepctj layer

* Add lang syntax file

* Add cn doc
2020-01-30 14:06:04 +08:00
Shidong Wang
b537de9425 Disable deoplete in denite filter buffer 2020-01-29 23:16:54 +08:00
Wang Shidong
5a65f8ec1e
Flygrep improve (#3312)
* Improve flygrep

* Surround with try catch
2020-01-29 22:52:07 +08:00
Wang Shidong
de79995a34
Add lang#ring layer (#3311) 2020-01-29 21:27:15 +08:00
Wang Shidong
cd1ac44984
Add windows resize key binding (#2807) 2020-01-29 14:15:29 +08:00
Wang Shidong
1c7566141e
Update Wiki (#3310) 2020-01-29 13:37:55 +08:00
Wang Shidong
7c6fdad120
Add type support for A plugin (#3308) 2020-01-28 16:10:31 +08:00
Shidong Wang
b2a0a3a78a Add languages json 2020-01-27 22:11:56 +08:00
Wang Shidong
062010cc03
Update doc (#3306)
* Add doc for lang#pascal layer

* Add doc for lang#slim layer
2020-01-27 20:36:17 +08:00
Wang Shidong
e9403f914d
Fix runner and repl (#3305) 2020-01-26 22:15:55 +08:00
Wang Shidong
d1ba7d7cf2
Fix python runner (#3304)
* Add func to split shebang to commands

* Fix python shebang check
2020-01-26 21:17:24 +08:00
Shidong Wang
a145a86215 Complete layer options for lang#scheme layer 2020-01-26 00:06:21 +08:00
Wang Shidong
b7b979b878
Improve scheme layer (#3299) 2020-01-25 21:31:30 +08:00
Shidong Wang
3ae9a01a08 Change defx icons
the directory icon should be same as tagbar
2020-01-23 15:54:43 +08:00
Wang Shidong
5927bab905
Fix shell key binding (#3293) 2020-01-22 20:26:49 +08:00
Shidong Wang
0a94f76cd5 Update haskell layer doc 2020-01-20 16:20:50 +08:00
Shidong Wang
57bbd12053 Add REPL support for haskell 2020-01-20 01:46:58 +08:00
Wang Shidong
129271243c
Fix code runner (#3292) 2020-01-20 01:29:03 +08:00
Shidong Wang
e9e3639bdc Change fold symbol to standard character
close #3259
2020-01-19 19:09:59 +08:00
Wang Shidong
04415dba45
Improve lint (#3291) 2020-01-19 18:35:50 +08:00
Shidong Wang
a5c166abf1 Fix blog link 2020-01-15 00:12:00 +08:00
Shidong Wang
df6b72246a Fix type 2020-01-15 00:08:28 +08:00
Wang Shidong
589ce388b7
Add blog about code runner (#2390) 2020-01-15 00:05:01 +08:00
Wang Shidong
0c8b422d5b
Add support for config alt file (#3283) 2020-01-09 21:10:03 +08:00
Ryan Schultz
d20f3105f4 Fix minor typo 'opjects' -> 'objects' (#3284)
Fixing a typo in the Edit layer description. 'opjects' should be 'objects'
2020-01-09 21:09:06 +08:00
Shidong Wang
dcd0ff338f Add git blame statusline support 2020-01-06 21:26:30 +08:00
Shidong Wang
f024676967 Add git config statusline 2020-01-04 18:01:52 +08:00
Wang Shidong
1f928ad156
Update branch name via job (#3280) 2020-01-04 16:46:40 +08:00
David Rasch
41f2e6e0d3 Fix spc s a j text (#3281)
* Search mappings: correct whitespace in text

* Search mapping: correct text for `[SPC] s a j` as opposed to `[SPC] s a J`
2020-01-04 08:15:18 +08:00
Wang Shidong
0c5b68ab2a
Fix cursor pos when enable incsearch layer (#3279)
close #3159
2020-01-03 23:13:17 +08:00
William Hutson
1cd9404d42 Type: change vim-gik to vim-gtk (#3277) 2020-01-02 14:55:36 +08:00
Wang Shidong
ef36d19f9c
Improve todo plugins (#3276) 2020-01-01 23:00:30 +08:00
Wang Shidong
4a2edb3047
Add delete action key binding (#3275) 2020-01-01 21:50:39 +08:00
Tobias Bales
f3df8b24df Fix typo in imports in go doc (#3272) 2019-12-31 17:19:57 +08:00
Wang Shidong
12409e165b
Improve git support (#3247) 2019-12-21 21:42:27 +08:00
Jethro Cao
969233895c Add plugin to enable search via */# in visual mode (#3262) 2019-12-21 21:39:08 +08:00
Jethro Cao
3b1043186b Fix R REPL running (#3253) 2019-12-13 07:41:38 +08:00
Wang Shidong
24da07159a
Add git plugin (#3244) 2019-12-07 16:04:55 +08:00
Shidong Wang
2324c37b7a Update changelog 2019-12-02 23:18:11 +08:00
Romain
4dae275baf [Docs] vimproc_linux64.so DLL issues pointers (#3238)
Just because I ran into this with a fresh install on a server without c compiler, I put this here as a reminder and for others SpaceVim fans :-)
2019-11-28 11:35:34 +08:00
Wang Shidong
ffca45a8fb
Add coding.net mirror (#3235) 2019-11-26 16:41:49 +08:00
Wang Shidong
616dd261f9
Add help for language layer (#3230) 2019-11-26 16:07:59 +08:00
Jethro Cao
04ba291924 Fzf action keybindings (#3234)
* Change excmd name for consistency

* Fzfbuffers -> FzfBuffers

* Add feature: FZF open file actions

* <ctrl-[x|v|t]> opens selected file in split, vsplit, tab respectively
* implemented using s:wrap function from junegunn/fzf.vim
* available for SPC-p-f (FzfFiles) and SPC-f-r (FzfMru)
2019-11-24 19:01:27 +08:00
Martin Pépin
0a5aa70580 highlight-long-lines defaults to 80 (#3228) 2019-11-24 18:57:49 +08:00
Wang Shidong
387288fc01
Improve find plugin (#3227)
close #3214
2019-11-16 14:56:09 +08:00
lasers
9678f3f1f6 util.vim: fix typo (you->your) (#3225) 2019-11-16 13:08:06 +08:00
Wang Shidong
e15da7ed54
Use textwidth instead of 80 (#3226) 2019-11-16 12:59:40 +08:00
wsdjeg
a4c4dd93f3 Update version v1.4.0-dev 2019-11-16 12:17:14 +08:00