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

458 Commits

Author SHA1 Message Date
wsdjeg
7c656469bf feat(leader): add custom leader function
close https://github.com/SpaceVim/SpaceVim/issues/3611
2022-10-24 22:24:51 +08:00
wsdjeg
e66aad013e docs(option): add :h SpaceVim-options-disabled_plugins 2022-10-10 02:08:14 +08:00
wsdjeg
80ed3d2419 feat(screensaver): use bundle screensaver 2022-09-25 21:20:35 +08:00
wsdjeg
2067108074 fix(python): fix python support for neovim 0.7 2022-09-10 21:41:06 +08:00
Austin Ziegler
9fa6fad9ed
docs(aspectj): AspectJ support has been misspelled
- The filename is correct, but the contents have been misspelled. I've
  used `fastmod` to do a mechanical replace of `asepctj` to `aspectj`.
2022-07-29 07:46:26 +08:00
wsdjeg
7f2dd0642d feat(cscope): add list_files_command layer option 2022-06-07 01:03:15 +08:00
wsdjeg
047f213348 feat(liquid): add liquid template support 2022-06-03 20:23:08 +08:00
wsdjeg
a989f9349e feat(lang#ruby): update lsp configuration for ruby 2022-05-27 16:53:18 +08:00
Wang Shidong
4dbbad92f0
feat(layer): add lang#cmake layer 2022-05-22 17:18:29 +08:00
Wang Shidong
14d9225346
feat(checkers): fix checkers layer option 2022-05-22 17:10:34 +08:00
wsdjeg
290b7906d6 feat(lang#postscript): add lang#postscript layer 2022-05-21 13:59:07 +08:00
Wang Shidong
7237a74889
feat(layer): add telescope layer 2022-05-16 22:20:10 +08:00
wsdjeg
48c57041f9 feat(julia): add g d key binding
close https://github.com/SpaceVim/SpaceVim/issues/4669
2022-05-11 18:51:47 +08:00
wsdjeg
4f06085b25 docs(autosave): add :h SpaceVim-plugins-autosave 2022-05-09 12:12:49 +08:00
wsdjeg
d4bf364cbe feat(layer): add lang#yang layer 2022-05-08 19:41:28 +08:00
wsdjeg
a7db14e865 feat(layer): add lang#jsonnet layer 2022-05-08 19:01:53 +08:00
Wang Shidong
8277b6789f
feat(layer): add framework#django layer 2022-05-07 08:03:49 +08:00
wsdjeg
a5d9ce959c feat(github): enable github-dashboard only when has('ruby') 2022-04-28 22:12:29 +08:00
Wang Shidong
e360f0c9d5
feat(hop): add hop.nvim for neovim v0.6.0 2022-04-27 22:13:32 +08:00
wsdjeg
29dcb31e47 feat(lang#c): update lsp key binding for lang#c layer 2022-04-26 01:45:08 +08:00
Wang Shidong
cd1e33a1eb
docs(scala): add post about using vim as scala ide 2022-04-24 15:13:52 +08:00
wsdjeg
0ac30df4c4 feat(lang#haxe): add lang#haxe layer 2022-04-23 22:30:11 +08:00
wsdjeg
9713a45048 feat(lang#teal): add lang#teal layer 2022-04-23 17:28:53 +08:00
wsdjeg
d27ca33a9c feat(option): add bootstrap_script option 2022-04-21 00:49:10 +08:00
Wang Shidong
fcc564ae25
feat(scrollbar): add scrollbar support for vim 2022-04-19 19:42:01 +08:00
wsdjeg
0ff0c941dc fix(projectmanager): add project_non_root option 2022-04-16 20:41:01 +08:00
wsdjeg
d5f7ef3332 refactor(file): refactor the file api 2022-04-15 23:23:46 +08:00
wsdjeg
1611aecc49 feat(verilog): add lang#verilog layer 2022-04-15 20:36:45 +08:00
wsdjeg
7f42c793dc docs(searcher): add doc about SPC s j 2022-04-14 23:21:58 +08:00
wsdjeg
99078b7706 docs(tasks): update :h SpaceVim-usage-tasks 2022-04-14 21:49:07 +08:00
wsdjeg
de88eb3fd8 docs(tabmanager): add :h SpaceVim-plugins-tabmanager 2022-04-14 19:26:47 +08:00
wsdjeg
109a5b2490 fix(statusline): backward compatibility 2022-04-14 17:33:50 +08:00
wsdjeg
b244af6e08 pref(options)!: rename statusline options
change spacevim_statusline_left_sections = spacevim_statusline_left
change spacevim_statusline_right_sections = spacevim_statusline_right

BREAKING CHANGE: rename the statusline sections option
2022-04-14 17:27:22 +08:00
wsdjeg
43f9e530f1 feat(netrw): add option to enable/disable netrw
close https://github.com/SpaceVim/SpaceVim/issues/4516
2022-04-14 16:53:07 +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
0700fc2622 docs(complete): update doc of autocomplete_method 2022-04-13 13:24:05 +08:00
wsdjeg
2c385518c0 docs(alternate): add :h SpaceVim-usage-alternate-file 2022-04-12 14:45:23 +08:00
wsdjeg
d90a3e1d3f docs(python2): add @bug todo info about python2 2022-04-11 18:36:44 +08:00
wsdjeg
97ebba23e6 feat(golang): improve lang#go layer
- add `go_file_head` option
- add `go_interpreter` option
- add `format_on_save` option

close https://github.com/SpaceVim/SpaceVim/issues/4486
2022-04-11 17:22:21 +08:00
wsdjeg
71dd46e450 feat(notify): add winblend option 2022-04-10 22:45:01 +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
ab64e20617 feat(tabline): add ctrl-shift-left/right key binding
ref: https://github.com/SpaceVim/SpaceVim/issues/1917
2022-04-07 13:17:22 +08:00
wsdjeg
ca58d3111b docs(option): add :h SpaceVim-options-commandline_prompt 2022-04-06 23:48:01 +08:00
wsdjeg
80d909ca49 docs(wildignore): add :h SpaceVim-options-wildignore 2022-04-06 00:38:39 +08:00
wsdjeg
3f99d0c297 docs(todomanager): add :h SpaceVim-plugins-todomanager 2022-04-05 20:17:35 +08:00
wsdjeg
07f8b5bba5 feat(gtags): add ctags_bin option 2022-04-05 15:25:20 +08:00
wsdjeg
bc04a4d342 docs(runner): add :h SpaceVim-plugins-runner 2022-04-04 17:55:19 +08:00
wsdjeg
e7ca75a850 fix(runner): check executable before run command 2022-04-04 17:43:26 +08:00
wsdjeg
87a9918020 feat(layer): add lang#octave layer 2022-04-04 16:12:43 +08:00