{ config, lib, ... }: { plugins.vim-test.enable = true; keymaps = lib.mkIf config.plugins.vim-test.enable [ { key = "tf"; action = "TestFile"; } { key = "tl"; action = "TestLast"; } { key = "tn"; action = "TestNearest"; } ]; }