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

5846 Commits

Author SHA1 Message Date
wsdjeg
29dcb31e47 feat(lang#c): update lsp key binding for lang#c layer 2022-04-26 01:45:08 +08:00
wsdjeg
a5b08d26ca docs(development): update language specified key bindings 2022-04-26 01:05:28 +08:00
wsdjeg
e066d1830d fix(docker): keep all plugins 2022-04-26 00:36:14 +08:00
wsdjeg
571296ed1f fix(config): skip local config for $HOME
close https://github.com/SpaceVim/SpaceVim/issues/4641
2022-04-26 00:26:28 +08:00
wsdjeg
161982a182 fix(vim): avoid E706 2022-04-25 19:47:13 +08:00
wsdjeg
bd72cc5a2b fix(tasks): do not tesk local vader 2022-04-25 19:29:37 +08:00
wsdjeg
86fd042764 pref(git): use stdout/stdin instead of .git\COMMIT_EDITMSG 2022-04-25 18:54:16 +08:00
wsdjeg
50c676e3a4 pref(git): display working directory on commit statusline 2022-04-25 18:22:54 +08:00
wsdjeg
44e2c86da9 fix(job): make job api support env option 2022-04-25 12:58:25 +08:00
wsdjeg
e4c3fa7210 pref(neosnippet): update bundle neosnippet 2022-04-25 12:30:38 +08:00
wsdjeg
2ad0bb02b3 fix(startup): fix parser_argv function 2022-04-25 10:38:14 +08:00
wsdjeg
b3bcf07fba pref(job): catch error from old jobstop
in latest version of neovim, `jobstop` will not print error
when job id is invalid
2022-04-25 09:13:08 +08:00
wsdjeg
8e63b529b7 fix(runner): fix on_stdout function 2022-04-25 09:00:47 +08:00
wsdjeg
8e7c522cb6 docs(scala): update scala post 2022-04-24 23:16:00 +08:00
wsdjeg
caf1d8428a chore(scala): use bundle vim-scala 2022-04-24 22:08:19 +08:00
Wang Shidong
cd1e33a1eb
docs(scala): add post about using vim as scala ide 2022-04-24 15:13:52 +08:00
wsdjeg
205d2c7cd6 feat(haxe): add repl support for haxe 2022-04-23 23:23:08 +08:00
wsdjeg
0580b46668 docs(haxe): add page for lang#haxe layer 2022-04-23 23:11:04 +08:00
wsdjeg
8390ab101b fix(haxe): fix haxe code runner 2022-04-23 23:06:02 +08:00
wsdjeg
9d627870d8 docs(documentation): update mouse and scrollbar section 2022-04-23 22:53:40 +08:00
wsdjeg
0ac30df4c4 feat(lang#haxe): add lang#haxe layer 2022-04-23 22:30:11 +08:00
wsdjeg
eb320b505b docs(wiki): update languages list 2022-04-23 22:05:43 +08:00
wsdjeg
be536f6efa docs(wiki): update programming languages 2022-04-23 21:50:56 +08:00
wsdjeg
e6ae82c892 docs(teal): add page for lang#teal layer 2022-04-23 21:32:35 +08:00
wsdjeg
9713a45048 feat(lang#teal): add lang#teal layer 2022-04-23 17:28:53 +08:00
wsdjeg
bfb5444c34 feat(major_mode): add wrap line major mode icon 2022-04-23 16:50:28 +08:00
wsdjeg
a3031c6b92 fix(spell): handle error of SPC t S 2022-04-23 16:44:14 +08:00
wsdjeg
9c6875396b pref(markdown): use bundle vim-markdown-toc 2022-04-23 16:16:52 +08:00
wsdjeg
421fcf273d docs(development): update development page 2022-04-23 15:48:14 +08:00
wsdjeg
aebdaebb37 pref(bundle): update bundle deoplete-lsp 2022-04-23 12:17:59 +08:00
wsdjeg
b730079c88 pref(bundle): update bundle deoplete 2022-04-23 12:09:55 +08:00
wsdjeg
023c48c740 fix(mapping): use tab split instead of tabedit % to avoid E499
thanks to @zeertzjq
2022-04-23 11:16:27 +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
215cf80a24 fix(todo): fix todo.vim for vim74 2022-04-23 09:45:10 +08:00
wsdjeg
bd9b923d0e fix(todo.vim): remove win_getid function 2022-04-23 00:08:22 +08:00
wsdjeg
2960cbd3a6 test(todo): add test for todo.vim 2022-04-22 22:38:34 +08:00
wsdjeg
eaf29aff63 docs(faq): add guide for manual installation 2022-04-22 22:07:55 +08:00
wsdjeg
8762d5c9a1 fix(timers): fix timers checking 2022-04-22 21:44:49 +08:00
wsdjeg
26addd7078 fix(flygrep): check has('timers') 2022-04-22 21:26:10 +08:00
wsdjeg
28fc230368 chore(typo): fix typo in smartclose function 2022-04-22 21:18:44 +08:00
wsdjeg
8eeb6964f2 fix(mapping): fix unknown function win_getid 2022-04-22 21:17:04 +08:00
wsdjeg
accc7b8dcd fix(branch): fix on_exit_show_branch function 2022-04-22 21:08:40 +08:00
wsdjeg
4ebcd961c7 fix(smoothie): fix smoothie requirements 2022-04-22 21:04:00 +08:00
wsdjeg
cf719fae36 fix(git): fix branch info 2022-04-22 21:00:33 +08:00
wsdjeg
00cab12850 fix(prompt): check type instead of compare with string
E693: Can only compare Funcref with Funcref
2022-04-22 20:24:37 +08:00
wsdjeg
6c27cd991c test(flygrep): check vim patch 7.4.1557 2022-04-22 20:07:20 +08:00
wsdjeg
ce699e7af7 test(flygrep): add test for flygrep 2022-04-22 19:54:47 +08:00
wsdjeg
ae6ecf01cf fix(prompt): fix ctrl-r mode
`"\<bs>" =~# '[a-zA-Z0-9"+:/]'` return 1
`eval('@' . "\<bs>")` cause E488
2022-04-22 19:13:11 +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