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

144 Commits

Author SHA1 Message Date
wsdjeg
7c9058447b feat(bundle#dein): update dein.vim
update dein to 9ab8106405
2022-01-01 22:47:56 +08:00
Wang Shidong
6dbd97087f
feat(autocomplete): add nvim-cmp support 2022-01-01 22:13:13 +08:00
Shidong Wang
8be152b48b
fix(toml): fix toml json preview plugin 2021-11-13 15:05:04 +08:00
Shidong Wang
0e9127e4dc
feat(lang#toml): add SPC l j to preview toml 2021-11-13 14:16:21 +08:00
Zhao Zuohong
362485ea23
feat(bundle#neoformat): Update neoformat from 1a49552c to f1b6cd50 2021-11-11 15:00:17 +08:00
Shidong Wang
d969cf80f6
refactor(chat): remove debug function 2021-10-28 17:03:52 +08:00
Shidong Wang
417403749e
fix(chat): fix message handler 2021-10-27 00:56:10 +08:00
Shidong Wang
c9411f07f2
pref(chat): improve chat layer 2021-10-27 00:50:09 +08:00
Shidong Wang
7b77ec76ef
fix(chat): fix close windows key binding 2021-10-24 23:02:19 +08:00
Shidong Wang
18dd27e200
fix(chat): fix server database path 2021-10-24 21:55:21 +08:00
Shidong Wang
7797732b37
fix(chat): fix chatting server port 2021-10-24 21:33:03 +08:00
Shidong Wang
7916f8067a
pref(chat): improve chat layer 2021-10-24 21:07:19 +08:00
Shidong Wang
cf1b82ef87
fix(chat): include test files 2021-10-24 17:57:10 +08:00
Shidong Wang
2e6d1b71c8
refactor(chat): use bundle chatting server 2021-10-24 17:06:04 +08:00
Shidong Wang
b64b80a2bb
refactor(chat): use bundle vim-chat plugin 2021-10-24 16:25:43 +08:00
Shidong Wang
cefb375609
feat(mail): add function to view mail context 2021-10-24 16:11:33 +08:00
Shidong Wang
17aac81445
fix(mail): fix date format 2021-10-24 15:23:52 +08:00
Wang Shidong
6adb53df7b
feat(mail): improve vim-mail plugin 2021-10-24 11:56:24 +08:00
Shidong Wang
1cc4282c99
fix(mail): fix mail logger 2021-10-23 16:32:42 +08:00
Shidong Wang
5ec1b3beb5
feat(mail): add login & password option 2021-10-23 15:59:22 +08:00
Shidong Wang
31ab74f8be
feat(mail): add mail layer option 2021-10-23 15:51:36 +08:00
Shidong Wang
fa43ef2043
feat(mail): use bundle vim-mail 2021-10-23 15:34:04 +08:00
chrysocolla
1127b6aa2a
fix(bundle): fix bundle ident-blacnkline 2021-10-16 14:26:46 +08:00
Shidong Wang
71fd4db943
refactor(lang#lua): use bundle vim-lua plugin 2021-10-15 22:58:26 +08:00
Shidong Wang
fde91a541e
doc(bundle): update plugin list 2021-10-05 15:16:41 +08:00
Wang Shidong
da18ba0a45
feat(lsp): add neovim-lsp (#4319) 2021-10-05 15:13:10 +08:00
Shidong Wang
e33aeb1b00
fix(layer): add :h SpaceVim-layers-lang-vue
Problem: failed to lint vue file.
Solution:
1. change eslint-plugin-html to eslint-plugin-vue
2. update vue layer page
3. add `:h SpaceVim-layers-lang-vue`

close https://github.com/SpaceVim/SpaceVim/issues/4488
2021-10-01 23:23:09 +08:00
Shidong Wang
8a8f5f4113
doc(bundle): update plugins bundle readme 2021-09-21 22:45:15 +08:00
Shidong Wang
b8eae5e4f7
fix(plugin): Fix key binding error E225
problem: when save file, always get error
         `E225: global mapping already exists for (`
solution: remvoe unique when defind mappings

close https://github.com/SpaceVim/SpaceVim/issues/4109
2021-09-21 22:41:23 +08:00
Shidong Wang
1bbc24ea4d
feat(plugins): Do not open quickfix list when only one entry 2021-09-21 21:31:00 +08:00
Wang Shidong
65816f2270
feat(unite): improve unite layer
close https://github.com/SpaceVim/SpaceVim/issues/4084
2021-09-20 22:07:27 +08:00
Shidong Wang
3fc49916cc chore: update copyright 2021-09-19 22:23:23 +08:00
Wang Shidong
caa54d32e7
Change filetree gitstatus option name (#4465) 2021-09-12 23:45:01 +08:00
Wang Shidong
f286e5a83c
Fix typescript eslint maker (#4441)
close #4440
2021-08-28 19:51:05 +08:00
Wang Shidong
d807b9bf8d
Update doc (#4425) 2021-08-27 10:25:02 +08:00
Wang Shidong
5c8e9ac781
Improve cscope layer (#4418) 2021-08-22 14:35:22 +08:00
Wang Shidong
bcb92d75df
Use cc instead of cnext (#4416) 2021-08-21 14:27:04 +08:00
Wang Shidong
061de45b7b
Add smooth scrolling key bindings (#4386) 2021-08-12 10:45:36 +08:00
Wang Shidong
bb7a54808b
Use indent-blankline for neovim (#4325) 2021-08-11 21:29:53 +08:00
Wang Shidong
8dc62173ab
Add option to hilight cursorword (#4385) 2021-08-11 18:51:20 +08:00
Wang Shidong
c151563bc1
Add Git remote command (#4371) 2021-08-08 20:20:21 +08:00
Wang Shidong
8cf5519ca5
Fix docker image building (#4367) 2021-08-07 22:35:20 +08:00
Wang Shidong
2d6bfd39a9
Improve notify api (#4355) 2021-08-06 19:19:00 +08:00
Wang Shidong
41c981e9c6
Fix Git mv options (#4353) 2021-08-04 18:47:16 +08:00
Wang Shidong
95e235ab43
add bookmarks (#4346) 2021-08-04 17:05:38 +08:00
Wang Shidong
487f4fa543
Add Git mv command (#4350) 2021-08-04 12:13:28 +08:00
Wang Shidong
697fec62ea
Add Git rm command (#4347) 2021-08-01 13:30:23 +08:00
Isho
7fc00c9c81
Update documentation (#4253) 2021-06-21 20:39:29 +08:00
Wang Shidong
cd2953624e
Fork neoformat (#4290) 2021-06-18 22:42:55 +08:00
Wang Shidong
5585f0faad
Update language list (#4203) 2021-05-31 23:34:07 +08:00
Wang Shidong
ce1055af4d
Update cndoc (#4266) 2021-05-31 23:33:16 +08:00
Wang Shidong
00ffd4a5ae
Improve gtags layer (#4172) 2021-05-31 23:18:28 +08:00
Wang Shidong
c20177c401
Update doc (#4246) 2021-05-07 19:29:32 +08:00
Wang Shidong
3dadbf55df
Add lang#e layer (#4210) 2021-04-15 23:47:29 +08:00
thawk
bbac004900
fix gtags completion and list project files (#4209)
* fix gtags completion and list project files

* gtags: use cgetexpr instead of cexpr! if there's multiple results

* gtags: set $GTAGSDBPATH for completion
2021-04-15 22:00:02 +08:00
Wang Shidong
4e0efe7273
Fix lint (#4174) 2021-04-08 21:17:36 +08:00
Wang Shidong
550d9d1f32
Fix branch detection (#4153) 2021-04-08 20:55:24 +08:00
Wang Shidong
7ab985d96a
Improve cscope layer (#4171) 2021-04-04 23:36:25 +08:00
Wang Shidong
1ca32fce79
Add task problem matcher (#4127) 2021-03-14 15:12:00 +08:00
Shidong Wang
c06bce147c Use bundle neocomplete
fc2d22c239

close https://github.com/SpaceVim/SpaceVim/issues/4103
2021-02-18 22:41:17 +08:00
Shidong Wang
17f86bd611 Update dein
7e39f0cb65
2021-02-18 22:33:21 +08:00
Shidong Wang
211fcf6793 Update dein
close https://github.com/SpaceVim/SpaceVim/issues/4085
2021-02-15 20:05:51 +08:00
Wang Shidong
6a9b01def5
Add lang#reason & lang#rescript layer (#4089) 2021-02-15 15:14:24 +08:00
Wang Shidong
c8753bc0ca
Add Git cherry-pick support (#4088) 2021-02-14 21:52:02 +08:00
Shidong Wang
720a0c0a0a Update dein.vim
close https://github.com/SpaceVim/SpaceVim/issues/4070
2021-02-10 10:50:27 +08:00
Wang Shidong
4a6e7f7331
Change Lint options (#3943) 2021-02-10 10:31:34 +08:00
Wang Shidong
a279122e0c
Improve Git branch manager (#4058) 2021-01-23 22:16:59 +08:00
Shidong Wang
25005c4a72 Change git log pretty format 2021-01-20 18:11:46 +08:00
Shidong Wang
5b7607a11a Fix type in layer page
merge https://github.com/SpaceVim/SpaceVim/pull/4051
2021-01-16 12:32:14 +08:00
Wang Shidong
f67a5928bd
Improve git.vim (#4033) 2021-01-02 18:15:08 +08:00
Wang Shidong
426fa6fbb1
Add lang#povray layer (#3724) 2020-12-20 19:41:17 +08:00
Wang Shidong
0052b27a15
Add vimdoc support in lang#vim layer (#4010) 2020-12-18 23:12:33 +08:00
Wang Shidong
7400e6008d
Fix wrong valuable name (#4008)
close https://github.com/SpaceVim/SpaceVim/issues/4007
2020-12-16 22:12:08 +08:00
Shidong Wang
1db882524c Fix the fileformat of ftdetect script 2020-12-06 13:51:27 +08:00
Steve Huff
abe3a72017
fix(vim-jsx-typescript): remove blank line that was causing error message (#3998) 2020-12-05 17:17:10 +08:00
Wang Shidong
6e25213d3e
Improve tsx support (#3993) 2020-12-02 23:28:17 +08:00
Wang Shidong
2c4143726a
Improve ctags database manager (#3981) 2020-11-26 21:19:02 +08:00
Wang Shidong
43ef28c131
Change fileformat of fortran indent file (#3975) 2020-11-22 11:28:48 +08:00
Wang Shidong
af773b6bff
Update defx.nvim (#3803) 2020-10-31 15:58:52 +08:00
Wang Shidong
15a511c32f
Add doc for undotree (#3889) 2020-10-31 15:52:34 +08:00
Wang Shidong
496cdd2c99
Update grepper (#3895)
close https://github.com/SpaceVim/SpaceVim/issues/3714
2020-10-14 16:15:34 +08:00
Wang Shidong
8c9cda2690
Make it clear for which tagbar version is using (#3773) 2020-10-08 23:59:08 +08:00
Wang Shidong
ffec85a415
Pick up commit from upstream (#3779)
thanks @hupfdule
a91422aae3
2020-09-07 21:04:28 +08:00
Wang Shidong
79facb9a64
Improve lang#asciidoc layer (#3775) 2020-09-06 21:56:12 +08:00
Wang Shidong
38b994813b
Fix complete_parameter support (#3738) 2020-08-29 21:14:10 +08:00
Wang Shidong
08ad486fae
Fix neoformat (#3677) 2020-08-01 13:36:20 +08:00
Wang Shidong
c0a652c028
Fix support for vim 7.4.1689 (#3663) 2020-07-27 23:21:30 +08:00
Wang Shidong
9654344c20
Add lang#fortran layer (#3654) 2020-07-21 22:22:54 +08:00
Wang Shidong
0598b86e4a
Add: floating statusline for guide and flygrep (#3605) 2020-07-04 12:16:55 +08:00
Bright Chen
d0b07bbc78
Update vimproc.vim bundle to latest version 8f40d86 (#3587)
vimproc.vim fixed one issue about .gitignore file, so update it to avoid
an error for vimproc library missing.

The root reason is that when running `make`, the folder lib does not
exist, so it will be failed.

Following output is when I run `make` mannually.

```
$ make
make -f make_unix.mak
make[1]: Entering directory '/home/bright/.SpaceVim/bundle/vimproc.vim'
cc -W -O2 -Wall -Wno-unused -Wno-unused-parameter -std=gnu99 -pedantic -shared -fPIC  -o lib/vimproc_linux64.so src/proc.c -lutil
/usr/bin/ld: cannot open output file lib/vimproc_linux64.so: No such file or directory
collect2: error: ld returned 1 exit status
make[1]: *** [make_unix.mak:17: lib/vimproc_linux64.so] Error 1
make[1]: Leaving directory '/home/bright/.SpaceVim/bundle/vimproc.vim'
make: *** [Makefile:66: all] Error 2
```

Co-authored-by: Bright Chen <bright.chen@autodesk.com>
2020-06-26 20:46:07 +08:00
Shidong Wang
003ba8e5ff Add deoplete into bundle dir 2020-06-18 23:07:37 +08:00
Shidong Wang
a466c0d700 Add vimproc into bundle dir 2020-06-14 23:42:40 +08:00
Wang Shidong
cd6ea298f2
fix java neoformat config
* Add incsearch.vim into bundle dir

* Fix java neoformat config

close #3573

* Use echom instead in pull.vim
2020-06-13 21:58:05 +08:00
Wang Shidong
aebee1b28b
Add bundle dir (#3542) 2020-06-13 14:06:35 +08:00