neogit config
All checks were successful
Build neovim image / build-neovim-amd64 (push) Successful in 16m30s
Build neovim image / build-neovim-arm64 (push) Successful in 19m9s
Build neovim image / update-images-manifest (push) Successful in 14s

This commit is contained in:
Szwendacz 2024-04-11 13:29:27 +02:00 committed by Maciej Lebiest
parent af233daff2
commit 90dd454704
4 changed files with 19 additions and 3 deletions

View file

@ -39,6 +39,8 @@ map("n", "<leader>gs", ":Telescope git_status<CR>")
map("n", "<leader>gc", ":Telescope git_commits<CR>")
map("n", "<leader>gb", ":Telescope git_branches<CR>")
map("n", "<leader>ng", ":Neogit<CR>")
-- dap
map("n", "<leader>db", ":lua require'dap'.toggle_breakpoint()<CR>")
map("n", "<leader>dc", ":lua require'dap'.continue()<CR>")