parent
b32493780d
commit
6a87e455bd
16 changed files with 105 additions and 46 deletions
|
@ -4,8 +4,17 @@
|
|||
plugins.vim-test.enable = true;
|
||||
|
||||
keymaps = lib.mkIf config.plugins.vim-test.enable [
|
||||
{ key = "<leader>tf"; action = "<cmd>TestFile<CR>"; }
|
||||
{ key = "<leader>tl"; action = "<cmd>TestLast<CR>"; }
|
||||
{ key = "<leader>tn"; action = "<cmd>TestNearest<CR>"; }
|
||||
{
|
||||
key = "<leader>tf";
|
||||
action = "<cmd>TestFile<CR>";
|
||||
}
|
||||
{
|
||||
key = "<leader>tl";
|
||||
action = "<cmd>TestLast<CR>";
|
||||
}
|
||||
{
|
||||
key = "<leader>tn";
|
||||
action = "<cmd>TestNearest<CR>";
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue