1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

tests: use __empty and __raw

Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
saygo-png 2025-10-27 18:36:32 +01:00 committed by Matt Sturgeon
parent 9c2c9a1b35
commit 79d53a50e2
200 changed files with 733 additions and 718 deletions

View file

@ -16,7 +16,7 @@
diff = {
ctxlen = 3;
};
highlight_command = [ ];
highlight_command.__empty = { };
backend = [
"telescope"
"minipick"
@ -35,7 +35,7 @@
'';
nui = {
dir = "col";
keymap = null;
keymap.__raw = "nil";
layout = {
position = "50%";
size = {

View file

@ -20,16 +20,16 @@
40
0.2
];
width = null;
width.__raw = "nil";
min_width = 10;
win_opts = { };
win_opts.__empty = { };
default_direction = "prefer_right";
placement = "window";
resize_to_content = true;
preserve_equality = false;
};
attach_mode = "window";
close_automatic_events = [ ];
close_automatic_events.__empty = { };
keymaps = {
"?" = "actions.show_help";
"g?" = "actions.show_help";
@ -82,11 +82,11 @@
highlight_on_hover = false;
highlight_on_jump = 300;
autojump = false;
icons = [ ];
icons.__empty = { };
ignore = {
unlisted_buffers = false;
diff_windows = true;
filetypes = [ ];
filetypes.__empty = { };
buftypes = "special";
wintypes = "special";
};
@ -126,7 +126,7 @@
border = "rounded";
relative = "cursor";
max_height = 0.9;
height = null;
height.__raw = "nil";
min_height = [
8
0.1
@ -171,7 +171,7 @@
diagnostics_trigger_update = false;
update_when_errors = true;
update_delay = 300;
priority = { };
priority.__empty = { };
};
treesitter = {
update_delay = 300;

View file

@ -29,7 +29,7 @@
default_bindings = false;
debug = true;
vim = true;
ignore_buffers = [ ];
ignore_buffers.__empty = { };
border = {
style = [
""

View file

@ -26,7 +26,7 @@
inactive_collapse = 1;
inactive_alt_sep = 1;
theme = "dark";
theme_patch_func = null;
theme_patch_func.__raw = "nil";
powerline_fonts = 0;
symbols_ascii = 0;
mode_map = {
@ -47,8 +47,8 @@
v = "V";
V = "V";
};
exclude_filenames = [ ];
exclude_filetypes = [ ];
exclude_filenames.__empty = { };
exclude_filetypes.__empty = { };
filetype_overrides = {
coc-explorer = [
"CoC Explorer"

View file

@ -42,7 +42,7 @@
];
cancel_deferred_save = [ "InsertEnter" ];
};
condition = null;
condition.__raw = "nil";
write_all_buffers = false;
noautocmd = false;
lockmarks = false;

View file

@ -13,12 +13,12 @@
auto_save = true;
auto_restore = true;
auto_create = true;
suppressed_dirs = null;
allowed_dirs = null;
suppressed_dirs.__raw = "nil";
allowed_dirs.__raw = "nil";
auto_restore_last_session = false;
use_git_branch = false;
lazy_support = true;
bypass_save_filetypes = null;
bypass_save_filetypes.__raw = "nil";
close_unsupported_windows = true;
args_allow_single_directory = true;
args_allow_files_auto_save = false;
@ -27,7 +27,7 @@
log_level = "error";
session_lens = {
load_on_setup = true;
theme_conf = { };
theme_conf.__empty = { };
previewer = false;
mappings = {
delete_session = {

View file

@ -28,7 +28,7 @@
copilot = {
endpoint = "https://api.githubcopilot.com";
model = "gpt-4o-2024-05-13";
proxy = null;
proxy.__raw = "nil";
allow_insecure = false;
timeout = 30000;
extra_request_body = {

View file

@ -30,8 +30,8 @@
animation = true;
auto_hide = -1;
clickable = true;
exclude_ft = [ ];
exclude_name = [ ];
exclude_ft.__empty = { };
exclude_name.__empty = { };
focus_on_close = "left";
hide = {
alternate = false;
@ -94,10 +94,10 @@
filename = false;
separator.right = " ";
};
alternate = { };
current = { };
inactive = { };
visible = { };
alternate.__empty = { };
current.__empty = { };
inactive.__empty = { };
visible.__empty = { };
preset = "default";
};
insert_at_start = false;
@ -107,9 +107,9 @@
maximum_length = 30;
minimum_length = 0;
minimum_padding = 1;
no_name_title = null;
no_name_title.__raw = "nil";
semantic_letters = true;
sidebar_filetypes = { };
sidebar_filetypes.__empty = { };
tabpages = true;
};
};
@ -219,7 +219,7 @@
};
};
letters = "asdfjkl;ghnmxcvbziowerutyqpASDFJKLGHNMXCVBZIOWERUTYQP";
no_name_title = null;
no_name_title.__raw = "nil";
};
};
};

View file

@ -18,8 +18,8 @@
focus_blame = true;
merge_consecutive = false;
max_summary_width = 30;
colors = null; # won't output literal nil
blame_options = null; # won't output literal nil
colors.__raw = "nil";
blame_options.__raw = "nil";
format_fn.__raw = "require('blame.formats.default_formats').commit_date_author_fn";
commit_detail_view = "vsplit";
mappings = {

View file

@ -59,9 +59,9 @@
"("
")"
];
override_brackets_for_filetypes = { };
force_allow_filetypes = [ ];
blocked_filetypes = [ ];
override_brackets_for_filetypes.__empty = { };
force_allow_filetypes.__empty = { };
blocked_filetypes.__empty = { };
kind_resolution = {
enabled = true;
blocked_filetypes = [
@ -112,7 +112,7 @@
align_to = "label";
padding = 1;
gap = 1;
treesitter = { };
treesitter.__empty = { };
columns = [
[ "kind_icon" ]
{
@ -232,9 +232,9 @@
prebuilt_binaries = {
download = true;
ignore_version_mismatch = false;
force_version = null;
force_system_triple = null;
extra_curl_args = [ ];
force_version.__raw = "nil";
force_system_triple.__raw = "nil";
extra_curl_args.__empty = { };
};
};
sources = {
@ -244,7 +244,7 @@
"snippets"
"buffer"
];
per_filetype = { };
per_filetype.__empty = { };
cmdline.__raw = ''
function()
local type = vim.fn.getcmdtype()
@ -310,8 +310,8 @@
enabled = false;
trigger = {
enabled = true;
blocked_trigger_characters = [ ];
blocked_retrigger_characters = [ ];
blocked_trigger_characters.__empty = { };
blocked_retrigger_characters.__empty = { };
show_on_insert_on_trigger_character = true;
};
window = {
@ -387,6 +387,8 @@
'';
};
};
# FIXME: This should be __empty but this config is out of date so it throws
cmdline = [ ];
};
completion = {

View file

@ -74,7 +74,7 @@
close_command = "bdelete! %d";
left_mouse_command = "buffer %d";
right_mouse_command = "bdelete! %d";
middle_mouse_command = null;
middle_mouse_command.__raw = "nil";
indicator = {
icon = "";
style = "icon";
@ -82,14 +82,14 @@
left_trunc_marker = "";
right_trunc_marker = "";
separator_style = "thin";
name_formatter = null;
name_formatter.__raw = "nil";
truncate_names = true;
tab_size = 18;
max_name_length = 18;
color_icons = true;
show_buffer_icons = true;
show_buffer_close_icons = true;
get_element_icon = null;
get_element_icon.__raw = "nil";
show_close_icon = true;
show_tab_indicators = true;
show_duplicate_prefix = true;
@ -102,27 +102,27 @@
max_prefix_length = 15;
sort_by = "id";
diagnostics = false;
diagnostics_indicator = null;
diagnostics_indicator.__raw = "nil";
diagnostics_update_in_insert = true;
diagnostics_update_on_event = true;
offsets = null;
offsets.__raw = "nil";
groups = {
items = [ ];
items.__empty = { };
options = {
toggle_hidden_on_enter = true;
};
};
hover = {
enabled = false;
reveal = [ ];
reveal.__empty = { };
delay = 200;
};
debug = {
logging = false;
};
custom_filter = null;
custom_filter.__raw = "nil";
};
highlights = { };
highlights.__empty = { };
};
};
};

View file

@ -33,8 +33,8 @@
lsp = true;
highlighter = {
auto_enable = false;
filetypes = [ ];
excludes = [ ];
filetypes.__empty = { };
excludes.__empty = { };
lsp = true;
update_insert = true;
};

View file

@ -52,8 +52,8 @@
"thumbs.db"
".git"
];
name_glob = [ ];
path_glob = [ ];
name_glob.__empty = { };
path_glob.__empty = { };
};
view = {
open_direction = "left";

View file

@ -11,9 +11,9 @@
enable = true;
settings = {
api_key_cmd = null;
api_key_cmd.__raw = "nil";
yank_register = "+";
extra_curl_params = [ ];
extra_curl_params.__empty = { };
show_line_numbers = true;
edit_with_instructions = {
diff = false;
@ -182,7 +182,7 @@
n = 1;
};
use_openai_functions_for_edits = false;
actions_paths = [ ];
actions_paths.__empty = { };
show_quickfixes_cmd = "Trouble quickfix";
predefined_chat_gpt_prompts = "https://raw.githubusercontent.com/f/awesome-chatgpt-prompts/main/prompts.csv";
highlights = {

View file

@ -11,14 +11,14 @@
enabled = true;
cloak_character = "*";
highlight_group = "Comment";
cloak_length = null;
cloak_length.__raw = "nil";
try_all_patterns = true;
cloak_telescope = true;
patterns = [
{
file_pattern = ".env*";
cloak_pattern = "=.+";
replace = null;
replace.__raw = "nil";
}
];
};

View file

@ -14,11 +14,11 @@
cmake_generate_options = {
"-DCMAKE_EXPORT_COMPILE_COMMANDS" = 1;
};
cmake_build_options = { };
cmake_build_options.__empty = { };
cmake_build_directory = "out/\${variant:buildType}";
cmake_soft_link_compile_commands = true;
cmake_compile_commands_from_lsp = false;
cmake_kits_path = null;
cmake_kits_path.__raw = "nil";
cmake_variants_message = {
short = {
@ -41,7 +41,7 @@
cmake_executor = {
name = "quickfix";
opts = { };
opts.__empty = { };
default_opts = {
quickfix = {
show = "always";
@ -84,7 +84,7 @@
cmake_runner = {
name = "terminal";
opts = { };
opts.__empty = { };
default_opts = {
quickfix = {
show = "always";

View file

@ -18,7 +18,7 @@
sort = true;
run_on_every_keystroke = true;
snippet_placeholder = "..";
ignored_file_types = { };
ignored_file_types.__empty = { };
min_percent = 0;
};
};

View file

@ -21,7 +21,7 @@
};
opts = {
allow_insecure = false;
proxy = null;
proxy.__raw = "nil";
};
};
strategies = {

View file

@ -8,14 +8,14 @@
enable = true;
settings = {
save_path = null;
save_path.__raw = "nil";
mac_window_bar = true;
title = "CodeSnap.nvim";
code_font_family = "CaskaydiaCove Nerd Font";
watermark_font_family = "Pacifico";
watermark = "CodeSnap.nvim";
bg_theme = "default";
bg_color = null;
bg_color.__raw = "nil";
breadcrumbs_separator = "/";
has_breadcrumbs = false;
has_line_number = false;

View file

@ -8,7 +8,7 @@
enable = true;
settings = {
filetypes = { };
filetypes.__empty = { };
user_default_options = {
RGB = true;
RRGGBB = true;
@ -30,7 +30,7 @@
virtualtext_mode = "foreground";
always_update = false;
};
buftypes = { };
buftypes.__empty = { };
user_commands = true;
};
};

View file

@ -10,7 +10,7 @@
settings = {
padding = true;
sticky = true;
ignore = null;
ignore.__raw = "nil";
toggler = {
line = "gcc";
block = "gbc";
@ -28,8 +28,8 @@
basic = true;
extra = true;
};
pre_hook = null;
post_hook = null;
pre_hook.__raw = "nil";
post_hook.__raw = "nil";
};
};
};

View file

@ -24,7 +24,7 @@
enable = true;
settings = {
formatters_by_ft = { };
formatters_by_ft.__empty = { };
format_on_save = {
lsp_format = "never";
timeout_ms = 1000;
@ -46,7 +46,7 @@
log_level = "error";
notify_on_error = true;
notify_no_formatters = true;
formatters = { };
formatters.__empty = { };
};
};
};

View file

@ -13,12 +13,12 @@
system_prompt = "require('CopilotChat.config.prompts').COPILOT_INSTRUCTIONS";
model = "gpt-4-o";
agent = "none";
context = null;
sticky = null;
context.__raw = "nil";
sticky.__raw = "nil";
temperature = 0.1;
headless = false;
callback = null;
callback.__raw = "nil";
selection.__raw = ''
function(source)
@ -33,10 +33,10 @@
height = 0.5;
relative = "editor";
border = "single";
row = null;
col = null;
row.__raw = "nil";
col.__raw = "nil";
title = "Copilot Chat";
footer = null;
footer.__raw = "nil";
zindex = 1;
};
@ -50,7 +50,7 @@
debug = false;
log_level = "info";
proxy = null;
proxy.__raw = "nil";
allow_insecure = false;
chat_autocomplete = true;

View file

@ -17,7 +17,7 @@
editor = {
client = "neovim";
tooltip = "The Superior Text Editor";
icon = null;
icon.__raw = "nil";
};
display = {
theme = "default";
@ -38,12 +38,12 @@
unidle_on_focus = true;
smart_idle = true;
details = "Idling";
state = null;
state.__raw = "nil";
tooltip = "💤";
icon = null;
icon.__raw = "nil";
};
text = {
default = null;
default.__raw = "nil";
workspace.__raw = "function(opts) return 'In ' .. opts.workspace end";
viewing.__raw = "function(opts) return 'Viewing ' .. opts.filename end";
editing.__raw = "function(opts) return 'Editing ' .. opts.filename end";
@ -60,19 +60,19 @@
terminal.__raw = "function(opts) return 'Running commands in ' .. opts.name end";
dashboard = "Home";
};
buttons = null;
assets = null;
variables = null;
buttons.__raw = "nil";
assets.__raw = "nil";
variables.__raw = "nil";
hooks = {
ready = null;
shutdown = null;
pre_activity = null;
post_activity = null;
idle_enter = null;
idle_leave = null;
workspace_change = null;
ready.__raw = "nil";
shutdown.__raw = "nil";
pre_activity.__raw = "nil";
post_activity.__raw = "nil";
idle_enter.__raw = "nil";
idle_leave.__raw = "nil";
workspace_change.__raw = "nil";
};
plugins = null;
plugins.__raw = "nil";
advanced = {
plugin = {
autocmds = true;
@ -81,8 +81,8 @@
};
server = {
update = "fetch";
pipe_path = null;
executable_path = null;
pipe_path.__raw = "nil";
executable_path.__raw = "nil";
timeout = 300000;
};
discord = {

View file

@ -11,7 +11,7 @@
use_global_binary = 0;
agda_prefix = "<localleader>";
no_agda_input = 0;
bind_input_hook = null;
bind_input_hook.__raw = "nil";
};
};
};

View file

@ -87,7 +87,7 @@
coverage_file = "coverage/coverage.json";
};
};
lcov_file = null;
lcov_file.__raw = "nil";
};
};
};

