Skip to content

Commit

Permalink
Merge pull request #218 from jcs-PR/fix/inlay
Browse files Browse the repository at this point in the history
fix: Use LSP inlay hint instead
  • Loading branch information
jcs090218 authored May 20, 2024
2 parents 5ecfe0c + 3d15cb3 commit 1e1c94d
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 1e1c94d

Please sign in to comment.