Cmd line and comments

This commit is contained in:
Your Name 2023-10-02 19:20:02 +02:00
parent 0b1a44e7c0
commit b5decabae0
5 changed files with 15 additions and 41 deletions

View file

@ -3,4 +3,6 @@ return {
opts = {
templates = { "builtin", "user.run_script" },
},
vim.keymap.set('n', '<space>or', '<Cmd>OverseerRun<CR>'),
vim.keymap.set('n', '<C-O>', '<Cmd>OverseerToggle<CR>'),
}