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:
parent
89041df602
commit
144a01df3e
4 changed files with 90 additions and 80 deletions
|
|
@ -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",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue