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

95 Commits

Author SHA1 Message Date
Eric Wong
4563880fee perf(scrollbar): use vim#buffer api 2024-03-22 16:49:58 +08:00
Eric Wong
7eb68ca364 test(nvim): fix make test for nvim 0.9.5 2024-03-21 18:25:14 +08:00
Eric Wong
78e2b24d4b fix(notify): disable Search highlight in notify window 2024-03-18 22:02:12 +08:00
Eric Wong
256e72f5e4 fix(api): fix argv api
`:Git log bundle\dir` does not work
2024-03-09 23:41:32 +08:00
Eric Wong
3da309e1b2 feat(git): add vim cmdline parser function 2024-03-03 22:40:18 +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
2425ef85e2
feat(log): improve logger api 2023-09-16 15:21:40 +08:00
wsdjeg
bdd44ddb27 perf(spinners): handle none exist data 2023-09-06 13:26:15 +08:00
wsdjeg
b0611b5330 perf(spinners): handle spinners function error 2023-09-06 13:21:43 +08:00
wsdjeg
ffe3f332a1 chore(spinners): change file format 2023-09-05 21:15:18 +08:00
wsdjeg
caa371fae4 feat(repl): add spinners 2023-09-05 21:12:17 +08:00
Eric Wong
6f0728c625
feat(repl): rewrite repl plugin in lua 2023-08-31 22:07:56 +08:00
Eric Wong
7e81ce1019
feat(guide): rewrite leader guide in lua 2023-08-25 12:05:54 +08:00
wsdjeg
a1a3b5b817 test(flygrep): fix input_list test 2023-08-09 03:43:53 +08:00
Eric Wong
6b4f50a203
fix(cmdlinemenu): fix cmdlinemenu lua api 2023-08-06 11:45:19 +08:00
Eric Wong
2b2c2aa5f6 feat(tasks): implement tasks.lua 2023-08-05 22:31:52 +08:00
Eric Wong
db252c01df feat(alternate): make :A command support toml 2023-08-05 22:31:52 +08:00
wsdjeg
142ab33223 feat(toml): add data.toml api 2023-08-05 22:31:52 +08:00
wsdjeg
fc65ca508d perf(notify): change notify borderchars 2023-08-05 22:31:52 +08:00
wsdjeg
f57c84f138 feat(git): implement git.lua 2023-08-05 22:31:52 +08:00
wsdjeg
7da557c1f8 fix(job): close stdout/stderr on exit 2023-07-15 15:52:00 +08:00
wsdjeg
9cc323a07c feat(job): improve job api 2023-07-13 00:53:03 +08:00
wsdjeg
609f3a7674 feat(vim): add functions 2023-07-09 01:26:40 +08:00
wsdjeg
b3906e4eaf feat(job): support env and clear_env opt 2023-07-07 00:41:12 +08:00
wsdjeg
9241c6c089 feat(job): support detached opt 2023-07-07 00:21:23 +08:00
wsdjeg
d4a6d1fae4 fix(job): support cwd option and check executable 2023-07-07 00:08:32 +08:00
wsdjeg
f16e0e786c feat(flygrep): use job api instead of vim.fn.jobstart 2023-07-06 00:40:19 +08:00
wsdjeg
b5d6e1cb5f perf(job): use table for job stdout/stderr data 2023-07-06 00:01:14 +08:00
wsdjeg
cfc0d2d6d4 fix(job): support shell/shellcmdflag opt 2023-07-05 23:38:21 +08:00
Eric Wong
879129388a
feat(api): add lua job api
close https://github.com/neovim/neovim/issues/20856
2023-07-05 22:58:01 +08:00
wsdjeg
02b3de2e06 feat(api): add listed_buffers function 2023-06-27 18:20:25 +08:00
wsdjeg
745b3ff6d1 perf(prompt): disable ruler when open prompt 2023-06-27 17:39:36 +08:00
wsdjeg
af78a5f0db perf(notify): use noautocmd when open win 2023-06-24 22:16:00 +08:00
wsdjeg
47bfdd06ca perf(a.lua): use lua notify api 2023-06-24 21:55:10 +08:00
Eric Wong
ae7f1da0f3
feat(api): add notify lua api 2023-06-24 21:13:03 +08:00
wsdjeg
7725ff275c perf(log): use vim.loop.gettimeofday 2023-06-19 20:12:21 +08:00
wsdjeg
dcbc0b34b8 fix(highlight): silent run hi command 2023-06-17 14:08:07 +08:00
Steve Huff
d228b5e0c4
fix(font): set default font correctly on macOS 2023-04-25 23:35:00 +08:00
wsdjeg
6388258786 fix(logger): silent warn by default 2023-04-14 21:18:35 +08:00
wsdjeg
02fadf00ff
feat(tagbar): use default logger system 2023-04-03 12:46:38 +08:00
wsdjeg
de3ec27729 chore(copyright): update copyright 2023-03-26 13:50:22 +08:00
wsdjeg
ec0756f309 feat(logger): change logger clock format 2022-11-13 16:44:48 +08:00
wsdjeg
54a8fb0854 fix(logger): fix logger time format 2022-11-13 16:03:33 +08:00
wsdjeg
5b5bd049e4 test(list): add test for data.list api 2022-10-19 20:40:43 +08:00
Wang Shidong
2e49f02244
feat(iedit): rewrite iedit in lua (#4724) 2022-10-16 13:45:34 +08:00
wsdjeg
888ff60fa9 feat(flygrep): support preview item 2022-10-10 13:58:09 +08:00
wsdjeg
2212c00c5e feat(flygrep): add apply_to_quickfix function 2022-10-10 01:52:19 +08:00
Wang Shidong
cd193b852d
feat(flygrep): add statusline for flygrep.lua 2022-10-08 23:46:57 +08:00
wsdjeg
73069ba781 feat(flygrep): add open_iten function 2022-10-07 11:08:33 +08:00
Wang Shidong
a8bf050c33
feat(flygrep): implement flygrep in lua 2022-10-06 23:24:21 +08:00