File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,12 @@ function! fern#internal#drawer#init() abort
5151 call fern#internal#drawer#auto_winfixwidth#init ()
5252 call fern#internal#drawer#auto_restore_focus#init ()
5353 call fern#internal#drawer#smart_quit#init ()
54- call fern#internal#drawer#hover_popup#init ()
5554 call fern#internal#drawer#resize ()
5655
56+ if ! fern#internal#drawer#is_right_drawer ()
57+ call fern#internal#drawer#hover_popup#init ()
58+ endif
59+
5760 setlocal winfixwidth
5861endfunction
5962
Original file line number Diff line number Diff line change @@ -422,6 +422,8 @@ VARIABLE *fern-variable*
422422 Note that this feature is required the | win_execute | and
423423 popup/floatwin features.
424424
425+ Note that this feature is only available on a left-sided drawer.
426+
425427 Default: 0
426428
427429*g:fern#disable_drawer_tabpage_isolation*
You can’t perform that action at this time.
0 commit comments