inline diagnostics
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
marksman # markdown
|
marksman # markdown
|
||||||
vale-ls # style-checker lsp (needs vale)
|
vale-ls # style-checker lsp (needs vale)
|
||||||
ltex-ls # Ltex (language tool)
|
ltex-ls # Ltex (language tool)
|
||||||
|
vscode-langservers-extracted
|
||||||
] ++ (with pkgs-unstable; [
|
] ++ (with pkgs-unstable; [
|
||||||
bash-language-server
|
bash-language-server
|
||||||
helix
|
helix
|
||||||
@@ -185,13 +186,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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user