Commit graph

23 commits

Author SHA1 Message Date
Folke Lemaitre
b8b4aa0308
feat: snacks picker 2025-01-13 21:53:00 +01:00
Folke Lemaitre
7383edaec8
feat(util): Snacks.util.ref 2024-12-31 06:01:10 +01:00
Folke Lemaitre
98403313c7
fix(util): throttle now autonatically schedules when in fast event 2024-12-31 06:00:48 +01:00
Folke Lemaitre
737980d987
feat(util): throttle 2024-12-16 18:03:24 +01:00
Folke Lemaitre
effa885120
fix(util): on_key compat with Neovim 0.9 2024-12-15 08:36:14 +01:00
Folke Lemaitre
002d5eb5c2
feat(util): on_key handler 2024-12-15 08:26:44 +01:00
Folke Lemaitre
42439123c4
feat(util): get var either from buffer or global 2024-12-12 09:18:12 +01:00
Folke Lemaitre
33fbb309f8
fix(compat): fixes for Neovim < 0.10 2024-12-11 23:20:28 +01:00
Folke Lemaitre
f540b7b6cc
feat(util): added Snacks.util.on_module to execute a callback when a module loads (or immediately when already loaded) 2024-12-11 18:23:14 +01:00
Folke Lemaitre
6ca848766c ci: docgen 2024-12-10 13:55:51 +01:00
Folke Lemaitre
e99b41c175 docs(util): added docs 2024-12-10 13:55:51 +01:00
Folke Lemaitre
140204fde5 build: added metadata to plugins 2024-12-10 13:55:51 +01:00
Folke Lemaitre
d6309c62b8 feat(util): set_hl no longer sets default=true when not specified 2024-12-10 13:55:51 +01:00
Folke Lemaitre
9fb88c67b6 perf(util): redraw helpers 2024-12-10 13:55:51 +01:00
Folke Lemaitre
96ac87b6b1
refactor: move is_transparent to util 2024-12-03 10:29:21 +01:00
Folke Lemaitre
089ff668d2
refactor(util): move blend to util 2024-12-03 10:19:04 +01:00
Folke Lemaitre
ddaa2aaba5
fix(util): better support for nvim-web-devicons 2024-12-01 17:57:28 +01:00
Folke Lemaitre
ca7188c531
fix(util): make sure to always return an icon 2024-12-01 17:46:23 +01:00
Folke Lemaitre
e6f63970de
feat(util): encode/decode a string to be used as a filename 2024-12-01 09:07:26 +01:00
Folke Lemaitre
7c29848e89
feat(util): simple function to get an icon 2024-12-01 09:06:52 +01:00
Folke Lemaitre
96426953a0
feat(util): set_hl managed 2024-11-21 22:10:25 +01:00
Folke Lemaitre
b0da066536
feat(util): get hl color 2024-11-21 22:10:10 +01:00
Folke Lemaitre
d540fa607c
feat(dashboard): added new dashboard snack (#77)
## Description

A new dashboard plugin that comes with sane defaults, and can be fully
customized to your liking.

## Screenshots


![image](https://github.com/user-attachments/assets/944373ea-f443-4c16-bfe0-2dc78101f8f5)


![image](https://github.com/user-attachments/assets/492b075e-168d-4d58-af39-1268c047f374)


![image](https://github.com/user-attachments/assets/53a388c2-ca5a-4efb-94f2-752222f43584)


![image](https://github.com/user-attachments/assets/3c6ee94b-6785-4035-8ed2-2f67f39b5f06)


![image](https://github.com/user-attachments/assets/5b7a7117-e504-4b36-88db-91ccc89d8997)
2024-11-18 16:25:17 +01:00