mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-23 17:31:13 +01:00
tests: use __empty and __raw
Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
parent
aa3a1dfb02
commit
02b73edd9a
200 changed files with 733 additions and 718 deletions
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
settings = {
|
||||
opts = {
|
||||
remote = null;
|
||||
remote.__raw = "nil";
|
||||
add_current_line_on_normal_mode = true;
|
||||
action_callback = lib.nixvim.mkRaw "require('gitlinker.actions').copy_to_clipboard";
|
||||
print_url = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue