From d11aeec1f236014aab0a05ba2317a5c322e7d1ea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Hauspie?= <michael.hauspie@univ-lille.fr>
Date: Tue, 25 Feb 2025 18:28:32 +0100
Subject: [PATCH] Enable hint display in lsp buffers

---
 configuration.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configuration.org b/configuration.org
index 0174ec4..0fb69bc 100644
--- a/configuration.org
+++ b/configuration.org
@@ -653,7 +653,6 @@ Turn off validate link in org html export:
   )
 #+end_src
 
-
 ** Source code evaluation
 
 
@@ -917,6 +916,7 @@ Install =rust-mode= and set the rust language server to [[https://rust-analyzer.
   (use-package rust-mode
     :custom
     (lsp-rust-server 'rust-analyzer)
+    (lsp-inlay-hint-enable t)
     )
 #+end_src
 
-- 
GitLab