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

3682 Commits

Author SHA1 Message Date
Wang Shidong
7a9474795a
Fix up (#2197) 2018-09-25 22:05:49 +08:00
Wang Shidong
1651ede080
Add colorscheme frequency (#2189) 2018-09-25 15:56:41 +08:00
Wang Shidong
d5373fd27c
Merge pull request #2195 from gbrlcustodio/patch-1
Fixed missing endif at ruby config layer
2018-09-25 08:45:36 +08:00
Gabriel Custódio
6765e9d3dc
Fixed missing endif at ruby config layer 2018-09-24 11:02:57 -03:00
Wang Shidong
108e82629b
Improve denite layer (#2188) 2018-09-22 21:52:53 +08:00
Wang Shidong
a3287180e9
Merge pull request #2185 from thedelchop/add-pry-support-in-ruby-language-layer
Improve Ruby language layer to accept a custom REPL
2018-09-22 19:22:28 +08:00
Joseph DelCioppio
23e48dc47e Improve Ruby language layer to accept custom REPL
Taking a cue from the Lua language layer, update the Ruby language layer
to support specify a custom REPL. This command expects a valid path to
an executable, so a file path would be required if the executable is not
on your $PATH.
2018-09-21 23:11:51 -04:00
Wang Shidong
c4bbc664a2
Close #2030 (#2186) 2018-09-21 22:16:47 +08:00
Wang Shidong
479e89e2f5
Add lang#asciidoc layer (#2179) 2018-09-21 21:15:35 +08:00
Wang Shidong
9a6fc96964
Merge pull request #2184 from wsdjeg/jquery_cnd
Use bootCDN for jquery in cn page
2018-09-21 15:03:22 +08:00
Wang Shidong
92cd57a6a4
Update default.html 2018-09-21 15:00:58 +08:00
Wang Shidong
1245c43067
Use bootCDN for jquery in cn page 2018-09-21 14:59:53 +08:00
Wang Shidong
12411a98cd
Update sponsors.md 2018-09-21 13:00:09 +08:00
Wang Shidong
7c8c2ee93a
Update sponsors.md 2018-09-21 12:53:51 +08:00
Wang Shidong
dac399fc59
Update sponsors.md 2018-09-21 12:43:56 +08:00
Wang Shidong
d92640c197
Update sponsors.md 2018-09-21 12:22:24 +08:00
Wang Shidong
1ad908dd7d
Merge pull request #2183 from thedelchop/fix-type-in-highlight-project-search
Fix: Typo in highlight project search
2018-09-21 07:55:18 +08:00
Joseph DelCioppio
9544edc535 Fix: Typo in hightlight project search
Fix typo in the invocation of FlyGrep for searching the
highlighted word in the project dir so that the command functions
correctly.
2018-09-20 19:10:21 -04:00
Wang Shidong
be689c4587
Merge pull request #2180 from techgaun/pretty-comment
add mapping for NERDCommenterSexy
2018-09-20 09:19:01 +08:00
techgaun
3113d7efcd
update following-head 2018-09-19 14:54:07 -05:00
techgaun
a43fe270f8
add mapping for NERDCommenterSexy 2018-09-19 14:50:19 -05:00
ssfjhh
2397e9508a Doc: Correct several typos. (#2122) 2018-09-19 12:27:49 +08:00
Wang Shidong
4a5c313639
Fix vimcompatible mode (#2174) 2018-09-17 21:09:15 +08:00
Wang Shidong
1887a5bb5c
Complete config (#2173) 2018-09-16 20:42:15 +08:00
Wang Shidong
0008a752ab
Fix toggle cursorline (#2171) 2018-09-16 13:54:57 +08:00
Wang Shidong
4c32447783
Fix statusline theme (#2170) 2018-09-16 13:05:35 +08:00
Wang Shidong
feaaad3b31
Fix unknonw v:progpath (#2169)
* Fix unknonw v:progpath

close #2126
2018-09-16 10:26:08 +08:00
Nikolaus Sucher
7c9a90498b Add the option for setting filetree position (#2015) 2018-09-15 09:21:38 +08:00
Wang Shidong
b88e9238ec
Add lang#clojure layer doc (#2091) 2018-09-14 22:23:40 +08:00
Wang Shidong
8e4b3a555b
Update highlight API (#2145) 2018-09-14 22:17:52 +08:00
Wang Shidong
364404fc01
Fix flygrep in old neovim (#2162) 2018-09-13 22:11:14 +08:00
Wang Shidong
e94825c3a4
Update faq and config doc (#2158)
* Update faq for #2157

* Update doc for config spacevim
2018-09-12 21:05:11 +08:00
Wang Shidong
51c20d965c
Add doc for missing layers (#2139) 2018-09-12 20:14:20 +08:00
Wang Shidong
cc6d32effe
Add lsp support for vue (#2149) 2018-09-09 13:13:55 +08:00
Wang Shidong
616b50ec62
Add lang#vue layer (#2143) 2018-09-07 19:52:15 +08:00
Wang Shidong
2bae381129
Add log for startup (#2137) 2018-09-06 21:19:59 +08:00
Wang Shidong
67aeb4dac2
Add lang#latex layer (#2133)
* Add lang#latex layer
* Add lang#extra layer
2018-09-06 21:16:33 +08:00
rcasta74
2d6b3a98c4 Improve compatibility with old vim (#2130)
* fix variable type mismatch

* Disable plugin with neobundle plugin manager

* Call the correct 'get' function when plugin_manager is neobundle

* Update the Following-HEAD page.
2018-09-02 18:30:15 -05:00
rcasta74
97cf72702d Fix active statusline displaying fileformat info (#2125)
* Fix active statusline displaying fileformat info

* Update the Following-HEAD page.
2018-09-02 18:24:05 -05:00
Cosmin Cojocar
d441c1e438 Add some Typescript keybindings (#2100)
* Fix typescreipt language mapping registration

* Add some key bindigns for Typescript

* Add new typescript key bindings to README

* typescript: define a gd function for go to defintion command

* Update the typescript gd command
2018-09-01 20:25:45 +08:00
Wang Shidong
4b689b1dd6
Disable term title in repl (#2119) 2018-09-01 13:12:05 +08:00
Wang Shidong
06fa3811c5
Improve vim-mundo statusline (#2118) 2018-09-01 12:16:39 +08:00
Wang Shidong
797271d50c
Improve nerdtree statusline (#2117)
* Improve nerdtree statusline

* Update wiki
2018-09-01 12:10:51 +08:00
Wang Shidong
1f8ddcf6d7
Add old vim support (#2116) 2018-09-01 11:18:47 +08:00
Wang Shidong
2da17c7b25
Fix python autoflake support (#2115) 2018-09-01 10:28:52 +08:00
Wang Shidong
e12f243214
Fix cscope layer (#1786) 2018-09-01 10:04:39 +08:00
ssfjhh
cce133115e Correct several typos and links. (#2113) 2018-09-01 10:01:59 +08:00
Wang Shidong
63f83ddc92
Fix plugin manager (#2110)
* Update manager.vim

* Update manager.vim
2018-08-31 11:09:17 +08:00
Wang Shidong
77e7d46e27
Fix SPC ? key binding (#2109) 2018-08-31 10:42:45 +08:00
Wang Shidong
c4fa33a41c
Fix lsp installation (#2108)
* Fix lsp installation

* Update wiki
2018-08-30 21:39:55 +08:00