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'