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

253 Commits

Author SHA1 Message Date
wsdjeg
87d8ad1fd9 fix(tasks): use vim.tbl_extend instead 2023-08-09 04:02:21 +08:00
wsdjeg
a1a3b5b817 test(flygrep): fix input_list test 2023-08-09 03:43:53 +08:00
Eric Wong
c90dc3f00c
docs(roadmap): update roadmap and todos 2023-08-07 22:28:28 +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
wsdjeg
0b2a3e7e4b feat(toml): add lua toml previewer 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
3e96e1325f perf(a.lua): log alternate file name 2023-07-16 13:10:27 +08:00
wsdjeg
7da557c1f8 fix(job): close stdout/stderr on exit 2023-07-15 15:52:00 +08:00
wsdjeg
94c1dd4557 fix(runner): add get function 2023-07-14 13:17:53 +08:00
wsdjeg
7088f82fc7 feat(pastebin): use lua pastebin for nvim 0.9.0+ 2023-07-14 12:24:21 +08:00
wsdjeg
44875ab3a7 fix(pastebin): fix pastebin get visual selection 2023-07-14 12:14:05 +08:00
wsdjeg
0cb4dc5b06 fix(pastebin): change url on stdout 2023-07-14 11:54:19 +08:00
wsdjeg
4a8a6f76f0 feat(pastebin): add pastebin.lua 2023-07-14 11:52:29 +08:00
wsdjeg
9cc323a07c feat(job): improve job api 2023-07-13 00:53:03 +08:00
Eric Wong
8b55955de4
feat(runner): rewrite code runner in lua 2023-07-13 00:00:35 +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
d908e25959 fix(opt): remove guioption for nvim 2023-07-05 13:38:14 +08:00
Eric Wong
c9cd11ff21
fix(chinese): change chineselinter key binding 2023-07-02 18:57:09 +08:00
wsdjeg
8e7a75944c fix(cmp): fix key binding ctrl-n/p 2023-07-02 13:41:55 +08:00
wsdjeg
02b3de2e06 feat(api): add listed_buffers function 2023-06-27 18:20:25 +08:00
wsdjeg
789831cc21 perf(flygrep): use notify api for warnings 2023-06-27 18:06:34 +08:00
wsdjeg
745b3ff6d1 perf(prompt): disable ruler when open prompt 2023-06-27 17:39:36 +08:00
wsdjeg
7b417101c8 perf(flygrep): redraw on on_stdout 2023-06-27 17:31:47 +08:00
wsdjeg
776a4b5aa8 perf(flygrep): redraw on first stdout callback 2023-06-27 17:07:10 +08:00
wsdjeg
5febb52913 feat(todo): add ctrl-q to apply results to quickfix 2023-06-25 14:13:17 +08:00
wsdjeg
3be76bca65 perf(flygrep): use noautocmd to update buffer 2023-06-25 13:04:51 +08:00
wsdjeg
7a6ffd9524 perf(flygrep): use noautocmd to open flygrep windows 2023-06-24 23:38:06 +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
32b8309ce5 perf(iedit): use notify api 2023-06-24 15:08:18 +08:00
wsdjeg
581e56f9c6 fix(iedit): fix iedit-normal-left 2023-06-24 14:48:11 +08:00
wsdjeg
3874042593 perf(a.vim): improve alternate plugin 2023-06-22 22:34:18 +08:00
wsdjeg
b737573667 fix(flygrep): fix lsp warnings 2023-06-20 21:30:09 +08:00
wsdjeg
68a3f4e203 fix(flygrep): fix page_up/down function 2023-06-20 20:11:10 +08:00
wsdjeg
be6f16768d fix(flygrep): make sure command startswith set filetype= 2023-06-20 19:02:50 +08:00
wsdjeg
98de528e19 fix(flygrep): support detect filetype defined in vim script 2023-06-20 18:56:07 +08:00
wsdjeg
db52071cb4 fix(project): fix project width 2023-06-20 00:31:17 +08:00
wsdjeg
eda0c97f4a feat(project): improve Telescope project 2023-06-19 23:59:08 +08:00