From 3d15cb3c417fce25d561064b17670c39097583e3 Mon Sep 17 00:00:00 2001 From: JenChieh Date: Sun, 19 May 2024 18:28:47 -0700 Subject: [PATCH] fix: Use LSP inlay hint instead --- lsp-dart-closing-labels.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsp-dart-closing-labels.el b/lsp-dart-closing-labels.el index 6338294..0b73886 100644 --- a/lsp-dart-closing-labels.el +++ b/lsp-dart-closing-labels.el @@ -64,7 +64,7 @@ The hook will receive the notification data as argument." (overlay-put overlay 'after-string (propertize (concat lsp-dart-closing-labels-prefix " " (lsp:closing-label-label label)) 'display `((height ,lsp-dart-closing-labels-size)) 'cursor t - 'font-lock-face 'font-lock-comment-face)))))))) + 'font-lock-face 'lsp-inlay-hint-face)))))))) (define-minor-mode lsp-dart-closing-labels-mode "Mode for displaying flutter closing labels on the end of methods/contructors."