diff dot_config/helix/config.toml.tmpl @ 1097:226a6d4a1f30 draft

feat: enable inlay hints
author Zeger Van de Vannet <zeger@vandevan.net>
date Mon, 19 May 2025 15:14:18 +0200
parents 3413249bd5fa
children
line wrap: on
line diff
--- a/dot_config/helix/config.toml.tmpl	Sun May 18 20:05:51 2025 +0200
+++ b/dot_config/helix/config.toml.tmpl	Mon May 19 15:14:18 2025 +0200
@@ -10,6 +10,7 @@
 auto-save = true
 true-color = true
 clipboard-provider = "termcode"
+lsp.display-inlay-hints = true
 
 [editor.cursor-shape]
 insert = "bar"