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

5413 Commits

Author SHA1 Message Date
wsdjeg
dae85aaf34 feat(guicursor): enable cursor color 2022-04-05 20:02:08 +08:00
wsdjeg
07f8b5bba5 feat(gtags): add ctags_bin option 2022-04-05 15:25:20 +08:00
wsdjeg
08089d68e0 docs(php): update doc for php lsp support
ref https://github.com/SpaceVim/SpaceVim/issues/4619
2022-04-05 12:39:56 +08:00
wsdjeg
fd8cffda09 feat(ctags): use -G option when generate tags
ref: https://github.com/SpaceVim/SpaceVim/issues/4619
2022-04-05 12:19:26 +08:00
wsdjeg
2288bf7db2 fix(iedit): handle empty cursor_stack 2022-04-04 23:05:42 +08:00
wsdjeg
e1338de477 fix(prompt): fix prompt api version checking 2022-04-04 21:46:30 +08:00
wsdjeg
a1ec2b9bac feat(flygrep): hide guicursor 2022-04-04 21:37:51 +08:00
wsdjeg
9042571586 fix(vimdoc): fix vimdoc generation 2022-04-04 19:54:00 +08:00
wsdjeg
007cbd6684 fix(notify): fix win_is_open function 2022-04-04 19:46:41 +08:00
wsdjeg
d387021598 fix(notify): check win_is_open before close notify 2022-04-04 19:17:31 +08:00
wsdjeg
26fb76fe26 fix(notify): use noautocmd to avoid changing statusline 2022-04-04 19:10:06 +08:00
wsdjeg
1144ada6c9 docs(custom_plugins): add doc for adding multiple plugins
ref https://github.com/SpaceVim/SpaceVim/issues/73
2022-04-04 18:17:36 +08:00
wsdjeg
bc04a4d342 docs(runner): add :h SpaceVim-plugins-runner 2022-04-04 17:55:19 +08:00
wsdjeg
e7ca75a850 fix(runner): check executable before run command 2022-04-04 17:43:26 +08:00
wsdjeg
87a9918020 feat(layer): add lang#octave layer 2022-04-04 16:12:43 +08:00
wsdjeg
7826af72ea feat(layer): add lang#jr layer 2022-04-04 15:55:01 +08:00
wsdjeg
2506fec3a0 feat(mapping): add SPC f R to rename current file 2022-04-04 14:35:55 +08:00
wsdjeg
bc5e24c693 test(mkdir): add test for mkdir plugin 2022-04-03 23:21:00 +08:00
wsdjeg
6a3d1968ab fix(test): update Makefile 2022-04-03 22:50:58 +08:00
wsdjeg
6ec2c959c5 fix(ale): file ale config 2022-04-03 22:28:30 +08:00
wsdjeg
a7a89ef088 fix(key): fix SPC T F key binding 2022-04-03 22:12:11 +08:00
wsdjeg
f966464168 fix(defx): autoclose filetree && skip floating windows 2022-04-02 23:52:36 +08:00
wsdjeg
1429dcddbd fix(detach): fix detach script for scrollbar.vim 2022-04-02 22:59:31 +08:00
wsdjeg
c406cec1fd fix(health): fix environment checking 2022-04-02 14:25:23 +08:00
wsdjeg
96b24fcd54 style(z): format key binding guide for z 2022-04-02 14:03:48 +08:00
wsdjeg
498c32836f test(nvim): remove windows test for nvim v0.4.0
The following releases do not contain windows target
https://github.com/neovim/neovim/releases/tag/v0.4.0
https://github.com/neovim/neovim/releases/tag/v0.4.1
2022-04-02 12:33:20 +08:00
wsdjeg
34c024dde0 feat(windows): fix link of nightly neovim release 2022-04-02 12:28:58 +08:00
wsdjeg
6ad76ee048 test(check.yml): add more test 2022-04-02 12:11:41 +08:00
wsdjeg
5fcb1da81f revert(highlight.vim): revert E725 2022-04-02 12:02:50 +08:00
wsdjeg
a488f92a9b fix(E725): fix vim error E725 2022-04-02 11:52:41 +08:00
wsdjeg
30137f4c64 fix(iedit): fix cursor_stack index checking 2022-04-02 11:10:18 +08:00
wsdjeg
4ff3eaf3e2 fix(test): switch to windows-2019 2022-04-02 11:01:32 +08:00
wsdjeg
9279c7ca71 fix(highlight.vim): fix highlight plugin 2022-04-02 10:57:19 +08:00
wsdjeg
7dd20aeb14 fix(statusline): fix normal mode statusline 2022-04-02 10:48:23 +08:00
wsdjeg
cc8c2e2bf1 fix(iedit): fix Ctrl-p key binding of iedit 2022-04-01 23:39:07 +08:00
Wang Shidong
51c9556d7b
feat(iedit): improve iedit mode (#4615)
The new feature of iedit:
- start:  `SPC s E` start iedit with only current match
  - next:  `<C-n>` add a new virtual cursor + selection on the next match
  - skip:  `<C-x>`  skip the next match
  - prev:  `<C-p>` remove current virtual cursor + selection and go back on previous match
- select all:  `SPC s e` start iedit with all matches
2022-04-01 23:28:30 +08:00
wsdjeg
bf67dbbb15 docs(cscope): update :h SpaceVim-layers-cscope 2022-03-31 16:02:29 +08:00
wsdjeg
2f68beeacb fix(lsp): disable jedi when pyright enabled 2022-03-31 13:19:01 +08:00
wsdjeg
25ce872314 fix(util): fix if_expand_tab function 2022-03-31 12:58:54 +08:00
wsdjeg
e1e2138080 docs(weisite): update website documentation 2022-03-31 12:50:48 +08:00
wsdjeg
14a691a8aa refactor(python): move python autocmd to lang#python layer 2022-03-31 12:33:43 +08:00
wsdjeg
bed725bead refactor(lang#vim): move viml autocmd to lang#vim layer 2022-03-31 12:31:14 +08:00
wsdjeg
d995c06367 fix(indentline): disable indentline for defx buffer 2022-03-31 12:29:39 +08:00
wsdjeg
b519ea398c fix(php): fix php gd key binding
close https://github.com/SpaceVim/SpaceVim/issues/4585
2022-03-31 00:24:22 +08:00
wsdjeg
54c5e8eb60 fix(fillchars): fix fillchars option 2022-03-30 23:56:05 +08:00
wsdjeg
45a18b4f80 fix(indentline): fix indentline setting
close https://github.com/SpaceVim/SpaceVim/issues/4600
2022-03-30 23:53:24 +08:00
wsdjeg
fe0fb46018 pref(indentline): update bundle indent-blankline.nvim
ref: 9920ceb79b
2022-03-30 23:41:26 +08:00
wsdjeg
662480aabf feat(mkdir): make automkdir plugin support :w foo/test.vim 2022-03-30 16:58:30 +08:00
wsdjeg
c3eaaf59f4 docs(tutorial): update vim script guide 2022-03-30 15:33:29 +08:00
wsdjeg
8e7ffefc11 feat(api): improve SpaceVim#api#register function 2022-03-29 22:08:13 +08:00