View file

@ -7,8 +7,8 @@
plugins.cutlass-nvim = {
enable = true;
settings = {
cut_key = "nil";
override_del = "nil";
cut_key.__raw = "nil";
override_del.__raw = "nil";
exclude.__empty = { };
registers = {
select = "_";

View file

@ -21,7 +21,7 @@
path = "dlv";
initialize_timeout_sec = 20;
port = "$\{port}";
args = [ ];
args.__empty = { };
build_flags = "-tags=unit";
};
};

View file

@ -23,7 +23,7 @@
terminate = "";
};
};
element_mappings = { };
element_mappings.__empty = { };
expand_lines = true;
floating = {
border = "single";

View file

@ -101,7 +101,7 @@
'';
};
};
custom_sections = [ ];
custom_sections.__empty = { };
controls = {
enabled = false;
position = "right";
@ -115,7 +115,7 @@
"terminate"
"disconnect"
];
custom_buttons = [ ];
custom_buttons.__empty = { };
};
};
windows = {
@ -124,7 +124,7 @@
terminal = {
width = 0.5;
position = "left";
hide = { };
hide.__empty = { };
start_hidden = false;
};
};
@ -144,7 +144,7 @@
terminate = "";
};
help = {
border = null;
border.__raw = "nil";
};
switchbuf = "usetab";
auto_toggle = false;

