diff options
author | Squibid <me@zacharyscheiman.com> | 2023-11-24 21:38:31 -0500 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-11-24 21:38:31 -0500 |
commit | f35b13d669867209427449840ff0930a732591dc (patch) | |
tree | 3acb658ec5d01f456c49a097d56f736cbfbbfc7d /after/plugin/startpage.lua | |
parent | ebf9d2d1c4682068f5116f7efc1568ce5adf4f1b (diff) | |
download | nvim-f35b13d669867209427449840ff0930a732591dc.tar.gz nvim-f35b13d669867209427449840ff0930a732591dc.tar.bz2 nvim-f35b13d669867209427449840ff0930a732591dc.zip |
more stuff too lazy to seperate
Diffstat (limited to '')
-rw-r--r-- | after/plugin/startpage.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/after/plugin/startpage.lua b/after/plugin/startpage.lua index 6261b3f..afd93dc 100644 --- a/after/plugin/startpage.lua +++ b/after/plugin/startpage.lua @@ -70,7 +70,7 @@ alpha.setup { button('f', '? Find files', '<cmd>Telescope find_files<CR>'), button('r', '↺ Recent files', '<cmd>Telescope oldfiles <CR>'), button('n', '▣ Neorg workspace', '<cmd>Telescope neorg switch_workspace<CR>'), - button('m', '≡ Menu', '<cmd>ConfigMenu<CR>'), + button('m', '≡ Menu', '<cmd>lua require("core.conf").configmenu()<CR>'), button('q', '✖ Quit', '<cmd>wqa<CR>'), } }, { type = 'text', val = footer, opts = { |