1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:00:04 +08:00
Commit Graph

3271 Commits

Author SHA1 Message Date
wsdjeg
e9ecbbc530 feat(notify): support notify multiple lines 2022-10-27 22:27:56 +08:00
wsdjeg
a6c5d56311 fix(gitcommit): fix gitcommit plugin 2022-10-27 17:55:42 +08:00
wsdjeg
591f725e18 feat(unstack): include vim-unstack 2022-10-27 15:44:42 +08:00
wsdjeg
91fd3ad573 perf(git): use notify instead of echo 2022-10-27 00:27:02 +08:00
wsdjeg
975e1d5088 perf(git): add git command 2022-10-27 00:23:49 +08:00
wsdjeg
0a0b74f09b fix(transient): fix transient_state quit key 2022-10-27 00:19:08 +08:00
wsdjeg
ca81fb2a96 perf(git): use git.vim instead of terminal 2022-10-26 23:57:40 +08:00
wsdjeg
6950d163f3 feat(vcs): fix log grep option 2022-10-26 23:07:58 +08:00
wsdjeg
0d26faa31d perf(scrollbar): disable scrollbar for tagbar and defx 2022-10-26 18:27:46 +08:00
wsdjeg
665727ada3 fix(projectmanager): remove log info 2022-10-26 17:35:33 +08:00
wsdjeg
e22871492f feat(cheat): ignore readfile error 2022-10-25 23:59:26 +08:00
wsdjeg
4446ad9663 chore(cheat): use bundle vim-cheat 2022-10-25 22:39:37 +08:00
Wang Shidong
ac74bffee5
feat(zettelkasten): improve zettelkasten layer 2022-10-25 18:35:51 +08:00
wsdjeg
7c656469bf feat(leader): add custom leader function
close https://github.com/SpaceVim/SpaceVim/issues/3611
2022-10-24 22:24:51 +08:00
wsdjeg
71bc539267 feat(lsp): fix lsp layer options
ref: https://github.com/SpaceVim/SpaceVim/issues/4679
2022-10-24 21:54:20 +08:00
wsdjeg
1629ba4c92 perf(notify): change notify step timer 2022-10-23 21:22:18 +08:00
wsdjeg
76a8fd42cc feat(statusline): change statusline for python doc win 2022-10-23 16:12:59 +08:00
wsdjeg
459d676373 chore(jedi): use bundle deoplete_jedi
arty/typeshed/tests/stubtest_whitelists/py36.txt
2022-10-23 16:00:31 +08:00
wsdjeg
a3bd1d31c7 chore(jedi): use bundle jedi-vim 2022-10-23 15:41:52 +08:00
wsdjeg
b2af9f5479 fix(leader): fix default_custom_leader option
close https://github.com/SpaceVim/SpaceVim/issues/4710
2022-10-23 14:32:47 +08:00
wsdjeg
70e3570082 feat(runner): add ctrl-` to close code runner windows 2022-10-23 14:04:09 +08:00
wsdjeg
d2d3c1c878 fix(gtags): add warning info for executable checking 2022-10-22 11:42:19 +08:00
wsdjeg
02afefa413 feat(repl): add i key binding to insert text 2022-10-20 22:33:26 +08:00
wsdjeg
8ec9409fda feat(todo): use lua todo manager for neovim 2022-10-20 21:19:38 +08:00
wsdjeg
961b65a6c3 feat(iedit): use lua by default for nvim 2022-10-19 23:14:55 +08:00
Wang Shidong
342c658509
feat(zettelkasten): add zettelkasten layer 2022-10-18 22:55:34 +08:00
wsdjeg
0b91495ff2 fix(tabline): fix undefined s:lsep variable
close https://github.com/SpaceVim/SpaceVim/issues/4723
2022-10-13 10:39:59 +08:00
wsdjeg
61cc23b8a0 fix(statusline): init statusline separators 2022-10-13 10:39:00 +08:00
wsdjeg
d6b2a46129 feat(searcher): rewrite searcher in lua 2022-10-10 22:27:53 +08:00
wsdjeg
888ff60fa9 feat(flygrep): support preview item 2022-10-10 13:58:09 +08:00
wsdjeg
e66aad013e docs(option): add :h SpaceVim-options-disabled_plugins 2022-10-10 02:08:14 +08:00
wsdjeg
e7cb486364 feat(edit): use lua plugin for nvim 0.7 2022-09-27 23:54:04 +08:00
wsdjeg
e424f8e58b chore(go): use bundle vim-go and deoplete-go 2022-09-27 16:40:44 +08:00
wsdjeg
80ed3d2419 feat(screensaver): use bundle screensaver 2022-09-25 21:20:35 +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
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
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
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
Andy Zhang
9aa3de5561
fix(lsp): type error when loading lsp config (#4701) 2022-09-10 19:46:10 +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
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
wsdjeg
b0dcd1bb84 chore(bundle): use bundle fugitive & dispatch 2022-07-24 16:26:12 +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