View file

@ -22,7 +22,7 @@
week_header = {
enable = false;
concat = "";
append = [ ];
append.__empty = { };
};
header = [
""
@ -43,7 +43,7 @@
preview = {
command = "";
file_path = null;
file_path.__raw = "nil";
file_height = 0;
file_width = 0;
};
@ -85,7 +85,7 @@
cwd_only = false;
};
footer = [ ];
footer.__empty = { };
};
};
};
@ -111,7 +111,7 @@
action = "";
}
];
footer = [ ];
footer.__empty = { };
};
};
};

View file

@ -8,16 +8,16 @@
plugins.dbee = {
enable = true;
settings = {
default_connection = null;
default_connection.__raw = "nil";
sources = [
(lib.nixvim.mkRaw "require('dbee.sources').EnvSource:new('DBEE_CONNECTIONS')")
(lib.nixvim.mkRaw "require('dbee.sources').FileSource:new(vim.fn.stdpath('state') .. '/dbee/persistence.json')")
];
extra_helpers = { };
float_options = { };
extra_helpers.__empty = { };
float_options.__empty = { };
drawer = {
window_options = { };
buffer_options = { };
window_options.__empty = { };
buffer_options.__empty = { };
disable_help = false;
mappings = [
{
@ -176,8 +176,8 @@
};
};
result = {
window_options = { };
buffer_options = { };
window_options.__empty = { };
buffer_options.__empty = { };
page_size = 100;
focus_result = true;
progress = {
@ -254,8 +254,8 @@
];
};
editor = {
window_options = { };
buffer_options = { };
window_options.__empty = { };
buffer_options.__empty = { };
mappings = [
{
key = "BB";
@ -270,8 +270,8 @@
];
};
call_log = {
window_options = { };
buffer_options = { };
window_options.__empty = { };
buffer_options.__empty = { };
mappings = [
{
key = "<CR>";

View file

@ -14,7 +14,7 @@
enable = true;
settings = {
ensure_installed = [ ];
ensure_installed.__empty = { };
};
};
};

View file

@ -16,26 +16,26 @@
settings = {
renderer_options = {
mermaid = {
background = null;
theme = null;
background.__raw = "nil";
theme.__raw = "nil";
scale = 1;
width = null;
height = null;
width.__raw = "nil";
height.__raw = "nil";
};
plantuml = {
charset = null;
charset.__raw = "nil";
};
d2 = {
theme_id = null;
dark_theme_id = null;
scale = null;
layout = null;
sketch = null;
theme_id.__raw = "nil";
dark_theme_id.__raw = "nil";
scale.__raw = "nil";
layout.__raw = "nil";
sketch.__raw = "nil";
};
gnuplot = {
size = null;
font = null;
theme = null;
size.__raw = "nil";
font.__raw = "nil";
theme.__raw = "nil";
};
};
};

View file

@ -50,7 +50,7 @@
win_config = {
position = "right";
width = 20;
win_opts = { };
win_opts.__empty = { };
};
};
file_history_panel = {
@ -63,14 +63,14 @@
multi_file.diff_merges = "first-parent";
};
hg = {
single_file = { };
multi_file = { };
single_file.__empty = { };
multi_file.__empty = { };
};
};
win_config = {
position = "top";
height = 10;
win_opts = { };
win_opts.__empty = { };
};
};

View file

@ -21,8 +21,8 @@
return os_name == 'windows' and 'distant.exe' or 'distant'
end)()
'';
log_file = null;
log_level = null;
log_file.__raw = "nil";
log_level.__raw = "nil";
};
keymap = {
dir = {
@ -63,8 +63,8 @@
manager = {
daemon = false;
lazy = true;
log_file = null;
log_level = null;
log_file.__raw = "nil";
log_level.__raw = "nil";
user = false;
};
network = {
@ -73,15 +73,15 @@
max = 15000;
interval = 256;
};
windows_pipe = null;
unix_socket = null;
windows_pipe.__raw = "nil";
unix_socket.__raw = "nil";
};
servers = {
"*" = {
connect.default = { };
cwd = null;
cwd.__raw = "nil";
launch.default = { };
lsp = { };
lsp.__empty = { };
};
};
};

