branch: externals/dape
commit f79ef67201cb3c427b5f4c50ad1d90f0c49d17d3
Author: Daniel Pettersson <dan...@dpettersson.net>
Commit: Daniel Pettersson <dan...@dpettersson.net>

    Use inlay hints by default
---
 dape.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dape.el b/dape.el
index 63669c8296..d412dfdd3a 100644
--- a/dape.el
+++ b/dape.el
@@ -648,7 +648,7 @@ left-to-right display order of the properties."
   "Max length of file name in dape info buffers."
   :type 'integer)
 
-(defcustom dape-inlay-hints nil
+(defcustom dape-inlay-hints t
   "Inlay variable hints."
   :type '(choice (const :tag "No inlay hints." nil)
                  (const :tag "Inlay current line and previous line (same as 
2)." t)

Reply via email to