vim: add keybind for diagnostics float
Some checks failed
Run nix flake check / flake-check (push) Failing after 37s
Periodic flake update / flake-update (push) Successful in 2m19s

This commit is contained in:
2025-11-13 21:50:48 +01:00
parent 0990d27147
commit fd3ee45800

View File

@@ -1,4 +1,5 @@
-- Keybinds -- Keybinds
vim.keymap.set("n", "<Leader>ds", vim.diagnostic.open_float, { desc = "Show diagnostic" })
-- Term -- Term
vim.g.floaterm_keymap_toggle = '<leader>ft' vim.g.floaterm_keymap_toggle = '<leader>ft'