Add github links in configs

This commit is contained in:
2023-09-04 03:11:26 +02:00
parent a61149b1a6
commit 697137186d
23 changed files with 46 additions and 0 deletions
+2
View File
@@ -14,6 +14,8 @@
limitations under the License.
]]
-- https://github.com/mfussenegger/nvim-dap
vim.fn.execute("nnoremap <silent> <F5> :lua require'dap'.continue()<CR>")
vim.fn.execute("nnoremap <silent> <F10> :lua require'dap'.step_over()<CR>")
vim.fn.execute("nnoremap <silent> <F11> :lua require'dap'.step_into()<CR>")