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

2406 Commits

Author SHA1 Message Date
Shidong Wang
fa330a8ffe Fix type
close #3574
2020-06-13 20:32:34 +08:00
Wang Shidong
aebee1b28b
Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00
Shidong Wang
06c7cc740a Avoid load script twice 2020-06-07 15:25:02 +08:00
Shidong Wang
bd64b0e899 Update doc for lang#kotlin layer 2020-06-06 12:36:27 +08:00
Shidong Wang
252723b197 Update doc for lang#julia layer 2020-06-06 12:33:11 +08:00
Wang Shidong
f0d4ab2f6f
Update coc.nvim installation (#3564)
* Fix coc.nvim installation.

The installation scripts for coc.nvim have been removed.

We also need to update the plugin install script to properly checkout
the branch specified in the 'rev' attribute. This can be moved out of
a separate git command into the initial clone.

* Fix coc.vim installation

* Change coc build command

Co-authored-by: Theodore Ni <3806110+tjni@users.noreply.github.com>
Co-authored-by: ChocoPowwwa <chocopowwwa@gmail.com>
2020-06-01 21:50:27 +08:00
Wang Shidong
2f87f1367f
Fix c cpp highlight (#3561)
close #3558
2020-05-30 23:01:37 +08:00
Shidong Wang
0e368ab4bc Change rainbow_parentheses to autoload 2020-05-27 23:36:03 +08:00
Shidong Wang
cfaf63446c Update doc for toggle paste mode 2020-05-27 09:40:50 +08:00
Wang Shidong
780955486b
Check SPELL status (#3553)
close #3409
2020-05-26 20:58:33 +08:00
Wang Shidong
e3f7a26f71
Add branch manager plugin (#2396) 2020-05-25 23:42:26 +08:00
Wang Shidong
a83fe5f29e
Add lang#factor layer (#2906) 2020-05-24 21:20:34 +08:00
Wang Shidong
4d81801588
Update banner (#3549) 2020-05-23 22:36:01 +08:00
Steve Huff
276d761ae2
Fix: enable clean startup in VimR (#3547)
This is a follow-on to #1651; I found that I was still seeing the error message
mentioned in that PR under VimR 0.32.0.  Fortunately VimR has a specific
feature `gui_vimr` to test against; recent builds of VimR do set `gui_running`,
so the fix from that previous PR no longer works.
2020-05-23 10:18:42 +08:00
Shidong Wang
16b63112d7 Fix denite support 2020-05-16 18:21:38 +08:00
Wang Shidong
829094c1ea
Improve tools#mpv layer (#3534) 2020-05-16 14:02:51 +08:00
Lin Kun
d00d81ad74
Fix: Add statements to check whether the character under the cursor is empty. (#3531) 2020-05-15 21:45:12 +08:00
Theodore Ni
1c6b15619f
Change how highlight syntax IDs are looked up. (#3521)
There is a function called hlID that can be used to look up the syntax
ID directly. On my laptop, this saves a bit over 100ms during start up
when loading the tabline and the statusline.
2020-05-15 21:44:02 +08:00
Wang Shidong
b8cb61a0e1
Update doc (#3507) 2020-05-06 20:59:34 +08:00
Wang Shidong
7e2f9097c9
Make openbrowser not lazy loaded (#3479) 2020-04-28 15:15:58 +08:00
Wang Shidong
a9036c37c8
Add Highlight for foldsearch (#3494) 2020-04-28 13:24:37 +08:00
Wang Shidong
de65bb42ce
Add lang#forth layer (#2927) 2020-04-28 09:05:52 +08:00
Bernard Potocki
7b9cf8e217
Solargraph does not use .bat extension (#3469) 2020-04-28 09:04:49 +08:00
Bot
d28b54e80c
Add lang#supoercollider layer (#3092) 2020-04-28 09:03:47 +08:00
Wang Shidong
083420d282
Show buffer name (#3340) 2020-04-28 09:02:12 +08:00
Wang Shidong
b181a3542f
Improve foldsearch layer (#3492) 2020-04-27 23:28:19 +08:00
Lin Kun
d0fe6fcda1
Fix: align region at Dot. (#3490) 2020-04-27 21:59:45 +08:00
Shidong Wang
c05be552ea Remove echom function 2020-04-26 18:53:38 +08:00
Wang Shidong
289601c5e0
Add foldsearch layer (#3486) 2020-04-26 18:49:22 +08:00
Wang Shidong
091d85f1a0
Add spinners support in repl (#2232) 2020-04-26 14:09:21 +08:00
Wang Shidong
e1d89d2ed9
Fix SPLayer -l (#3472) 2020-04-23 23:14:11 +08:00
Wang Shidong
5b734be94c
Fix SPC e l key binding (#3467) 2020-04-22 20:54:03 +08:00
Wang Shidong
0ba60675cd
Update help file (#3465) 2020-04-22 19:35:49 +08:00
Wang Shidong
42ea773008
Add post for typescript (#3442) 2020-04-18 23:10:07 +08:00
Wang Shidong
627f913c75
Add lang#actionscript layer (#3459) 2020-04-18 22:17:55 +08:00
Wang Shidong
e663ae20d5
Add extra space after branch name (#3456) 2020-04-18 16:59:47 +08:00
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