Variable: marginalia-remote-file-regexps
marginalia-remote-file-regexps is a customizable variable defined in
marginalia.el.
Value
("\\`/\\([^/|:]+\\):")
Documentation
List of remote file regexps where the files should not be annotated.
The first match group is displayed instead of the detailed file attribute information. For Tramp paths, the protocol is displayed instead.
Source Code
;; Defined in ~/.emacs.d/elpa/marginalia-20260724.810/marginalia.el
(defcustom marginalia-remote-file-regexps
'("\\`/\\([^/|:]+\\):") ;; Tramp path
"List of remote file regexps where the files should not be annotated.
The first match group is displayed instead of the detailed file
attribute information. For Tramp paths, the protocol is
displayed instead."
:type '(repeat regexp))