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

nvim: shortcut and dashboard changes

- nvim: shorcut and dashboard changes
- shell: fix greeting
This commit is contained in:
TheGeneralist 2026-01-20 16:28:08 +01:00
parent bd2e9ca61d
commit 437d52c35d
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
6 changed files with 45 additions and 20 deletions

View file

@ -27,6 +27,10 @@ return {
"folke/snacks.nvim",
priority = 1000,
lazy = false,
dependencies = {
"nvim-tree/nvim-web-devicons",
"nvim-mini/mini.icons",
},
---@type snacks.Config
opts = {
bigfile = { enabled = true },
@ -71,6 +75,19 @@ return {
{ icon = "", key = "q", desc = "Quit", action = ":qa" },
},
},
sections = {
{
section = "terminal",
cmd = "greeting",
hl = "header",
height = 3,
padding = 2,
align = "center",
},
{ section = "keys", gap = 1, padding = 1 },
{ icon = "", title = "Recent Files", section = "recent_files", indent = 3, padding = 3 },
{ section = "startup" },
},
},
explorer = { enabled = false },
image = { enabled = true },