fixed overseer keybinding
This commit is contained in:
parent
1adb3c8ff2
commit
c136b87b7b
@ -3,7 +3,16 @@ overseer.setup({
|
||||
templates = { "builtin", "user.cmake.cmake" },
|
||||
})
|
||||
|
||||
vim.keymap.set({ 'n', 'x' }, '<F4>', function()
|
||||
require('legendary').keymaps(
|
||||
{
|
||||
{
|
||||
'<f4>',
|
||||
function()
|
||||
overseer.open()
|
||||
overseer.run_template()
|
||||
end, opts)
|
||||
end,
|
||||
mode = { 'n', 'x' },
|
||||
description = 'Start task (overseer)',
|
||||
},
|
||||
}
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user