mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-09 16:54:36 +02:00
plugins/vim-bbye: init + tests (#248)
This commit is contained in:
parent
cf3f10265b
commit
883703328d
3 changed files with 71 additions and 0 deletions
18
tests/plugins/vim-bbye.nix
Normal file
18
tests/plugins/vim-bbye.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
empty = {
|
||||
plugins.vim-bbye.enable = true;
|
||||
};
|
||||
|
||||
test = {
|
||||
plugins.vim-bbye = {
|
||||
enable = true;
|
||||
|
||||
keymapsSilent = false;
|
||||
|
||||
keymaps = {
|
||||
bdelete = "<C-w>";
|
||||
bwipeout = "<C-t>";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue