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
Ikko Ashimine
78391e67e6
docs(undotree): fix typo
2022-08-24 12:52:59 +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
Alecu Ștefan-Iulian
ba187ae41f
docs(index): add vim versions
...
Co-authored-by: Ștefan-Iulian Alecu <salecu@talentingsoftware.com>
2022-07-25 21:04:16 +08:00
wsdjeg
b0dcd1bb84
chore(bundle): use bundle fugitive & dispatch
2022-07-24 16:26:12 +08:00
wsdjeg
4ee6dfe43f
chore(bundle): update bundle lspconfig
2022-07-24 16:14:35 +08:00
Alexander Konotop
5b5511f2a5
fix(nvim-cmp): fix broken hotkeys and add tab,s-tab
2022-07-24 16:09:01 +08:00
Alexander Konotop
e3477f0801
fix(nvim-cmp) change source priority
2022-07-24 16:07:48 +08:00
wsdjeg
15a33422d4
docs(community): update link of the chatting rooms
2022-07-18 19:31:27 +08:00
Arif Kalluru
05a78fe969
fix(branch): fix statusline branch info
...
Problem:
- fugitive#head() & fugitive#detect() notorking
Solution:
- Replaced fugitive#head() with FugitiveHead() if it exists or use
fugitive#Head()
- In cd7db1d of vim-fugitive, fugitive#detect() was replaced with
FugitiveDetect()
2022-07-15 10:51:10 +08:00
Andres
881759e2ff
fix(statusline): fix warning in buffer terminal
2022-07-15 10:49:30 +08:00
Wang Shidong
1db1a9d89a
feat(prompt): add lua prompt api
2022-07-10 20:51:19 +08:00
Arne Neumann
069c620851
docs(website): fix spelling and grammar
2022-07-08 08:26:32 +08:00
wsdjeg
9a33574d6e
docs(readme): update readme
2022-07-05 12:33:40 +08:00
wsdjeg
08e7fa0584
refactor(a.lua): remove debug info in parse function
2022-07-03 23:42:43 +08:00
wsdjeg
a1203d63d8
feat(vim.compatible): update vim.compatible api
2022-07-03 23:33:28 +08:00
wsdjeg
1756147e0c
feat(api): add vim.command
api
2022-07-03 17:04:50 +08:00
wsdjeg
0dd65c5586
chore(command): add spacevim.command
module
2022-07-03 16:52:15 +08:00
wsdjeg
f56bcce60f
fix(a.lua): fix undifinded value fn
2022-07-03 15:29:16 +08:00
wsdjeg
77892cda77
feat(vim8): use lua plugin for vim8
2022-07-03 15:18:19 +08:00
wsdjeg
3dbb200fff
docs(data#dict): update doc of data#dict
api
2022-07-03 14:40:56 +08:00
wsdjeg
5b9ae1e168
chore(version): update version to v2.1.0-dev
2022-07-02 13:56:15 +08:00
Wang Shidong
796be121c0
Release v2.0.0 ( #4687 )
2022-07-02 13:36:51 +08:00
wsdjeg
ffb93f252a
feat(mkdir): add lua mkdir plugin
2022-07-01 17:51:13 +08:00