mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2026-05-18 23:58:06 +02:00
6 lines
67 B
Nix
6 lines
67 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: {imports = [./which-key.nix];}
|