View file

@ -18,7 +18,7 @@
border = "rounded";
relative = "cursor";
prefer_width = 40;
width = null;
width.__raw = "nil";
max_width = [
140
0.9
@ -46,7 +46,7 @@
};
};
override = "function(conf) return conf end";
get_config = null;
get_config.__raw = "nil";
};
select = {
enabled = true;
@ -58,15 +58,15 @@
"nui"
];
trim_prompt = true;
telescope = null;
telescope.__raw = "nil";
fzf.window = {
width = 0.5;
height = 0.4;
};
fzf_lua = { };
fzf_lua.__empty = { };
nui = {
position = "50%";
size = null;
size.__raw = "nil";
relative = "editor";
border = {
style = "rounded";
@ -88,13 +88,13 @@
border = "rounded";
relative = "editor";
buf_options = { };
buf_options.__empty = { };
win_options = {
cursorline = true;
cursorlineopt = "both";
};
width = null;
width.__raw = "nil";
max_width = [
140
0.8
@ -103,7 +103,7 @@
40
0.2
];
height = null;
height.__raw = "nil";
max_height = 0.9;
min_height = [
10
@ -118,8 +118,8 @@
override = "function(conf) return conf end";
};
format_item_override = { };
get_config = null;
format_item_override.__empty = { };
get_config.__raw = "nil";
};
};
};

View file

@ -133,7 +133,7 @@
desc = "refresh testrunner";
};
};
additional_args = [ ];
additional_args.__empty = { };
};
csproj_mappings = true;
fsproj_mappings = true;

View file

@ -8,26 +8,26 @@
enable = true;
settings = {
left = [ ];
bottom = [ ];
right = [ ];
top = [ ];
left.__empty = { };
bottom.__empty = { };
right.__empty = { };
top.__empty = { };
options = {
left = {
size = 30;
wo = null;
wo.__raw = "nil";
};
bottom = {
size = 10;
wo = null;
wo.__raw = "nil";
};
right = {
size = 30;
wo = null;
wo.__raw = "nil";
};
top = {
size = 10;
wo = null;
wo.__raw = "nil";
};
};
animate = {

View file

@ -17,11 +17,11 @@
html = {
default_attributes = {
option = {
value = null;
value.__raw = "nil";
};
textarea = {
id = null;
name = null;
id.__raw = "nil";
name.__raw = "nil";
cols = 10;
rows = 10;
};

View file

@ -10,8 +10,8 @@
highlight_on_key = false;
dim = false;
max_length = 9999;
disabled_filetypes = [ ];
disabled_buftypes = [ ];
disabled_filetypes.__empty = { };
disabled_buftypes.__empty = { };
default_keymaps = true;
};
};

View file

@ -22,7 +22,7 @@
];
filesize = 2;
pattern = "*";
extra_patterns = [ ];
extra_patterns.__empty = { };
};
fastmacro = {
on = true;

View file

@ -20,7 +20,7 @@
return client and client.name or nil
end
'';
ignore = [ ];
ignore.__empty = { };
display = {
render_limit = 16;
done_ttl = 3;

View file

@ -38,8 +38,8 @@
register = false;
nohlsearch = false;
autojump = false;
inclusive = null;
offset = null;
inclusive.__raw = "nil";
offset.__raw = "nil";
};
label = {
uppercase = true;
@ -72,10 +72,10 @@
label = "FlashLabel";
};
};
action = null;
action.__raw = "nil";
pattern = "";
continue = false;
config = null;
config.__raw = "nil";
prompt = {
enabled = true;
prefix = [

View file

@ -16,7 +16,7 @@
labeled_modes = "v";
clever_repeat = true;
multiline = true;
opts = { };
opts.__empty = { };
};
};
};

View file

@ -8,7 +8,7 @@
enable = true;
settings = {
shell = null;
shell.__raw = "nil";
title = "floaterm: $1/$2";
wintype = "float";
width = 0.6;

View file

@ -20,11 +20,11 @@
};
debugger = {
enabled = false;
exception_breakpoints = null;
exception_breakpoints.__raw = "nil";
evaluate_to_string_in_debug_views = true;
register_configurations = null;
register_configurations.__raw = "nil";
};
flutter_path = null;
flutter_path.__raw = "nil";
flutter_lookup_cmd.__raw = ''
(function()
local exepath = vim.fn.exepath("flutter")
@ -48,7 +48,7 @@
};
dev_log = {
enabled = true;
filter = null;
filter.__raw = "nil";
notify_errors = false;
open_cmd.__raw = "('botright %dvnew'):format(math.max(vim.o.columns * 0.4, 50))";
focus_on_open = true;
@ -65,14 +65,14 @@
color = {
enabled = false;
background = false;
background_color = null;
background_color.__raw = "nil";
foreground = false;
virtual_text = true;
virtual_text_str = "";
};
on_attach = null;
capabilities = null;
settings = null;
on_attach.__raw = "nil";
capabilities.__raw = "nil";
settings.__raw = "nil";
};
};
};

View file

@ -14,13 +14,13 @@
content_width = 60;
height = "60%";
show_patch = false;
libgit2_path = null;
libgit2_path.__raw = "nil";
gpgme_path = "gpgme";
external_diffview = false;
blame_priority = 1;
blame_info_width = 60;
blame_info_height = 10;
colorscheme = null;
colorscheme.__raw = "nil";
};
};
};

View file

@ -15,7 +15,7 @@
highlights = {
incoming = "DiffAdd";
current = "DiffText";
ancestor = null;
ancestor.__raw = "nil";
};
};
};

View file

@ -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";

View file

@ -56,7 +56,7 @@
};
telemetry = {
enabled = true;
trackingUrl = null;
trackingUrl.__raw = "nil";
};
};
};

View file

@ -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;

View file

@ -16,11 +16,11 @@
always_into_popup = false;
extra_blame_args = "";
preview_mods = "";
max_popup_height = null;
max_popup_width = null;
max_popup_height.__raw = "nil";
max_popup_width.__raw = "nil";
date_format = "%c";
conceal_word_diff_marker = true;
floating_win_opts = { };
floating_win_opts.__empty = { };
popup_content_margins = true;
};
};

