Dired#
lsp-dired-mode
#
Type: boolean
Default: nil
Non-nil if Lsp-Dired mode is enabled.
See the lsp-dired-mode
command
for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node Easy Customization
)
or call the function lsp-dired-mode
.
lsp-dired-path-error-face
#
Type: face
Default: ((t :underline (:style wave :color Red1)))
Face used for breadcrumb paths on headerline when there is an error under that path
lsp-dired-path-face
#
Type: face
Default: ((t :inherit font-lock-string-face))
Face used for breadcrumb paths on headerline.
lsp-dired-path-hint-face
#
Type: face
Default: ((t :underline (:style wave :color Green)))
Face used for breadcrumb paths on headerline when there is an hint under that path
lsp-dired-path-info-face
#
Type: face
Default: ((t :underline (:style wave :color Green)))
Face used for breadcrumb paths on headerline when there is an info under that path
lsp-dired-path-warning-face
#
Type: face
Default: ((t :underline (:style wave :color Yellow)))
Face used for breadcrumb paths on headerline when there is an warning under that path