summary refs log tree commit diff
path: root/.vim/lua/internal/plugins/whichkey.lua
diff options
context:
space:
mode:
Diffstat (limited to '.vim/lua/internal/plugins/whichkey.lua')
-rw-r--r--.vim/lua/internal/plugins/whichkey.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/.vim/lua/internal/plugins/whichkey.lua b/.vim/lua/internal/plugins/whichkey.lua
new file mode 100644
index 0000000..3c9e802
--- /dev/null
+++ b/.vim/lua/internal/plugins/whichkey.lua
@@ -0,0 +1,9 @@
+return {
+  {
+    'folke/which-key.nvim',
+    event = 'VeryLazy',
+    opts = {
+      icons = { separator = '→ ', group = '🞱 ' },
+    },
+  },
+}