View file

@ -45,13 +45,13 @@
internal = false;
indent_heuristic = false;
vertical = true;
linematch = null;
linematch.__raw = "nil";
ignore_blank_lines = true;
ignore_whitespace_change = true;
ignore_whitespace = true;
ignore_whitespace_change_at_eol = true;
};
base = null;
base.__raw = "nil";
count_chars = {
"__unkeyed_1" = "1";
"__unkeyed_2" = "2";

View file

@ -65,7 +65,7 @@
"<leader>l".__raw = ''require('glance').actions.enter_win("list")'';
};
};
hooks = { };
hooks.__empty = { };
folds = {
fold_closed = "";
fold_open = "";

View file

@ -22,13 +22,13 @@
];
default_mappings = false;
debug = false;
opacity = null;
opacity.__raw = "nil";
resizing_mappings = false;
post_open_hook = null;
post_close_hook = null;
post_open_hook.__raw = "nil";
post_close_hook.__raw = "nil";
references = {
provider = "telescope";
telescope = null;
telescope.__raw = "nil";
};
focus_on_open = true;
dismiss_on_move = false;

View file

@ -10,9 +10,9 @@
disableNetrwGx = true;
settings = {
open_browser_app = null;
open_browser_args = [ ];
handlers = { };
open_browser_app.__raw = "nil";
open_browser_args.__empty = { };
handlers.__empty = { };
handler_options = {
search_engine = "google";
select_for_search = false;

View file

@ -8,16 +8,16 @@
enable = true;
settings = {
buf_ignore = null;
buf_ignore.__raw = "nil";
mode = [
"n"
"c"
];
hybrid_modes = null;
hybrid_modes.__raw = "nil";
callback = {
on_enable = null;
on_disable = null;
on_mode_change = null;
on_enable.__raw = "nil";
on_disable.__raw = "nil";
on_mode_change.__raw = "nil";
};
};
};

View file

@ -18,13 +18,13 @@
enable_short_hex = true;
enable_tailwind = false;
enable_ansi = false;
custom_colors = null;
custom_colors.__raw = "nil";
virtual_symbol = "";
virtual_symbol_prefix = "";
virtual_symbol_suffix = " ";
virtual_symbol_position = "inline";
exclude_filetypes = { };
exclude_buftypes = { };
exclude_filetypes.__empty = { };
exclude_buftypes.__empty = { };
exclude_buffer.__raw = "function(bufnr) end";
};
};

View file

@ -12,7 +12,7 @@
let
modDefaultConfig = {
enable = false;
style = { };
style.__empty = { };
notify = false;
priority = 0;
exclude_filetypes = {

View file

@ -98,17 +98,17 @@
case_insensitive = true;
create_hl_autocmd = true;
dim_unmatched = true;
direction = null;
direction.__raw = "nil";
hint_position = "require'hop.hint'.HintPosition.BEGIN";
hint_type = "require'hop.hint'.HintType.OVERLAY";
hint_offset = 0;
current_line_only = false;
uppercase_labels = false;
yank_register = "";
extensions = null;
extensions.__raw = "nil";
multi_windows = false;
excluded_filetypes = [ ];
match_mappings = [ ];
excluded_filetypes.__empty = { };
match_mappings.__empty = { };
};
};
};

View file

@ -10,14 +10,14 @@
settings = {
debug = false;
exit = false;
foreign_keys = null;
foreign_keys.__raw = "nil";
color = "red";
buffer = null;
buffer.__raw = "nil";
invoke_on_body = false;
desc = null;
on_enter = null;
on_exit = null;
on_key = null;
desc.__raw = "nil";
on_enter.__raw = "nil";
on_exit.__raw = "nil";
on_key.__raw = "nil";
timeout = false;
hint = {
show_name = true;
@ -42,7 +42,7 @@
color = "red";
buffer = true;
invoke_on_body = false;
desc = null;
desc.__raw = "nil";
on_enter = ''
function()
print('hello')

View file

@ -14,20 +14,20 @@
"regex"
];
delay = 100;
filetype_overrides = { };
filetype_overrides.__empty = { };
filetypes_denylist = [
"dirbuf"
"dirvish"
"fugitive"
];
filetypes_allowlist = [ ];
modes_denylist = [ ];
modes_allowlist = [ ];
providers_regex_syntax_denylist = [ ];
providers_regex_syntax_allowlist = [ ];
filetypes_allowlist.__empty = { };
modes_denylist.__empty = { };
modes_allowlist.__empty = { };
providers_regex_syntax_denylist.__empty = { };
providers_regex_syntax_allowlist.__empty = { };
under_cursor = true;
large_file_cutoff = 10000;
large_file_overrides = null;
large_file_overrides.__raw = "nil";
min_count_to_highlight = 1;
};
};

View file

@ -26,8 +26,8 @@
html.enabled = false;
css.enabled = false;
};
max_width = null;
max_height = null;
max_width.__raw = "nil";
max_height.__raw = "nil";
max_width_window_percentage = 100;
max_height_window_percentage = 50;
scale_factor = 1.0;

View file

@ -13,8 +13,8 @@
preview_empty_name = false;
show_message = true;
save_in_cmdline_history = true;
input_buffer_type = null;
post_hook = null;
input_buffer_type.__raw = "nil";
post_hook.__raw = "nil";
};
};
};

View file

