chore(nvim): dashboard tweaks, add q for fast quit

This commit is contained in:
2024-10-24 01:50:51 +03:00
parent 5a8f990e52
commit 8b078309cf

View File

@@ -82,6 +82,13 @@ return {
action = 'Lazy update', action = 'Lazy update',
key = 'u', key = 'u',
}, },
{
icon = '',
desc = 'Quit',
group = 'DiagnosticError',
action = 'q',
key = 'q',
},
}, },
}, },
} }