From fcea43579ed744c7f2b28e1f335b0d1a2a01c14c Mon Sep 17 00:00:00 2001 From: workflow <4farlion@gmail.com> Date: Thu, 14 Dec 2023 22:31:19 +0100 Subject: [PATCH] feat(nvim): add which-key --- home/neovim.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/neovim.nix b/home/neovim.nix index 8abcfe2e..2da1e34a 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -520,6 +520,12 @@ in vim-unimpaired vim-visual-multi + + { + plugin = which-key-nvim; + config = '' + ''; + } ]; viAlias = true;