From 0ad6ed52b123be52b0c68fd14b075299dbef801d Mon Sep 17 00:00:00 2001 From: Soispha Date: Thu, 24 Aug 2023 21:40:09 +0200 Subject: Feat(hm/conf/neovim/plugins/which-key): Init --- .../soispha/config/neovim/nixvim/plugins/which-key/default.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 home-manager/soispha/config/neovim/nixvim/plugins/which-key/default.nix diff --git a/home-manager/soispha/config/neovim/nixvim/plugins/which-key/default.nix b/home-manager/soispha/config/neovim/nixvim/plugins/which-key/default.nix new file mode 100644 index 00000000..be63f7ac --- /dev/null +++ b/home-manager/soispha/config/neovim/nixvim/plugins/which-key/default.nix @@ -0,0 +1,5 @@ +{...}: { + programs.nixvim.plugins.which-key = { + enable = true; + }; +} -- cgit 1.4.1