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

5917 Commits

Author SHA1 Message Date
wsdjeg
02d708c547 fix(prompt): fix lua prompt api 2022-10-04 21:42:03 +08:00
wsdjeg
3538fb4a77 feat(flygrep): add lua flygrep 2022-10-04 21:25:05 +08:00
David Vernet
65347eb2dc
typo(website): release
[trivial] Fix minor typo: s/relase/release
2022-10-03 08:44:00 +08:00
wsdjeg
46f53be2f8 feat(messletters): add messletters functions
- index_num
- parenthesized_num
- num_period
2022-10-01 22:00:18 +08:00
wsdjeg
ecbf624113 feat(messletters): add circled_num function 2022-10-01 21:31:03 +08:00
wsdjeg
ba50d3af24 feat(messletters): add bubble_num function 2022-10-01 21:16:22 +08:00
wsdjeg
4e7573096c feat(plugins): implement lua functions 2022-09-29 10:50:36 +08:00
wsdjeg
1d43087a34 feat(plugins): implement plugins logic 2022-09-29 10:43:50 +08:00
wsdjeg
3f63663559 fix(autosave): fix save_buffer function 2022-09-28 08:35:13 +08:00
wsdjeg
c494645e0b fix(autosave): use pcall to avoid error 2022-09-28 00:05:13 +08:00
wsdjeg
e7cb486364 feat(edit): use lua plugin for nvim 0.7 2022-09-27 23:54:04 +08:00
wsdjeg
63948825b7 feat(autosave): implement autosave plugin in lua 2022-09-27 18:18:40 +08:00
wsdjeg
e424f8e58b chore(go): use bundle vim-go and deoplete-go 2022-09-27 16:40:44 +08:00
wsdjeg
4310f0f6f0 docs(community): add link to facebook 2022-09-27 16:20:08 +08:00
wsdjeg
2adcaae6f5 docs(development): update cn chat link 2022-09-25 22:13:35 +08:00
wsdjeg
346ee8b01e docs(development): update development page 2022-09-25 22:02:02 +08:00
wsdjeg
80ed3d2419 feat(screensaver): use bundle screensaver 2022-09-25 21:20:35 +08:00
wsdjeg
94546dccd5 docs(community): add link to reddit 2022-09-25 20:08:43 +08:00
wsdjeg
cf7089cfc8 chore(chat): add gitter js 2022-09-25 20:05:09 +08:00
wsdjeg
b781e56647 chore(fsharp): use bundle fsharp plugin
- https://github.com/callmekohei/deoplete-fsharp
- https://github.com/wsdjeg/vim-fsharp
2022-09-25 19:49:14 +08:00
Wang Shidong
a559f215eb
feat(lua): add lua implementation 2022-09-25 19:12:46 +08:00
wsdjeg
4055a56a90 feat(custom): add log for write_to_config function 2022-09-25 19:09:10 +08:00
wsdjeg
87a1f27382 fix(argv): fix startup logic
close https://github.com/SpaceVim/SpaceVim/issues/4706
2022-09-25 17:50:08 +08:00
wsdjeg
e6d7b4430a docs(website): update faq
close https://github.com/SpaceVim/SpaceVim/issues/4705
2022-09-25 17:21:59 +08:00
zackzhangkai
3635c7775c
docs(website): typo in website
Signed-off-by: 张凯 <zackzhangkai@gmail.com>

Signed-off-by: 张凯 <zackzhangkai@gmail.com>
Co-authored-by: 张凯 <zackzhangkai@gmail.com>
2022-09-24 20:09:51 +08:00
Ikko Ashimine
b07b5038af
docs(lsp): fix typo in language-server-protocol.md
identifer -> identifier
2022-09-18 12:03:25 +08:00
zackzhangkai
772f830b62
docs(typo): fix typo in website
Signed-off-by: 张凯 <zackzhangkai@gmail.com>

Signed-off-by: 张凯 <zackzhangkai@gmail.com>
Co-authored-by: 张凯 <zackzhangkai@gmail.com>
2022-09-18 12:02:12 +08:00
wsdjeg
4baafa2750 test(neovim): remove test for nvim 0.7.1 2022-09-11 21:28:37 +08:00
wsdjeg
9f6420aca6 fix(flygrep): check if filewritable 2022-09-11 21:25:48 +08:00
wsdjeg
43f7c8f78a fix(alternative): fix a.vim and a.lua 2022-09-11 21:11:40 +08:00
wsdjeg
a98b324a01 fix(flygrep): silent update history 2022-09-11 21:08:41 +08:00
wsdjeg
7b4580c1c7 test(mkdir): disable undofile option 2022-09-11 21:07:23 +08:00
wsdjeg
773d2f8b0e fix(default): use pcall to avoid error 2022-09-11 20:34:23 +08:00
wsdjeg
48a82c602c test(neovim): add test for nvim 0.7 2022-09-11 20:21:05 +08:00
wsdjeg
e0828f5a7e ci(test): use ubuntu18.04 for old vim 2022-09-11 20:04:49 +08:00
Wang Shidong
79c5576fd8
feat(default): add default.lua 2022-09-11 14:46:52 +08:00
wsdjeg
1eb887032d chore(fold): add code fold marker 2022-09-10 22:12:00 +08:00
wsdjeg
6674432dc4 fix(vim#buffer): fix vim#buffer api
close https://github.com/SpaceVim/SpaceVim/issues/4674
2022-09-10 21:49:19 +08:00
wsdjeg
2067108074 fix(python): fix python support for neovim 0.7 2022-09-10 21:41:06 +08:00
wsdjeg
4d6554e187 ci(linux): upgrade to ubuntu-20.04 2022-09-10 20:52:28 +08:00
wsdjeg
6f6d834d98 test(java): fix java layer test 2022-09-10 20:40:08 +08:00
wsdjeg
1b0a4515ed fix(java): fix java layer 2022-09-10 19:58:54 +08:00
wsdjeg
d746dabfec perf(lspconfig): update bundle lspconfig 2022-09-10 19:50:22 +08:00
Andy Zhang
9aa3de5561
fix(lsp): type error when loading lsp config (#4701) 2022-09-10 19:46:10 +08:00
wsdjeg
85dc5fa8ca docs(readme): update link of chatting room 2022-09-10 19:25:49 +08:00
wsdjeg
9384daa3d6 docs(community): add issue links 2022-09-10 19:23:03 +08:00
wsdjeg
339c22813f fix(lua): use lua only for neovim 2022-09-10 17:47:03 +08:00
George Guimarães
3b456ab721
docs(commit): typo in gitcommit.vim
change 'pref' to 'perf'
2022-09-10 17:40:08 +08:00
blankname
5216b5ea38
fix(flygrep): include files required for the lua logger api 2022-08-31 00:37:45 +08:00
wsdjeg
55b361482b docs(forum): add link to forum 2022-08-26 13:44:18 +08:00