Skip to content

Commit

Permalink
fix: Use LSP inlay hint instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed May 20, 2024
1 parent ee476aa commit 3d15cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-dart-closing-labels.el
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 3d15cb3

Please sign in to comment.