diff options
| author | eric.marin <maarin.eric@gmail.com> | 2025-03-10 18:15:17 +0100 |
|---|---|---|
| committer | eric.marin <maarin.eric@gmail.com> | 2025-03-10 18:16:27 +0100 |
| commit | 48fc6ff3424acbb41633258bf1512b797a0ad8c1 (patch) | |
| tree | 856f2b509c7bdb6b3e06b487ae85503ffeab027d /nvim/lua/plugins/mini-starter.lua | |
| parent | f4d45b1821ffd69361d0266247535e95c8552f1b (diff) | |
| download | dotfiles-48fc6ff3424acbb41633258bf1512b797a0ad8c1.tar.gz dotfiles-48fc6ff3424acbb41633258bf1512b797a0ad8c1.zip | |
clean up
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, |
