From 4ec198e9de4c29378a9307f739770e71282d5d45 Mon Sep 17 00:00:00 2001 From: Squibid Date: Fri, 30 Dec 2022 12:44:28 -0500 Subject: fix config not working in other dirs. whoops --- lua/core/overrides/whichkey.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lua/core/overrides/whichkey.lua (limited to 'lua/core/overrides/whichkey.lua') diff --git a/lua/core/overrides/whichkey.lua b/lua/core/overrides/whichkey.lua new file mode 100644 index 0000000..65b6ca4 --- /dev/null +++ b/lua/core/overrides/whichkey.lua @@ -0,0 +1,8 @@ +require("which-key").setup { + icons = { + breadcrumb = '>>', + separator = '->', + }, + window = { winblend = 3, }, + layout = { align = 'center', }, +} -- cgit v1.2.1