add inlay type hints by default in helix
This commit is contained in:
parent
dbba8a2577
commit
589da4b4fa
|
@ -13,6 +13,7 @@
|
|||
editor = {
|
||||
line-number = "relative";
|
||||
lsp.display-messages = true;
|
||||
lsp.display-inlay-hints = true;
|
||||
cursor-shape = {
|
||||
insert = "bar";
|
||||
normal = "block";
|
||||
|
|
Loading…
Reference in a new issue