@ -48,29 +48,29 @@
};
indent = {
char = "";
tab_char = null;
highlight = null;
tab_char.__raw = "nil";
highlight.__raw = "nil";
smart_indent_cap = true;
priority = 1;
};
whitespace = {
highlight = null;
highlight.__raw = "nil";
remove_blankline_trail = true;
};
scope = {
enabled = true;
char = null;
char.__raw = "nil";
show_start = true;
show_end = true;
show_exact_scope = false;
injected_languages = true;
highlight = null;
highlight.__raw = "nil";
priority = 1024;
include = {
node_type = { };
node_type.__empty = { };
};
exclude = {
language = [ ];
language.__empty = { };
node_type = {
"*" = [
"source_file"

View file

@ -9,28 +9,28 @@
settings = {
scratch_repl = false;
repl_definition = { };
repl_definition.__empty = { };
repl_open_cmd.__raw = ''
require("iron.view").split.botright(40)
'';
highlight = { };
highlight.__empty = { };
highlight_last = "IronLastSent";
ignore_blank_lines = true;
should_map_plug = false;
bufListed = false;
keymaps = {
send_motion = null;
visual_send = null;
send_file = null;
send_paragraph = null;
send_until_cursor = null;
send_mark = null;
mark_motion = null;
remove_mark = null;
cr = null;
interrupt = null;
exit = null;
clear = null;
send_motion.__raw = "nil";
visual_send.__raw = "nil";
send_file.__raw = "nil";
send_paragraph.__raw = "nil";
send_until_cursor.__raw = "nil";
send_mark.__raw = "nil";
mark_motion.__raw = "nil";
remove_mark.__raw = "nil";
cr.__raw = "nil";
interrupt.__raw = "nil";
exit.__raw = "nil";
clear.__raw = "nil";
};
};
};

View file

@ -17,11 +17,11 @@
root_dir.__raw = "require('jdtls.setup').find_root({'.git', 'mvnw', 'gradlew'})";
settings = {
java = { };
java.__empty = { };
};
init_options = {
bundles = { };
bundles.__empty = { };
};
};
};

View file

@ -10,8 +10,8 @@
settings = {
style = "hydrogen";
output_extension = "auto";
force_ft = null;
custom_language_formatting = { };
force_ft.__raw = "nil";
custom_language_formatting.__empty = { };
};
};
};
@ -23,7 +23,7 @@
settings = {
style = "light";
output_extension = "auto";
force_ft = null;
force_ft.__raw = "nil";
custom_language_formatting.python = {
extension = "md";
style = "markdown";

View file

@ -53,7 +53,7 @@
"--html"
"-"
];
pathresolver = [ ];
pathresolver.__empty = { };
};
};
show_icons = "on_request";
@ -65,7 +65,7 @@
};
lualine = "🐼";
};
additional_curl_options = { };
additional_curl_options.__empty = { };
scratchpad_default_contents = [
"@MY_TOKEN_NAME=my_token_value"
""
@ -84,7 +84,7 @@
vscode_rest_client_environmentvars = false;
disable_script_print_output = false;
environment_scope = "b";
certificates = { };
certificates.__empty = { };
};
};
};

View file

@ -23,7 +23,7 @@
floating_window_use_plenary = 0;
use_neovim_remote = 1;
use_custom_config_file_path = 0;
config_file_path = [ ];
config_file_path.__empty = { };
};
};
};

View file

@ -35,14 +35,14 @@
lean = {
enable = true;
settings = {
lsp = { };
lsp.__empty = { };
ft = {
default = "lean";
nomodifiable = null;
nomodifiable.__raw = "nil";
};
abbreviations = {
enable = true;
extra = { };
extra.__empty = { };
leader = "\\";
};
mappings = false;

View file

@ -8,11 +8,11 @@
enable = true;
settings = {
bin = null;
is_hledger = null;
bin.__raw = "nil";
is_hledger.__raw = "nil";
extra_options = "";
accounts_cmd = null;
descriptions_cmd = null;
accounts_cmd.__raw = "nil";
descriptions_cmd.__raw = "nil";
maxwidth = 0;
fillstring = " ";
detailed_first = 1;
@ -28,8 +28,8 @@
date_format = "%Y/%m/%d";
main = "%";
winpos = "B";
qf_register_format = null;
qf_reconcile_format = null;
qf_register_format.__raw = "nil";
qf_reconcile_format.__raw = "nil";
use_location_list = 0;
qf_vertical = 0;
qf_size = 10;

View file

@ -38,7 +38,7 @@
non_standalone = false;
};
logging = true;
injector = { };
injector.__empty = { };
cache = {
update_interval = 60 * 60 * 24 * 7;
};
@ -67,7 +67,7 @@
show_stats = true;
};
picker = {
provider = null;
provider.__raw = "nil";
};
hooks = {
"enter" = { };
@ -82,7 +82,7 @@
focus_testcases = "H";
focus_result = "L";
};
theme = { };
theme.__empty = { };
image_support = false;
};
};

View file

