nixvim: move plugin configuration
This commit is contained in:
parent
60d1769903
commit
01cc01069b
36 changed files with 0 additions and 0 deletions
20
modules2/nixvim/vim-test.nix
Normal file
20
modules2/nixvim/vim-test.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
flake.modules.nixvim.custom = {
|
||||
plugins.vim-test.enable = true;
|
||||
|
||||
keymaps = [
|
||||
{
|
||||
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