summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/lua/plugins/which-key.lua
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins/which-key.lua')
-rw-r--r--pkgs/custom-neovim/config/lua/plugins/which-key.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/which-key.lua b/pkgs/custom-neovim/config/lua/plugins/which-key.lua
index d654699..612af14 100644
--- a/pkgs/custom-neovim/config/lua/plugins/which-key.lua
+++ b/pkgs/custom-neovim/config/lua/plugins/which-key.lua
@@ -1 +1,3 @@
-require("which-key").setup()
+require("which-key").setup {
+ preset = "modern",
+}