justinmk / vim-dirvish

Directory viewer for Vim :zap:
Other
1.19k stars 64 forks source link

How to tell whether the current buffer is Dirvish? #237

Closed MIvanchev closed 1 year ago

MIvanchev commented 1 year ago

This could be very useful for instance to set a custom statusline.

justinmk commented 1 year ago
:echo &filetype=='dirvish'
:echo !empty(b:dirvish)
MIvanchev commented 1 year ago

Forever greatful!