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