vim: add keybind for diagnostics float
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user