We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca80749 commit 269e80eCopy full SHA for 269e80e
lsp-treemacs.el
@@ -419,7 +419,7 @@
419
:render-action
420
(treemacs-render-node
421
:icon (lsp-treemacs--symbol-icon item nil)
422
- :label-form (gethash "name" item)
+ :label-form (propertize (gethash "name" item) 'face 'default)
423
:state treemacs-lsp-symbol-closed-state
424
:key-form (gethash "name" item)
425
:more-properties (:symbol item)))
@@ -438,7 +438,7 @@
438
439
440
441
442
443
444
:more-properties (:symbol item))
0 commit comments