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

122 Commits

Author SHA1 Message Date
Eric Wong
71c3ac19e0 fix(git): complete tags only after -d opt 2024-12-22 15:15:14 +08:00
Eric Wong
0d66e31934 feat(git): update git-tag completion 2024-12-21 19:53:38 +08:00
Eric Wong
eacd71c784 feat(git): lua complete for git-fetch 2024-12-17 19:13:47 +08:00
Eric Wong
bde1252f93 feat(git): lua completion for sub command 2024-12-17 17:50:28 +08:00
Eric Wong
3ffa25addc feat(git): implement lua complete for git-tag 2024-12-17 17:30:08 +08:00
Eric Wong
700aee7395 feat(git): implement lua complete for git-add 2024-12-17 08:52:48 +08:00
Eric Wong
6358c2a435 feat(git.vim): complete git push command 2024-12-14 15:11:02 +08:00
Eric Wong
b9eb91a793 feat(git): improve git branch detection 2024-12-13 00:32:24 +08:00
Eric Wong
0801126d19 feat(git): complete checkout command 2024-12-09 22:29:20 +08:00
Eric Wong
a42b6b39bc docs(git): update readme of git.vim 2024-12-09 20:59:42 +08:00
Eric Wong
2c92c0b51f fix(cpicker): set wrap opt for win 2024-07-28 18:28:56 +08:00
Eric Wong
26e7f66fcd docs(git): update README 2024-07-26 19:29:48 +08:00
Eric Wong
5b92e0271d feat(github): add ci files 2024-07-08 22:04:38 +08:00
Eric Wong
1843ad9c35 perf(layer): lazy load layer config 2024-07-05 23:11:59 +08:00
Eric Wong
305e4545ec perf(git): add key binding v to view log 2024-07-02 16:52:39 +08:00
Eric Wong
ec12391662 fix(lsp): fix lua lsp WarningMsg 2024-06-29 00:20:22 +08:00
Eric Wong
cbc3f5e50c feat(git): complete :Git branch 2024-03-31 15:47:50 +08:00
Eric Wong
180493c1b5 feat(bookmarks): add new bookmark plugin 2024-03-29 00:02:30 +08:00
Eric Wong
ec1f970f3f feat(git): add :Git tag for vim 2024-03-24 13:46:51 +08:00
Eric Wong
a87ea5b2f9 feat(git): rewrite :Git stash in lua 2024-03-24 00:32:32 +08:00
Eric Wong
254df1095f perf(git): do not open diff win when no changes 2024-03-23 23:38:45 +08:00
Eric Wong
2083a13ad6 feat(git): rewrite :Git rebase in lua 2024-03-23 23:18:05 +08:00
Eric Wong
c97b857588 perf(git): merge commit output date 2024-03-13 20:13:03 +08:00
Eric Wong
591f277cca fix(git): fix :Git commit --amend 2024-03-13 20:10:10 +08:00
Eric Wong
32bb69aa13 fix(git): fix commit buffer 2024-03-13 19:52:29 +08:00
Eric Wong
319f432493 perf(git): improve commit logic 2024-03-13 13:55:05 +08:00
Eric Wong
de82bea37d feat(git): add :Git grep command 2024-03-12 23:57:09 +08:00
Eric Wong
a0a66e301e perf(git): add git commit debug info 2024-03-11 19:48:57 +08:00
Eric Wong
f11ad921eb fix(git): check buf exists before show commit 2024-03-09 23:51:36 +08:00
Eric Wong
5796b28ecf perf(git): use b# to jump to previous buf 2024-03-09 00:01:38 +08:00
Eric Wong
166c277645 feat(git): check buf is valid before setline 2024-03-08 23:56:30 +08:00
Eric Wong
23446bed8f feat(git): rewrite :Git config in lua 2024-03-08 22:35:10 +08:00
Eric Wong
85b35020e0 perf(git): update branch manager after delete branch 2024-03-06 21:56:05 +08:00
Eric Wong
1c3e61b5c5 feat(git): rewrite :Git reflog in lua 2024-03-06 21:54:22 +08:00
Eric Wong
dc65e2b3bf fix(git): update branch name after :Git branch command 2024-03-06 20:59:50 +08:00
Eric Wong
0559ad462d feat(git): compete merge options 2024-03-04 20:19:11 +08:00
Eric Wong
f80b8fd88e perf(git): notify commit done when use -m 2024-03-03 23:12:52 +08:00
Eric Wong
3da309e1b2 feat(git): add vim cmdline parser function 2024-03-03 22:40:18 +08:00
Eric Wong
e341ee2971 docs(todo): remove targed todos 2024-03-02 23:29:26 +08:00
Eric Wong
a3944d67fb fix(git): fix close_diff_win in diff.lua
winnr('$') includes floating windows in neovim
2024-03-02 21:28:27 +08:00
Eric Wong
4067eef913 fix(git): fix delete_branch function && check bufnr 2024-03-01 15:46:42 +08:00
Eric Wong
c088a642df feat(git): add git branch sidebar 2024-03-01 15:25:45 +08:00
Eric Wong
9947755e66 feat(git): rewrite :Git branch with lua 2024-02-27 23:02:43 +08:00
Eric Wong
b9cc3e76e9 feat(git): add :Git tag command 2024-02-27 00:41:06 +08:00
Eric Wong
4c6a80d9a5 feat(git): quit git log win when it is last win 2024-02-25 21:25:02 +08:00
Eric Wong
89ddeb2497 chore(todo): add todo item for git log 2024-02-25 14:18:15 +08:00
Eric Wong
83be314258 feat(git): display root path of repo 2024-02-24 20:56:31 +08:00
Eric Wong
ea76ba75aa feat(projectmanager): make reg_callback support description 2024-02-24 16:28:33 +08:00
Eric Wong
031a6a2497 feat(git): update remote manager context when switch project 2024-02-24 15:38:20 +08:00
Eric Wong
56d1f34917 fix(git): skip unsupported subcommand 2024-02-23 14:44:38 +08:00