inline diagnostics

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-04-11 12:40:33 +02:00
parent e8284be564
commit 3891119804

View File

@@ -17,6 +17,7 @@
marksman # markdown
vale-ls # style-checker lsp (needs vale)
ltex-ls # Ltex (language tool)
vscode-langservers-extracted
] ++ (with pkgs-unstable; [
bash-language-server
helix
@@ -185,13 +186,13 @@
enable = false;
supersend-menu = false;
};
# inline-diagnostics = {
# cursor-line = "hint";
# other-lines = "disable";
# prefix-len = 1;
# # max-wrap = set above
# max-diagnostics = 20;
# };
inline-diagnostics = {
cursor-line = "hint";
other-lines = "disable";
prefix-len = 1;
# max-wrap = set above
max-diagnostics = 20;
};
};
keys = {
normal = {