Commit graph

69 commits

Author SHA1 Message Date
Folke Lemaitre
983621b0fe
docs: docgen 2024-11-06 11:27:52 +01:00
Folke Lemaitre
0ae7da85ae
docs: docgen for styles 2024-11-06 10:56:23 +01:00
Folke Lemaitre
66810971b9
fix(win): better implementation of window styles (previously views) 2024-11-06 10:56:08 +01:00
Folke Lemaitre
39a63ce2a3
refactor(win): move opts.win.* to opts.* 2024-11-06 08:07:36 +01:00
Folke Lemaitre
e8061bcda0
fix(notifier): show notifier errors with nvim_err_writeln 2024-11-06 07:58:36 +01:00
Folke Lemaitre
9ef9e69620
fix(notifier): modifiable = false 2024-11-06 07:58:07 +01:00
Folke Lemaitre
ab96f81574
refactor(notifier): moved padding stuff to win 2024-11-06 07:57:48 +01:00
Folke Lemaitre
8c843cba29
docs: ignore stylua stuff 2024-11-06 00:42:09 +01:00
Folke Lemaitre
796d235771
docs: docgen 2024-11-06 00:39:27 +01:00
Folke Lemaitre
c71f3c84f4
docs: update 2024-11-06 00:35:44 +01:00
Folke Lemaitre
cf9649547f
docs: better docs 2024-11-05 23:58:37 +01:00
Folke Lemaitre
b4bd12c0ea
docs: better docs 2024-11-05 23:16:08 +01:00
Folke Lemaitre
fdc0d3d1f8
feat(bigfile): show message when bigfile was detected 2024-11-05 22:51:22 +01:00
Folke Lemaitre
304a8c7d25
ci: better docgen 2024-11-05 20:15:49 +01:00
Folke Lemaitre
03265525f2
docs: docs 2024-11-05 20:09:42 +01:00
Folke Lemaitre
d02aa2f7cb
feat(notifier): enable wrapping by default 2024-11-05 20:05:11 +01:00
Folke Lemaitre
efc96996e5
feat(notifier): add 1 cell left/right padding and make wrapping work properly 2024-11-05 20:05:11 +01:00
Folke Lemaitre
a06e3ed8fc
fix(win): dont update win opt noautocmd 2024-11-05 20:05:11 +01:00
Folke Lemaitre
71dd912763
fix(win): backdrop 2024-11-05 20:05:11 +01:00
Folke Lemaitre
0138358b48
style(debug): fixed annotations 2024-11-05 18:05:42 +01:00
Folke Lemaitre
8845a6a912
fix(debug): exclude vimrc from callers 2024-11-05 17:27:44 +01:00
Folke Lemaitre
f32d82d1b7
feat(notifier): added global keep config option 2024-11-05 17:19:27 +01:00
Folke Lemaitre
1e9580039b
feat(notifier): keep notif open when it's the current window 2024-11-05 17:15:20 +01:00
Folke Lemaitre
97acbbb654
feat(notifier): allow closing notifs with q 2024-11-05 17:13:50 +01:00
Folke Lemaitre
2434264446
refactor(win): snacks_float => snacks_win 2024-11-05 17:03:30 +01:00
Folke Lemaitre
44011ddf0d
feat: added notifier 2024-11-05 16:54:58 +01:00
Folke Lemaitre
0209e95f6d
style(toggle): types 2024-11-05 16:54:58 +01:00
Folke Lemaitre
f3b69a617a
fix(win): use syntax as fallback for treesitter 2024-11-05 16:54:58 +01:00
Folke Lemaitre
56c528ca5d
refactor(notify): opts.lang => opts.ft 2024-11-05 16:54:58 +01:00
Folke Lemaitre
ac1a50c810
feat(win): better api to deal with sizes 2024-11-05 16:54:58 +01:00
Folke Lemaitre
80d9a894f9
perf(win): set options with eventignore and handle ft manually 2024-11-05 16:54:58 +01:00
Folke Lemaitre
8c43597f10
fix(win): dont error when augroup is already deleted 2024-11-05 16:54:58 +01:00
Folke Lemaitre
7a7f221020
fix(win): no need to set EndOfBuffer winhl 2024-11-05 16:54:58 +01:00
Folke Lemaitre
e1f736d71f
feat(debug): added simple profile function 2024-11-05 00:32:52 +01:00
Folke Lemaitre
28c3029699
feat: added toggle 2024-11-05 00:20:26 +01:00
Folke Lemaitre
f5bbb446ed
fix(config): merging of possible nil values 2024-11-04 22:22:36 +01:00
Folke Lemaitre
12d6f863f7
feat(win): custom views 2024-11-04 22:17:12 +01:00
Folke Lemaitre
44495d3e4d
refactor(terminal): config.float -> config.win 2024-11-04 20:40:44 +01:00
Folke Lemaitre
1bdb193139
refactor: float -> win, since it also manages splits 2024-11-04 20:29:25 +01:00
Folke Lemaitre
038b28319c
feat(docs): better handling of overloads 2024-11-04 20:24:32 +01:00
Folke Lemaitre
6cb43f6033
feat: added debug 2024-11-04 18:56:19 +01:00
Folke Lemaitre
f4e0130ec3
feat: added notify 2024-11-04 18:56:19 +01:00
Folke Lemaitre
75ab5c8f2f
ci: better docs 2024-11-04 16:42:30 +01:00
Folke Lemaitre
df333a6a9a
ci: docgen 2024-11-04 16:39:24 +01:00
Folke Lemaitre
a638d8bafe
feat: added gitbrowse 2024-11-04 12:16:21 +01:00
Folke Lemaitre
f0a9991347
feat: added git 2024-11-04 12:13:43 +01:00
Folke Lemaitre
fc32619734
feat: added lazygit 2024-11-04 12:13:43 +01:00
Folke Lemaitre
1abce78a8b
feat: better buffer/window vars for terminal and float 2024-11-04 12:13:42 +01:00
Folke Lemaitre
11c9ee83aa
feat(terminal): allow to override the default terminal implementation (like toggleterm) 2024-11-04 10:45:09 +01:00
Folke Lemaitre
b3d08beb8c
feat(config): get config for snack with defaults and custom opts 2024-11-04 10:15:43 +01:00