Eric Wong
|
fb7bb88485
|
feat(zkbrowser): use <LeftRelease> to filter tag
|
2024-12-11 10:10:34 +08:00 |
|
Eric Wong
|
3e92a97c55
|
fix(messletters): make bubble_num avoid nil
|
2024-12-08 19:49:08 +08:00 |
|
Eric Wong
|
98b6cae025
|
feat(flygrep): use ctrl-h toggle hidden files
|
2024-07-27 22:53:27 +08:00 |
|
Eric Wong
|
e291cd136e
|
feat(cpicker): add xyz color space
|
2024-07-21 22:03:38 +08:00 |
|
Eric Wong
|
e17ac3c1a6
|
fix(color): add missing functions
|
2024-07-21 14:47:38 +08:00 |
|
Eric Wong
|
8ff37e2a98
|
feat(cpicker): add linear and lab color space
|
2024-07-21 14:33:31 +08:00 |
|
Eric Wong
|
b0f1e65b35
|
feat(cpicker): add hwb color-mix
|
2024-07-18 18:31:54 +08:00 |
|
Eric Wong
|
f35e0da911
|
feat(cpicker): change color code background
|
2024-07-14 19:01:57 +08:00 |
|
Eric Wong
|
a9a14ff85b
|
feat(cpicker): add hwb color space
|
2024-07-14 16:30:43 +08:00 |
|
Eric Wong
|
98e67a214c
|
feat(cpicker): add cmyk color space
|
2024-07-13 21:59:34 +08:00 |
|
Eric Wong
|
cd08e2430b
|
fix(color): use math.round instead of floor
|
2024-07-13 19:08:50 +08:00 |
|
Eric Wong
|
b4e860322d
|
feat(hsv): add hsv format
|
2024-07-13 18:52:07 +08:00 |
|
Eric Wong
|
ff20c0284b
|
feat(cpicker): add tools#cpicker layer
|
2024-07-12 00:31:36 +08:00 |
|
Eric Wong
|
f8c9c475f4
|
fix(file): fix file api
|
2024-06-15 09:54:14 +08:00 |
|
Eric Wong
|
f818591314
|
fix(compatible): fix nvim-0.5.0 support
|
2024-06-13 08:44:55 +08:00 |
|
Eric Wong
|
7edc45e572
|
fix(lua): fix lua warnings
|
2024-06-12 19:45:53 +08:00 |
|
Eric Wong
|
511480cabc
|
fix(guide): use hide option only for nvim 0.10.0+
|
2024-06-09 22:16:21 +08:00 |
|
Eric Wong
|
6b7c5a14ce
|
feat(statusline): add lua statusline
|
2024-06-09 10:37:42 +08:00 |
|
Eric Wong
|
bdc177e320
|
perf(guide): use timer to display win
|
2024-06-03 22:11:58 +08:00 |
|
Eric Wong
|
24712351a1
|
perf(guide): improve key binding guide
|
2024-06-01 22:51:47 +08:00 |
|
Eric Wong
|
49e00f00f5
|
fix(notify): fix notify cursor position
|
2024-05-21 11:25:51 +08:00 |
|
Eric Wong
|
77216853d9
|
perf(cursor): hide cursor
|
2024-05-14 23:24:58 +08:00 |
|
Eric Wong
|
c28fda48b1
|
feat(tabline): add lua tabline
|
2024-04-21 22:57:47 +08:00 |
|
Eric Wong
|
732401aee9
|
perf(job): close job handle on_exit
|
2024-04-17 21:21:31 +08:00 |
|
Eric Wong
|
78e32eb47d
|
fix(job): return 0 for empty table
|
2024-04-16 14:57:06 +08:00 |
|
Eric Wong
|
7ff2fec04a
|
fix(job): check cmd before run job
|
2024-04-16 14:55:26 +08:00 |
|
Eric Wong
|
d393df8ada
|
chore(format): format code
|
2024-04-16 11:30:52 +08:00 |
|
Eric Wong
|
1d8dbeb8bb
|
feat(format.lua) add format.lua
|
2024-04-16 11:27:49 +08:00 |
|
Eric Wong
|
18f2edc395
|
feat(notify): share viml notifys
|
2024-03-31 00:08:50 +08:00 |
|
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 |
|