From df666dec0f125416990ec6102b2d3cc650175cae Mon Sep 17 00:00:00 2001 From: Squibid Date: Sun, 18 May 2025 14:28:57 -0400 Subject: fix dap add showkeys thingy remove nyooom --- lua/conf/plugins/show.lua | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lua/conf/plugins/show.lua (limited to 'lua/conf/plugins/show.lua') diff --git a/lua/conf/plugins/show.lua b/lua/conf/plugins/show.lua new file mode 100644 index 0000000..320526b --- /dev/null +++ b/lua/conf/plugins/show.lua @@ -0,0 +1,29 @@ +return { "nvzone/showkeys", + function() + require("showkeys").setup { + position = "top-right", + winopts = { + border = vim.g.border_style, + }, + + -- change the way it looks + winhl = "NormalFloat:Comment,NormalFloat:NormalFloat", + maxkeys = 3, + + -- change the way keys are displayed + keyformat = { + [""] = "", + [""] = "", + [""] = "", + [""] = "", + [""] = "", + [""] = "", + [""] = "", + [""] = "", + [""] = "", + [""] = "Alt", + [""] = "Ctrl", + } + } + end +} -- cgit v1.2.1