From fd3ee45800b08fdd3863d9560587bc53d5ddbf93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Thu, 13 Nov 2025 21:50:48 +0100 Subject: [PATCH] vim: add keybind for diagnostics float --- home/editor/neovim/keybinds.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/home/editor/neovim/keybinds.lua b/home/editor/neovim/keybinds.lua index 19562e9..4246d97 100644 --- a/home/editor/neovim/keybinds.lua +++ b/home/editor/neovim/keybinds.lua @@ -1,4 +1,5 @@ -- Keybinds +vim.keymap.set("n", "ds", vim.diagnostic.open_float, { desc = "Show diagnostic" }) -- Term vim.g.floaterm_keymap_toggle = 'ft'