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:
parent
bd2e9ca61d
commit
437d52c35d
6 changed files with 45 additions and 20 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue