diff options
Diffstat (limited to '')
-rw-r--r-- | modules/home.legacy/conf/nvim/plgs/which-key/default.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/home.legacy/conf/nvim/plgs/which-key/default.nix b/modules/home.legacy/conf/nvim/plgs/which-key/default.nix deleted file mode 100644 index be63f7ac..00000000 --- a/modules/home.legacy/conf/nvim/plgs/which-key/default.nix +++ /dev/null @@ -1,5 +0,0 @@ -{...}: { - programs.nixvim.plugins.which-key = { - enable = true; - }; -} |