diff options
Diffstat (limited to 'nvim/lua/plugins/mini-starter.lua')
| -rw-r--r-- | nvim/lua/plugins/mini-starter.lua | 11 |
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, |
