about summary refs log tree commit diff
path: root/fnl/nvrc/keymaps.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-05-08 21:12:03 +0900
committersefidel <contact@sefidel.net>2022-05-08 21:12:03 +0900
commitd435b5ca68a3348b120140a08129c8c17ee5c30a (patch)
tree96a10a957c62a29a726ee2882f23e1e004c577ee /fnl/nvrc/keymaps.fnl
parent13d21c4c4b8f15fe7e882d9a0283c5c7ac98697d (diff)
downloadnvimrc-d435b5ca68a3348b120140a08129c8c17ee5c30a.tar.gz
nvimrc-d435b5ca68a3348b120140a08129c8c17ee5c30a.zip
[WIP]: nvim-dap
Diffstat (limited to 'fnl/nvrc/keymaps.fnl')
-rw-r--r--fnl/nvrc/keymaps.fnl3
1 files changed, 3 insertions, 0 deletions
diff --git a/fnl/nvrc/keymaps.fnl b/fnl/nvrc/keymaps.fnl
index 959c15e..85283c1 100644
--- a/fnl/nvrc/keymaps.fnl
+++ b/fnl/nvrc/keymaps.fnl
@@ -64,3 +64,6 @@
 (map! [i] :<A-r> "<esc>:m .-2<cr>==gi")
 (map! [v] :<A-e> ":m '>+1<cr>gv=gv")
 (map! [v] :<A-r> ":m '<-2<cr>gv=gv")
+
+(map! [n] :<leader>ll (vim.lsp.buf.hover))
+(map! [n] :<leader>b ((. (require :dap) :toggle_breakpoint)))