@ -43,8 +43,7 @@
}
];
limits = {
exclude = {
};
exclude.__empty = { };
exclude_gitignored = true;
max_lines = 1000;
max_lenses = 70;

View file

@ -9,7 +9,7 @@
settings = {
colorscheme = "default";
component_function = { };
component_function.__raw = "nil";
component = {
mode = ''%{lightline#mode()}'';
absolutepath = "%F";
@ -134,7 +134,7 @@
]
];
};
inactive = null;
inactive.__raw = "nil";
mode_map = {
"n" = "N";
"i" = "I";

View file

@ -27,11 +27,11 @@
pitches_language = "default";
hyphenation_language = "en_DEFAULT";
output = "pdf";
backend = null;
backend.__raw = "nil";
main_file = "main.ly";
main_folder = "%:p:h";
include_dir = null;
pdf_viewer = null;
include_dir.__raw = "nil";
pdf_viewer.__raw = "nil";
errors = {
diagnostics = true;
quickfix = "external";
@ -49,13 +49,13 @@
lilypond_syntax = "<F3>";
};
options = {
lilypond_book_flags = null;
lilypond_book_flags.__raw = "nil";
clean_logs = false;
main_file = "main.tex";
main_folder = "%:p:h";
include_dir = null;
include_dir.__raw = "nil";
lilypond_syntax_au = "BufEnter";
pdf_viewer = null;
pdf_viewer.__raw = "nil";
errors = {
diagnostics = true;
quickfix = "external";
@ -82,7 +82,7 @@
main_file = "main.texi";
main_folder = "%:p:h";
lilypond_syntax_au = "BufEnter";
pdf_viewer = null;
pdf_viewer.__raw = "nil";
errors = {
diagnostics = true;
quickfix = "external";
@ -119,8 +119,8 @@
border_style = "single";
winhighlight = "Normal:Normal,FloatBorder:Normal,FloatTitle:Normal";
midi_synth = "fluidsynth";
fluidsynth_flags = null;
timidity_flags = null;
fluidsynth_flags.__raw = "nil";
timidity_flags.__raw = "nil";
audio_format = "mp3";
mpv_flags = [
"--msg-level=cplayer=no,ffmpeg=no,alsa=no"

View file

@ -9,14 +9,14 @@
settings = {
show_hidden_files = false;
ignore = [ ];
ignore.__empty = { };
devicons = {
enable = false;
highlight_dirname = false;
};
hide_cursor = false;
on_init.__raw = "function() end";
mappings = { };
mappings.__empty = { };
float = {
winblend = 0;
curdir_window = {
@ -24,7 +24,7 @@
highlight_dirname = false;
};
};
get_filters = null;
get_filters.__raw = "nil";
};
};
};

View file

@ -19,10 +19,10 @@
enable = true;
settings = {
api_token = null;
api_token.__raw = "nil";
model = "bigcode/starcoder2-15b";
backend = "huggingface";
url = null;
url.__raw = "nil";
tokens_to_clear = [ "<|endoftext|>" ];
request_body = {
parameters = {
@ -42,11 +42,11 @@
dismiss_keymap = "<S-Tab>";
tls_skip_verify_insecure = false;
lsp = {
host = null;
port = null;
cmd_env = null;
host.__raw = "nil";
port.__raw = "nil";
cmd_env.__raw = "nil";
};
tokenizer = null;
tokenizer.__raw = "nil";
context_window = 1024;
enable_suggestions_on_startup = true;
enable_suggestions_on_files = "*";

View file

@ -63,19 +63,19 @@
hi_parameter = "LspSignatureActiveParameter";
handler_opts.border = "rounded";
always_trigger = false;
auto_close_after = "nil";
extra_trigger_chars = [ ];
auto_close_after.__raw = "nil";
extra_trigger_chars.__empty = { };
zindex = 200;
padding = "";
transparency = "nil";
transparency.__raw = "nil";
shadow_blend = 36;
shadow_guibg = "Green";
time_interval = 200;
toggle_key = null;
toggle_key.__raw = "nil";
toggle_flip_floatwin_setting = false;
select_signature_key = null;
move_cursor_key = null;
keymaps = [ ];
select_signature_key.__raw = "nil";
move_cursor_key.__raw = "nil";
keymaps.__empty = { };
};
};
};

View file

@ -13,7 +13,7 @@
enable = true;
settings = {
kind_labels = { };
kind_labels.__empty = { };
select_symbol = "";
current_function = true;
show_filename = true;

View file

@ -20,7 +20,7 @@
settings = {
mode = "symbol_text";
preset = "codicons";
symbol_map = null;
symbol_map.__raw = "nil";
};
};
};

View file

@ -24,7 +24,7 @@
""
""
];
kind = { };
kind.__empty = { };
imp_sign = "󰳛 ";
};
hover = {
@ -87,7 +87,7 @@
default = "ref+imp";
layout = "float";
silent = false;
filter = { };
filter.__empty = { };
keys = {
shuttle = "[w";
toggle_or_open = "o";

View file

@ -18,18 +18,18 @@
echo_preview_url = 1;
browser_func = "";
preview_options = {
mkit = [ ];
katex = [ ];
uml = [ ];
maid = [ ];
mkit.__empty = { };
katex.__empty = { };
uml.__empty = { };
maid.__empty = { };
disable_sync_scroll = 0;
sync_scroll_type = "middle";
hide_yaml_meta = 1;
sequence_diagrams = [ ];
flowchart_diagrams = [ ];
sequence_diagrams.__empty = { };
flowchart_diagrams.__empty = { };
content_editable = 0;
disable_filename = 0;
toc = [ ];
toc.__empty = { };
};
markdown_css = "/Users/username/markdown.css";
highlight_css.__raw = "vim.fn.expand('~/highlight.css')";

View file

@ -10,18 +10,18 @@
settings = {
preview = {
enable = true;
buf_ignore = [ ];
buf_ignore.__empty = { };
icon_provider = "internal";
filetypes = [ ];
hybrid_modes = [ ];
ignore_previews = [ ];
filetypes.__empty = { };
hybrid_modes.__empty = { };
ignore_previews.__empty = { };
max_buf_lines = 1000;
modes = [ ];
modes.__empty = { };
render_distance = [
200
200
];
splitview_winopts = { };
splitview_winopts.__empty = { };
};
};
};

View file

@ -15,22 +15,22 @@
enable_auto_complete = true;
};
lsp = {
enabled_ft = [ ];
disabled_ft = [ ];
enabled_auto_trigger_ft = [ ];
disabled_auto_trigger_ft = [ ];
enabled_ft.__empty = { };
disabled_ft.__empty = { };
enabled_auto_trigger_ft.__empty = { };
disabled_auto_trigger_ft.__empty = { };
warn_on_blink_or_cmp = true;
};
virtualtext = {
auto_trigger_ft = [ ];
auto_trigger_ignore_ft = [ ];
auto_trigger_ft.__empty = { };
auto_trigger_ignore_ft.__empty = { };
keymap = {
accept = null;
accept_line = null;
accept_n_lines = null;
next = null;
prev = null;
dismiss = null;
accept.__raw = "nil";
accept_line.__raw = "nil";
accept_n_lines.__raw = "nil";
next.__raw = "nil";
prev.__raw = "nil";
dismiss.__raw = "nil";
};
show_on_completion_menu = false;
};
@ -44,8 +44,8 @@
add_single_line_entry = true;
n_completions = 3;
after_cursor_filter_length = 15;
proxy = null;
provider_options = { };
proxy.__raw = "nil";
provider_options.__empty = { };
default_system = {
template = "...";
prompt = "...";
@ -66,7 +66,7 @@
default_chat_input = [ "..." ];
default_few_shots_prefix_first = [ "..." ];
default_chat_input_prefix_first = [ "..." ];
presets = [ ];
presets.__empty = { };
};
};
};

View file

@ -36,7 +36,7 @@
};
wrap = false;
bib = {
default_path = null;
default_path.__raw = "nil";
find_in_root = true;
};
silent = false;
@ -44,7 +44,7 @@
style = "markdown";
conceal = false;
context = 0;
implicit_extension = null;
implicit_extension.__raw = "nil";
transform_explicit = false;
transform_implicit = ''
function(text)

View file

@ -19,7 +19,7 @@
integration = {
lualine = {
enabled = true;
mode_section = null;
mode_section.__raw = "nil";
highlight = "bg";
};
};

View file

@ -13,11 +13,11 @@
auto_open_html_in_browser = false;
auto_open_output = true;
cover_empty_lines = false;
cover_lines_starting_with = [ ];
cover_lines_starting_with.__empty = { };
copy_output = false;
enter_output_behavior = "open_then_enter";
image_provider = "none";
open_cmd = null;
open_cmd.__raw = "nil";
output_crop_border = true;
output_show_more = false;
output_virt_lines = false;

View file

