1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-10 02:30:29 +01:00

nvim: small tweaks

This commit is contained in:
TheGeneralist 2026-01-24 14:07:59 +01:00
parent 89041df602
commit 144a01df3e
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
4 changed files with 90 additions and 80 deletions

View file

@ -38,6 +38,12 @@ return {
enabled = true,
preset = {
keys = {
{
icon = "",
key = "t",
desc = "TODOs",
action = ":lua Snacks.picker.todo_comments()",
},
{
icon = "",
key = "f",
@ -81,7 +87,7 @@ return {
cmd = "greeting",
hl = "header",
ttl = 60,
height = 3,
height = 5,
padding = 2,
align = "center",
},