add inlay type hints by default in helix

This commit is contained in:
Lillian Violet 2024-04-30 15:25:34 +02:00
parent dbba8a2577
commit 589da4b4fa

View file

@ -13,6 +13,7 @@
editor = {
line-number = "relative";
lsp.display-messages = true;
lsp.display-inlay-hints = true;
cursor-shape = {
insert = "bar";
normal = "block";