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

4651 Commits

Author SHA1 Message Date
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
Lawrence Jacob Siebert
8887be1644
Update 2019-01-07-use-vim-as-a-go-ide.md (#3524)
fix example typo
2020-05-12 17:13:32 +08:00
Hoang Nguyen
070adeb3c0
Update new-programming-language-support.md (#3522) 2020-05-12 17:12:57 +08:00
Shidong Wang
24cac44e29 Fix html type 2020-05-10 15:07:29 +08:00
Wang Shidong
df53725148
Remove jekyll-seo (#3518) 2020-05-10 14:05:04 +08:00
Wang Shidong
b1b5146515
Fix ginit (#3495) 2020-05-09 22:21:33 +08:00
Shidong Wang
d4dc1335d1 Add coffeescript doc 2020-05-09 22:20:12 +08:00
Wang Shidong
b8cb61a0e1
Update doc (#3507) 2020-05-06 20:59:34 +08:00
Sly
a6bd9a53e6
Updated SourceCodePro font hyperlink (#3508)
Updated the hyperlink to the 2.1.0 version of SourceCodePro Font
2020-05-06 20:13:11 +08:00
Romain
573475ec23
add tagbar documentation for markdonw layer (#3506)
* add tagbar documentation for markdonw layer

 tagbar-markdown need php to work.

mdctags don't. (maybe it should be the default plugin used for that ?)

* [Typo] k != K
2020-05-04 18:19:36 +08:00
Hoang Nguyen
dd212c0897
Update index.md (#3501) 2020-05-01 15:43:26 +08:00
Wang Shidong
80e2fc742f
Update pictures (#3497) 2020-04-29 23:32:26 +08:00
Hoang Nguyen
1345ee66f5
Fix foldsearch docs (#3500)
* Fix foldsearch docs

* Update layers.md
2020-04-29 12:13:22 +08:00
Dragos Carp
4fd2500d35
Fix layer name in docs/layers/format.md (#3499) 2020-04-28 23:25:13 +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
Shidong Wang
03f150fa3c Update quick start guide page 2020-04-28 10:05:12 +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
bcfc169007
Add contact us section (#3483) 2020-04-28 08:56:35 +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
chenzhiy2001
af14fbed19
Type in use-vim-as-ide page (#3482) 2020-04-26 10:37:42 +08:00
Wang Shidong
340f179a96
Add doc for search index (#3484) 2020-04-26 10:36:34 +08:00
Wang Shidong
40811830eb
Update donation methods (#3481) 2020-04-25 21:31:49 +08:00
Wang Shidong
eb9627fff3
Fix fileformat of help syntax file (#3478)
close #3476
2020-04-24 23:05:16 +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
d878ccf3ad
Update sponsors (#3461) 2020-04-19 13:42:00 +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
Shidong Wang
ffd489c982 Remove opencollective 2020-04-17 01:53:16 +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
SwenChan
d084fb4b30
rg doesn't need --no-ignore options (#3446) 2020-04-13 15:55:57 +08:00
davidh38
9f6546b71c
Website: Correct spellings on various sites (#3443) 2020-04-12 18:41:34 +08:00
Shidong Wang
6a57750439 Close #3413 2020-04-11 22:55:55 +08:00
Shidong Wang
32e8fece01 Merge branch 'master' of https://github.com/SpaceVim/SpaceVim 2020-04-11 22:47:24 +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
Shidong Wang
5e675e989f Merge branch 'master' of https://github.com/SpaceVim/SpaceVim 2020-04-06 22:29:14 +08:00