1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-13 14:02:46 +01:00
nixvim/tests/test-sources/plugins/by-name/mini-keymap/default.nix
2025-06-22 19:01:14 +00:00

5 lines
60 B
Nix

{
empty = {
plugins.mini-keymap.enable = true;
};
}