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

2420 Commits

Author SHA1 Message Date
Wang Shidong
5ebbec752f
Add pastebin and fix_install for plugin manager (#3457) 2020-04-18 16:18:20 +08:00
Wang Shidong
a4fe1351db
Update doc for vimcompatible (#3453) 2020-04-17 22:23:43 +08:00
Wang Shidong
c2ed7ac502
Update python format option (#3452)
close #3429
2020-04-16 22:56:26 +08:00
Michal Příhoda
4baf76d542
Add: Allow to use prefix count to specify length of password. (#3451)
In the password insertion functions it is now possible to use
count prefix to specify another password length instead of the default.

The defaults did not change and are used if v:count is 0.
2020-04-16 22:27:49 +08:00
thawk
46aaec70b2
fix typo (#3438) 2020-04-10 19:12:31 +08:00
M. Willis Monroe
f68189941d
Spelling and syntax fixes (#3439) 2020-04-10 19:11:25 +08:00
Wang Shidong
b68306354e
Update version (#3436) 2020-04-06 21:53:50 +08:00
Wang Shidong
263430393f
Release v1.4.0 (#3432) 2020-04-05 16:32:15 +08:00
Wang Shidong
e2530924ac
Rust support (#3430)
* Fix rust support

* Update rust layer
2020-04-03 22:51:04 +08:00
Jonas
93376f0b7e
Respect XDG_CACHE_HOME for the data dir (#3411) 2020-03-29 08:34:31 +08:00
Matthew Strasiotto
9f738a804b
Extend permalink clipboard copy support (#3422)
Now supports non-standard ssh remotes (ie - not github.com)

Also, now by default copies the permalink WRT the current head's SHA,
 as opposed to to name of the current branch
2020-03-29 08:34:09 +08:00
Yanick Fratantonio
13b28149d8
Add shortcut to use NERDCommenterAltDelims (#3417) 2020-03-24 09:29:34 +08:00
Pieter Joost van de Sande
1b9e252015
use gopls in rename command for go (#3412)
Vim-go uses the deprecated gorename command that doesn't support Go modules. The latest release go gopls support renaming and is the new way forward.

See: 
* https://github.com/golang/go/issues/27571
* https://github.com/fatih/vim-go/issues/2366
2020-03-23 08:16:28 +08:00
Michal Příhoda
b4144ba073
Fix the git log commands for chosen git plugins (#3400) 2020-03-15 10:13:50 +08:00
Luigi Clemente
d33b193039
Added elixir icons (#3402) 2020-03-15 10:12:28 +08:00
Shidong Wang
c67e32b033 Update cursor position after exit 2020-03-14 16:20:43 +08:00
Wang Shidong
d1a719c6ba
Improve rust repl support (#3395) 2020-03-04 20:13:16 +08:00
Wang Shidong
43c364ee6d
Fix dein support (#3393) 2020-03-04 00:07:38 +08:00
Wang Shidong
4938183571
Add post for rust (#3199) 2020-02-29 22:33:28 +08:00
Wang Shidong
68f821be40
Add tasks options cwd support (#3385) 2020-02-29 13:35:54 +08:00
JHZheng
6ca41bb120
Fix layer/lang/go jump to definition issue (#3378) 2020-02-25 08:40:40 +08:00
Wang Shidong
64b2199683
Add float terminal windows support (#3377) 2020-02-24 18:18:53 +08:00
Wang Shidong
d8e238b586
Tasks provider (#3375) 2020-02-23 21:29:04 +08:00
Wang Shidong
b8e22780a8
Add tasks detection (#3374) 2020-02-22 16:54:44 +08:00
Wang Shidong
94568dbacb
Improve tasks support (#3370) 2020-02-21 16:01:07 +08:00
Wang Shidong
b2b4e080ee
Fix relativeFileDirname in tasks (#3366) 2020-02-20 23:26:11 +08:00
Wang Shidong
805ded92ce
Add option for setting todo labels (#3362) 2020-02-19 18:47:38 +08:00
Wang Shidong
523669337d
Add lang#vbnet layer (#3359) 2020-02-18 20:00:22 +08:00
Michal Příhoda
61843684c9
Fix GitGutter event (#3341) 2020-02-18 12:54:51 +08:00
Wang Shidong
acddd6d688
Add tags support for zig lang (#3357) 2020-02-18 12:40:23 +08:00
Wang Shidong
e3344fa308
Add lang#zig layer (#3355) 2020-02-17 21:29:30 +08:00
Wang Shidong
95a1f6be9a
Reimplement visual star search (#3352) 2020-02-15 23:43:29 +08:00
Shidong Wang
e5e98d7992 Fix isBackground checking 2020-02-15 21:06:05 +08:00
Shidong Wang
48cdcfee48 Improve g f in plugin manager
open the terminal only when the plugin's directory exists.

close #3349
2020-02-15 20:50:25 +08:00
Shidong Wang
04d05de80b Replace dockerfile plugin
close #3350
2020-02-15 15:49:10 +08:00
Wang Shidong
4dab51c015
Add backgroud task support (#3351) 2020-02-15 15:15:58 +08:00
Wang Shidong
6cd772cfb4
Add tasks support (#3346) 2020-02-14 22:15:04 +08:00
Wang Shidong
d93e29e4c2
Improve general doc (#3333) 2020-02-14 21:39:42 +08:00
Wang Shidong
c947f0ac3b
Add file copy key binding (#3348) 2020-02-14 12:55:09 +08:00
Shidong Wang
113eba351d Fix tmux layer
close #3343
2020-02-11 20:42:35 +08:00
Dennis Rausch
76afe2650b
fix: Make tmux layer use statusline_iseparator and added separators. (#3342) 2020-02-11 12:39:45 +08:00
Gabriel
8b94cf3525
Ale owership transferred from w0rp to dense-analysis (#3345) 2020-02-11 12:38:46 +08:00
JHZheng
240a31c591
Fix(lsp): multiple language server registration bug (#3338) 2020-02-06 18:18:31 +08:00
JHZheng
bf427c94e8
Rust layer enhancement (#3336) 2020-02-06 13:31:07 +08:00
Wang Shidong
0d2ae0e061
Add lang#janet layer (#3330) 2020-02-04 12:25:15 +08:00
Wang Shidong
d6b748d226
Add bang support for Alt file command (#3331) 2020-02-03 22:15:00 +08:00
Wang Shidong
65459ed042
Fix compile info (#3329) 2020-02-03 20:05:30 +08:00
Wang Shidong
3178aefbdd
Add lang#xquery layer (#3327) 2020-02-02 22:25:46 +08:00
Wang Shidong
cf0487d499
Add fuzzy plugin (#3203) 2020-02-02 19:29:12 +08:00
Dennis Rausch
acf40eae71
Add icons and git status to defx. (#3320) 2020-02-02 12:52:44 +08:00
Wang Shidong
fd7c0a96fa
Add repl support for TypeScript (#3274) 2020-02-02 12:35:14 +08:00
Wang Shidong
d90cf5935c
Improve lang#r layer (#3322) 2020-02-01 12:45:52 +08:00
Shidong Wang
d1e6318acb Fix type 2020-02-01 10:41:05 +08:00
Wang Shidong
6233e0ee01
Fix root (#3321) 2020-02-01 10:39:21 +08:00
Wang Shidong
d4150f19f3
Delete spacevim.vim 2020-02-01 10:07:51 +08:00
Wang Shidong
c50bc1eced
Improve project manager plugin (#3316) 2020-01-31 21:15:01 +08:00
Wang Shidong
4a77d41c37
Add lang#wdl layer (#3307) 2020-01-31 13:07:36 +08:00
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
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
7c6fdad120
Add type support for A plugin (#3308) 2020-01-28 16:10:31 +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
Wang Shidong
5927bab905
Fix shell key binding (#3293) 2020-01-22 20:26:49 +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
Wang Shidong
0c8b422d5b
Add support for config alt file (#3283) 2020-01-09 21:10:03 +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
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
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
JHZheng
7670689fc3 Add: more Merlin commands for layers/lang/ocaml (#3223) 2019-11-15 16:59:39 +08:00
Yaroslav Senyuta
8cd000671f Fix: Silence FlyGrep opens to avoid hit-enter-prompt (#3215) 2019-11-05 21:57:40 +08:00
Wang Shidong
00ac2987e4
Release v1.3.0 (#3213) 2019-11-04 22:00:58 +08:00
thawk
fcfcfbfe73 'enable' of layer configuration supports expression (#3211) 2019-11-02 13:25:09 +08:00
Wang Shidong
9ff9a0f1c9
Update elixir layer (#3205) 2019-10-30 21:25:39 +08:00
wsdjeg
f851303751 Add help info for lang#fsharp layer 2019-10-30 21:12:28 +08:00
wsdjeg
0874aad4e8 Add help info for lang#goby layer 2019-10-30 21:08:10 +08:00