From d123546252057be311cef1a4450fa1e5ce62655a Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Wed, 14 Aug 2024 00:41:04 +0200 Subject: [PATCH] chore: Which-key Neovim plugin configuration --- modules/home-manager/cli/neovim/files/whichkey.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/cli/neovim/files/whichkey.lua b/modules/home-manager/cli/neovim/files/whichkey.lua index 0b51321..a3cf600 100644 --- a/modules/home-manager/cli/neovim/files/whichkey.lua +++ b/modules/home-manager/cli/neovim/files/whichkey.lua @@ -1,4 +1,4 @@ -- Which-key -- local wk = require 'which-key' -wk.register() +-- wk.register()