summaryrefslogtreecommitdiff
path: root/config/nvim-1/lua/plugins/whichkey
diff options
context:
space:
mode:
Diffstat (limited to 'config/nvim-1/lua/plugins/whichkey')
-rwxr-xr-xconfig/nvim-1/lua/plugins/whichkey/init.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/nvim-1/lua/plugins/whichkey/init.lua b/config/nvim-1/lua/plugins/whichkey/init.lua
new file mode 100755
index 0000000..e6b9906
--- /dev/null
+++ b/config/nvim-1/lua/plugins/whichkey/init.lua
@@ -0,0 +1,2 @@
+local wk = require("which-key")
+wk.setup({})