mini.nvim shenanigans lol

This commit is contained in:
voidarclabs
2025-07-29 12:50:18 +01:00
parent b7bf911d03
commit 786c325e23
4 changed files with 45 additions and 8 deletions

View File

@@ -4,6 +4,7 @@ return {
lazy = false,
---@type snacks.Config
opts = {
lazygit = { enabled = true },
bigfile = { enabled = true },
picker = {},
@@ -12,13 +13,13 @@ return {
width = 100,
preset = {
keys = {
{ icon = "", key = "f", desc = "Find File", action = ":lua Snacks.dashboard.pick('files')" },
{ icon = "", key = "f", desc = "Find File", action = ":Pick files" },
{ icon = "", key = "n", desc = "New File", action = ":ene | startinsert" },
{
icon = "",
key = "g",
desc = "Find Text",
action = ":lua Snacks.dashboard.pick('live_grep')",
action = ":Pick live_grep",
},
{
icon = "",