mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-04 08:01:04 +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
|
|
@ -13,11 +13,11 @@
|
|||
date_format = "%c";
|
||||
message_when_not_committed = " Not Committed Yet";
|
||||
highlight_group = "Comment";
|
||||
set_extmark_options = { };
|
||||
set_extmark_options.__empty = { };
|
||||
display_virtual_text = true;
|
||||
ignored_filetypes = [ ];
|
||||
ignored_filetypes.__empty = { };
|
||||
delay = 250;
|
||||
virtual_text_column = null;
|
||||
virtual_text_column.__raw = "nil";
|
||||
use_blame_commit_file_urls = false;
|
||||
schedule_event = "CursorMoved";
|
||||
clear_event = "CursorMovedI";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue