Skip to content

Commit

Permalink
feat: update overseer command
Browse files Browse the repository at this point in the history
Signed-off-by: SUGIYAMA Yoshio <[email protected]>
  • Loading branch information
IMOKURI committed Dec 11, 2024
1 parent 22da0f8 commit 454397a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config/nvim/lua/imokuri/plugin/ff.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,13 @@ return {
{ "<Leader>i", "<Cmd>Telescope apyrori<CR>" },
{ "<Leader>o", "<Cmd>lua require('telescope').extensions.recent_files.pick()<CR>" },
{ "<Leader>s", "<Cmd>lua require('telescope').extensions.sonictemplate.templates{}<CR>" },
{ "<Leader>t", "<Cmd>OverseerRun<CR>" },
{
"<Leader>t",
function()
vim.cmd("OverseerRun")
vim.cmd("OverseerOpen!")
end,
},
{ "<C-t>", "<Cmd>OverseerToggle<CR>" },
},
init = function()
Expand Down

0 comments on commit 454397a

Please sign in to comment.