comment unknow options

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-01-19 22:37:40 +01:00
parent 5e34285db2
commit 5a6199a8a9

View File

@@ -45,7 +45,7 @@
cursorcolumn = true; cursorcolumn = true;
# continue-comments = false; # continue-comments = false;
auto-completion = true; auto-completion = true;
path-completion = true; # path-completion = true;
auto-format = false; auto-format = false;
idle-timeout = 250; idle-timeout = 250;
completion-timeout = 5; completion-timeout = 5;
@@ -65,7 +65,7 @@
indent-heuristic = "hybrid"; indent-heuristic = "hybrid";
jump-label-alphabet = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; jump-label-alphabet = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
# clip-board-provider = # selected automatically # clip-board-provider = # selected automatically
end-of-line-diagnostics = "hint"; # end-of-line-diagnostics = "hint";
statusline = { statusline = {
left = [ "mode" left = [ "mode"
"spinner" "spinner"
@@ -185,13 +185,13 @@
enable = false; enable = false;
supersend-menu = false; supersend-menu = false;
}; };
inline-diagnostics = { # inline-diagnostics = {
cursor-line = "hint"; # cursor-line = "hint";
other-lines = "disable"; # other-lines = "disable";
prefix-len = 1; # prefix-len = 1;
# max-wrap = set above # # max-wrap = set above
max-diagnostics = 20; # max-diagnostics = 20;
}; # };
}; };
keys = { keys = {
normal = { normal = {