@ -33,7 +33,7 @@
insert = true;
extend = true;
config = {
column_count = null;
column_count.__raw = "nil";
max_hint_length = 25;
};
};
@ -82,15 +82,15 @@
};
};
};
insert_keys = null;
extend_keys = null;
insert_keys.__raw = "nil";
extend_keys.__raw = "nil";
hint_config = {
type = "window";
position = "bottom";
offset = 0;
border = "none";
show_name = true;
funcs = null;
funcs.__raw = "nil";
};
generate_hints = {
normal = false;

View file

@ -65,7 +65,7 @@
popup_border_style = "NC";
resize_timer_interval = 500;
sort_case_insensitive = false;
sort_function = "nil";
sort_function.__raw = "nil";
use_popups_for_input = true;
use_default_mappings = true;
source_selector = {
@ -93,14 +93,14 @@
content_layout = "start";
tabs_layout = "equal";
truncation_character = "";
tabs_min_width = null;
tabs_max_width = null;
tabs_min_width.__raw = "nil";
tabs_max_width.__raw = "nil";
padding = 0;
separator = {
left = "";
right = "";
};
separator_active = null;
separator_active.__raw = "nil";
show_separator_on_edge = false;
highlight_tab = "NeoTreeTabInactive";
highlight_tab_active = "NeoTreeTabActive";
@ -154,7 +154,7 @@
indent_marker = "";
last_indent_marker = "";
highlight = "NeoTreeIndentMarker";
with_expanders = null;
with_expanders.__raw = "nil";
expander_collapsed = "";
expander_expanded = "";
expander_highlight = "NeoTreeExpander";
@ -276,7 +276,7 @@
"bufnr"
];
};
nesting_rules = { };
nesting_rules.__empty = { };
window = {
position = "left";
width = 40;
@ -380,10 +380,10 @@
".DS_Store"
"thumbs.db"
];
hide_by_pattern = [ ];
always_show = [ ];
never_show = [ ];
never_show_by_pattern = [ ];
hide_by_pattern.__empty = { };
always_show.__empty = { };
never_show.__empty = { };
never_show_by_pattern.__empty = { };
};
find_by_full_path_words = false;
find_command = "fd";

View file

@ -19,7 +19,7 @@
enable = true;
settings = {
filter = null;
filter.__raw = "nil";
preview = true;
default_register = "\"";
content_spec_column = false;
@ -30,20 +30,20 @@
select = "<cr>";
paste = "<c-l>";
paste_behind = "<c-h>";
custom = { };
custom.__empty = { };
};
n = {
select = "<cr>";
paste = "p";
paste_behind = "P";
custom = { };
custom.__empty = { };
};
};
fzf = {
select = "default";
paste = "ctrl-l";
paste_behind = "ctrl-h";
custom = { };
custom.__empty = { };
};
};
};
@ -60,9 +60,9 @@
length_limit = 1048576;
continuous_sync = false;
db_path.__raw = "vim.fn.stdpath('data') .. '/databases/neoclip.sqlite3'";
filter = null;
filter.__raw = "nil";
preview = true;
prompt = null;
prompt.__raw = "nil";
default_register = "\"";
default_register_macros = "q";
enable_macro_history = true;
@ -93,7 +93,7 @@
replay = "<c-q>";
delete = "<c-d>";
edit = "<c-e>";
custom = { };
custom.__empty = { };
};
n = {
select = "<cr>";
@ -102,14 +102,14 @@
replay = "q";
delete = "d";
edit = "e";
custom = { };
custom.__empty = { };
};
};
fzf = {
select = "default";
paste = "ctrl-p";
paste_behind = "ctrl-k";
custom = { };
custom.__empty = { };
};
};
};

View file

@ -14,13 +14,13 @@
settings = {
# General options.
logo = "auto";
logo_tooltip = null;
logo_tooltip.__raw = "nil";
main_image = "language";
client_id = "1157438221865717891";
log_level = null;
log_level.__raw = "nil";
debounce_timeout = 10;
blacklist = [ ];
file_assets = null;
blacklist.__empty = { };
file_assets.__raw = "nil";
show_time = true;
global_timer = false;
@ -50,11 +50,11 @@
logo_tooltip = "Nixvim";
main_image = "language";
client_id = "1157438221865717891";
log_level = null;
log_level.__raw = "nil";
debounce_timeout = 10;
enable_line_number = false;
blacklist = [ ];
file_assets = null;
blacklist.__empty = { };
file_assets.__raw = "nil";
show_time = true;
global_timer = false;

View file

@ -19,8 +19,8 @@
disable_signs = false;
prompt_force_push = true;
graph_style = "ascii";
commit_date_format = null;
log_date_format = null;
commit_date_format.__raw = "nil";
log_date_format.__raw = "nil";
process_spinner = false;
filewatcher.enabled = true;
telescope_sorter.__raw = ''
@ -50,7 +50,7 @@
tree = "";
};
};
highlight = { };
highlight.__empty = { };
disable_insert_on_commit = "auto";
use_per_project_settings = true;
remember_settings = true;
@ -132,11 +132,11 @@
];
};
integrations = {
telescope = null;
diffview = null;
fzf_lua = null;
mini_pick = null;
snacks = null;
telescope.__raw = "nil";
diffview.__raw = "nil";
fzf_lua.__raw = "nil";
mini_pick.__raw = "nil";
snacks.__raw = "nil";
};
sections = {
sequencer = {
@ -188,7 +188,7 @@
hidden = false;
};
};
ignored_settings = [ ];
ignored_settings.__empty = { };
mappings = {
commit_editor = {
q = "Close";

View file

@ -15,9 +15,9 @@
enable = true;
settings = {
hook = null;
hook.__raw = "nil";
lazy_loading = false;
load = { };
load.__empty = { };
logger = {
plugin = "neorg";
use_console = true;

View file

@ -60,9 +60,9 @@
step_eof = true;
respect_scrolloff = false;
cursor_scrolls_alone = true;
easing_function = null;
pre_hook = null;
post_hook = null;
easing_function.__raw = "nil";
pre_hook.__raw = "nil";
post_hook.__raw = "nil";
performance_mode = false;
};
};

View file

@ -11,7 +11,7 @@
settings = {
command = "flutter";
use_lsp = true;
custom_test_method_names = [ ];
custom_test_method_names.__empty = { };
};
};
};

View file

@ -53,14 +53,14 @@
discovery = {
enabled = true;
concurrent = 0;
filter_dir = null;
filter_dir.__raw = "nil";
};
running = {
concurrent = true;
};
default_strategy = "integrated";
log_level = "warn";
consumers = { };
consumers.__empty = { };
icons = {
child_indent = "";
child_prefix = "";
@ -110,7 +110,7 @@
border = "rounded";
max_height = 0.6;
max_width = 0.6;
options = { };
options.__empty = { };
};
strategies = {
integrated = {
@ -170,8 +170,8 @@
};
watch = {
enabled = true;
symbol_queries = null;
filter_path = null;
symbol_queries.__raw = "nil";
filter_path.__raw = "nil";
};
diagnostic = {
enabled = true;

View file

@ -10,8 +10,8 @@
settings = {
foundryCommand = "forge test";
foundryConfig = null;
env = { };
foundryConfig.__raw = "nil";
env.__empty = { };
cwd.__raw = ''
function ()
return lib.files.match_root_pattern("foundry.toml")

View file

@ -33,7 +33,7 @@
history_size = 3;
parsing_throttle_ms = 10;
mappings = {
configure = null;
configure.__raw = "nil";
};
summary_view = {
header_length = 80;
@ -45,7 +45,7 @@
bold = "\27[1m";
};
};
extra_args = [ ];
extra_args.__empty = { };
filter_dir.__raw = ''
function(name, rel_path, root)
end

Some files were not shown because too many files have changed in this diff Show more