inline diagnostics
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user