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
wsdjeg
42b0bf25aa
feat(api): add resize function in lua api
2022-06-29 19:14:55 +08:00
Musa Ahmed
af07052aab
docs(website): update index page
...
fixed grammatical errors
2022-06-28 17:53:15 +08:00
kz2013
80a4725360
fix(incsearch): fix incsearch layer
...
Co-authored-by: Wang Shidong <wsdjeg@outlook.com>
2022-06-26 12:52:17 +08:00
Marouane Skandaji
733c38f3fd
fix(install): remove install_fonts
2022-06-26 12:50:25 +08:00
wsdjeg
b7e45f2b1d
chore(lspconfig): update bundle lspconfig
2022-06-21 14:24:21 +08:00
wsdjeg
f0f1acc964
chore(dict): add lua data.dict.make
2022-06-20 10:50:35 +08:00
wsdjeg
bbd1d782e3
docs(guide): update lua guide
2022-06-20 10:26:14 +08:00
wsdjeg
2953eec05c
chore(dict): add dict function
2022-06-20 09:22:59 +08:00
wsdjeg
db5d569d0d
fix(string): fix string.lua
2022-06-19 22:38:25 +08:00
wsdjeg
fa184b3c4b
feat(windisk): add windisk.lua
2022-06-19 20:59:28 +08:00
wsdjeg
075d92f92a
fix(command): fix SPLayer
command
2022-06-19 19:51:51 +08:00
wsdjeg
5f2e2cf68e
fix(layer): fix layer.lua
2022-06-19 19:46:21 +08:00
wsdjeg
d757310857
feat(lua): fix layer list
2022-06-19 12:03:48 +08:00
wsdjeg
c028efe0ea
feat(layer): fix find_layers
2022-06-19 11:53:25 +08:00