From b02e7be07f1750573720ef565438f1560fbfcf98 Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Fri, 29 Dec 2023 04:39:18 -0500 Subject: [PATCH] fix(emacs): enable inlay type hints Signed-off-by: Lucas Sta Maria --- .emacs.d/include/misc.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs.d/include/misc.el b/.emacs.d/include/misc.el index 238a88c..7e95d57 100644 --- a/.emacs.d/include/misc.el +++ b/.emacs.d/include/misc.el @@ -44,6 +44,9 @@ (url-copy-file (cdr f) (car f) t)) file-path-urls))))) +;; LSP +(setq lsp-inlay-hint-enable t) + ;; Git Gutter (global-git-gutter-mode +1)