vim: add keybind for diagnostics float
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
-- Keybinds
|
||||
vim.keymap.set("n", "<Leader>ds", vim.diagnostic.open_float, { desc = "Show diagnostic" })
|
||||
|
||||
-- Term
|
||||
vim.g.floaterm_keymap_toggle = '<leader>ft'
|
||||
|
||||
Reference in New Issue
Block a user