mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
tests/modules/clipboard: add raw lua code test
This commit is contained in:
parent
ef8d57aba0
commit
1d78aee791
1 changed files with 7 additions and 0 deletions
|
@ -17,4 +17,11 @@
|
|||
providers.xsel.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
example-with-raw-lua = {
|
||||
clipboard = {
|
||||
register.__raw = ''vim.env.SSH_TTY and "" or "unnamedplus"'';
|
||||
providers.wl-copy.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue