aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/mini-starter.lua
diff options
context:
space:
mode:
authoreric.marin <maarin.eric@gmail.com>2025-03-10 18:15:17 +0100
committereric.marin <maarin.eric@gmail.com>2025-03-10 18:16:27 +0100
commit48fc6ff3424acbb41633258bf1512b797a0ad8c1 (patch)
tree856f2b509c7bdb6b3e06b487ae85503ffeab027d /nvim/lua/plugins/mini-starter.lua
parentf4d45b1821ffd69361d0266247535e95c8552f1b (diff)
downloaddotfiles-48fc6ff3424acbb41633258bf1512b797a0ad8c1.tar.gz
dotfiles-48fc6ff3424acbb41633258bf1512b797a0ad8c1.zip
clean up
Diffstat (limited to '')
-rw-r--r--nvim/lua/plugins/mini-starter.lua11
1 files changed, 6 insertions, 5 deletions
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,