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

1606 Commits

Author SHA1 Message Date
wsdjeg
9d627870d8 docs(documentation): update mouse and scrollbar section 2022-04-23 22:53:40 +08:00
wsdjeg
e6ae82c892 docs(teal): add page for lang#teal layer 2022-04-23 21:32:35 +08:00
wsdjeg
bfb5444c34 feat(major_mode): add wrap line major mode icon 2022-04-23 16:50:28 +08:00
wsdjeg
421fcf273d docs(development): update development page 2022-04-23 15:48:14 +08:00
wsdjeg
5e7db7bae4 docs(runner): update code runner doc 2022-04-23 10:55:36 +08:00
wsdjeg
10098fdf37 feat(mapping): improve SPC w m key binding 2022-04-23 10:31:59 +08:00
wsdjeg
eaf29aff63 docs(faq): add guide for manual installation 2022-04-22 22:07:55 +08:00
Kristof Ostir
faf0a6b494
docs(faq): update doc for manual installation
close https://gitee.com/spacevim/SpaceVim/issues/I1SHU7
2022-04-22 18:32:16 +08:00
wsdjeg
f07916c9e7 feat(rust): use bundle rust.vim
close https://github.com/SpaceVim/SpaceVim/issues/4620
2022-04-22 16:43:25 +08:00
wsdjeg
7e32e062d6 feat(colorscheme): add dracula
close https://github.com/SpaceVim/SpaceVim/issues/4063
2022-04-22 13:54:14 +08:00
wsdjeg
4b617500ec docs(scrollbar): add doc about scrollbar 2022-04-22 11:53:22 +08:00
wsdjeg
37ed3bd235 chore(website): use gtag.js 2022-04-20 23:40:20 +08:00
Kristof Ostir
a1b65988e7
fix(core): fix Windows install script && update faq 2022-04-20 01:31:23 +08:00
wsdjeg
1611aecc49 feat(verilog): add lang#verilog layer 2022-04-15 20:36:45 +08:00
wsdjeg
2eadc4c439 docs(video): add link to Getting Started With SpaceVim 2022-04-15 10:57:50 +08:00
tiwe0
e6dc367a83
docs(C/C++): fix typos in vim as C/C++ IDE 2022-04-13 19:25:39 +08:00
wsdjeg
e32ec1f886 fix(lang#php)!: change g D key binding
BREAKING CHANGE: use `g D` to jump to declaration
2022-04-13 19:19:48 +08:00
wsdjeg
dc01a27d4a docs(php): update doc of lang#php layer 2022-04-13 17:46:41 +08:00
wsdjeg
39cbef5f3f fix(fonts): download Sauce Code Pro Nerd Font automatically
close https://github.com/SpaceVim/SpaceVim/issues/4616
2022-04-12 16:04:44 +08:00
wsdjeg
ca969ce065 feat(ctrlg): add ctrl-g key binding to display project info 2022-04-11 23:00:31 +08:00
wsdjeg
10334308c9 docs(wiki): update following HEAD page 2022-04-11 16:58:13 +08:00
wsdjeg
813ad6c950 feat(todomanager): add todo_prefix option
close https://github.com/SpaceVim/SpaceVim/issues/3819
2022-04-10 21:37:27 +08:00
wsdjeg
d9c799bbee docs(link): fix links 2022-04-09 08:24:01 +08:00
wsdjeg
33a5aa2ed4 fix(page): update post date 2022-04-09 08:17:17 +08:00
Wang Shidong
6200d7085d
docs(iedit): add article for iedit 2022-04-09 08:13:05 +08:00
wsdjeg
e1aba6d16e docs(iedit): update documentation page 2022-04-09 01:27:14 +08:00
Sébastien Santoro
0d61594246
docs(gtags): document ctags_bin gtags layer option 2022-04-05 20:45:37 +08:00
wsdjeg
08089d68e0 docs(php): update doc for php lsp support
ref https://github.com/SpaceVim/SpaceVim/issues/4619
2022-04-05 12:39:56 +08:00
wsdjeg
1144ada6c9 docs(custom_plugins): add doc for adding multiple plugins
ref https://github.com/SpaceVim/SpaceVim/issues/73
2022-04-04 18:17:36 +08:00
wsdjeg
2506fec3a0 feat(mapping): add SPC f R to rename current file 2022-04-04 14:35:55 +08:00
wsdjeg
6a3d1968ab fix(test): update Makefile 2022-04-03 22:50:58 +08:00
wsdjeg
e1e2138080 docs(weisite): update website documentation 2022-03-31 12:50:48 +08:00
wsdjeg
c3eaaf59f4 docs(tutorial): update vim script guide 2022-03-30 15:33:29 +08:00
wsdjeg
33cc57af55 chore(copyright): update email 2022-03-27 13:38:54 +08:00
wsdjeg
8677c8a830 feat(mapping): add SPC b o to kill all buffers and windows 2022-03-23 14:10:09 +08:00
wsdjeg
db7dee960f feat(checkers): add lint_exclude_filetype option
close https://github.com/SpaceVim/SpaceVim/issues/4553
2022-03-22 19:17:40 +08:00
wsdjeg
3dccacb0d8 fix(ui): fix indentline_exclude_filetype option 2022-03-22 19:11:29 +08:00
wsdjeg
88f4eac845 docs(mail): add doc for mail layer 2022-03-22 18:52:13 +08:00
Russell
27c0f5585c
docs(kotlin): update doc for kotlin layer
Signed-off-by: Russell Richardson <admin@russ.network>
2022-03-22 12:07:12 +08:00
wsdjeg
298eac3cee fix(install): fix install script
close https://github.com/SpaceVim/SpaceVim/issues/4598
2022-03-20 11:06:37 +08:00
wsdjeg
c299cebb7f docs(quick-guide): add doc for switch to specific version
close https://github.com/SpaceVim/SpaceVim/issues/4573
2022-03-19 20:19:09 +08:00
Kun Lin
b1a3c0510c
feat(markdown): add a new key binding for RemoveToc 2022-03-19 20:10:56 +08:00
sisynb
2c8ebf9c40
docs(lsp): add description for nvim(>=0.5.0) 2022-03-19 20:09:47 +08:00
Kun Lin
e1d68de4c2
feat(edit): add reverse-lines key binding 2022-02-26 11:03:48 +08:00
Elliott Crifasi
6b34744062
docs(clojure): typo in clojure doc 2022-02-26 11:01:36 +08:00
Grafcube
489edbaeda
feat(test): add vim ultest 2022-02-19 08:54:42 +08:00
Grafcube
e61e78b0bc
feat(format): add silent_format to format layer 2022-02-08 23:11:57 +08:00
wsdjeg
e244e280ac docs(edit): fix typo in edit page 2022-02-06 23:36:28 +08:00
wsdjeg
d8075dd932 docs(edit): update cn edit page 2022-02-06 14:12:18 +08:00
wsdjeg
08de9d7046 chore(sponsors): update sponsors page 2022-02-06 13:42:59 +08:00