From 6f2371291e3b7e4f439dc99f17bc0746bc871abe Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 16 Sep 2023 00:15:25 +0900 Subject: feat(keymaps): l to show diagnostics --- fnl/nvrc/keymaps.fnl | 1 + 1 file changed, 1 insertion(+) (limited to 'fnl/nvrc/keymaps.fnl') diff --git a/fnl/nvrc/keymaps.fnl b/fnl/nvrc/keymaps.fnl index bdd6968..c185564 100644 --- a/fnl/nvrc/keymaps.fnl +++ b/fnl/nvrc/keymaps.fnl @@ -69,6 +69,7 @@ (map! [v] : ":m '<-2gv=gv") (map! [n] :k (vim.lsp.buf.hover)) +(map! [n] :l (vim.diagnostic.open_float nil {:focus false})) (map! [n] :b ((. (require :dap) :toggle_breakpoint))) ;; Helix-like movements -- cgit 1.4.1