From 48fc6ff3424acbb41633258bf1512b797a0ad8c1 Mon Sep 17 00:00:00 2001 From: "eric.marin" Date: Mon, 10 Mar 2025 18:15:17 +0100 Subject: clean up --- nvim/lua/plugins/mini-starter.lua | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'nvim/lua/plugins/mini-starter.lua') diff --git a/nvim/lua/plugins/mini-starter.lua b/nvim/lua/plugins/mini-starter.lua index 8f66c4d..1532c73 100644 --- a/nvim/lua/plugins/mini-starter.lua +++ b/nvim/lua/plugins/mini-starter.lua @@ -198,11 +198,12 @@ local config = function() autoopen = true, evaluate_single = false, items = { - starter.sections.recent_files(5, false, false), - { name = "Plugin Manager", action = "Lazy", section = "Actions" }, - { name = "File Browser", action = "Oil --float", section = "Actions" }, - { name = "Neorg Index", action = "Neorg index", section = "Actions" }, - starter.sections.builtin_actions, + starter.sections.recent_files(5, false, true), + { name = "Plugin Manager", action = "Lazy", section = "Actions" }, + { name = "File Browser", action = "Oil --float", section = "Actions" }, + { name = "Neorg Index", action = "Neorg index", section = "Actions" }, + { name = 'Edit new buffer', action = 'enew', section = 'Actions' }, + { name = 'Quit Neovim', action = 'qall', section = 'Actions' }, }, header = header, footer = footer, -- cgit v1.2.3