we weren't checking some of the conditions
whoops...
This commit is contained in:
@ -35,14 +35,14 @@ local function configmenu()
|
|||||||
if package.loaded['mason'] then
|
if package.loaded['mason'] then
|
||||||
require('mason.api.command').MasonUpdate()
|
require('mason.api.command').MasonUpdate()
|
||||||
end
|
end
|
||||||
if choice == 'update config' then
|
end
|
||||||
require('mngr.updates')
|
if choice == 'update config' then
|
||||||
end
|
require('mngr.updates')
|
||||||
if choice == 'show keybinds' then
|
end
|
||||||
require('telescope.builtin').keymaps()
|
if choice == 'show keybinds' then
|
||||||
end
|
require('telescope.builtin').keymaps()
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
vim.keymap.set('n', '<C-m>', configmenu, {})
|
vim.keymap.set('n', '<leader>m', configmenu, {})
|
||||||
|
Reference in New Issue
Block a user