Description
I find it hard to explain, so I will go straight to reproducing
git clone --depth=1 https://github.com/justinmk/vim-dirvish
- Create a file
repro.vim
in current directory and add the following
set rtp+=./vim-dirvish
helptags ALL
call dirvish#add_icon_fn({p -> p[-1:] == '/' ? '📂' : '📄'})
runtime! plugin/dirvish.vim
- Open Nvim with
nvim -u repro.vim
- Open Dirvish with
:Dirvish
- Open any help doc. Eg.
:h dirvish
- You will see something similar to what I see
Neovim version
NVIM v0.11.0-dev-1589+g71507281fb
Build type: RelWithDebInfo
LuaJIT 2.1.1736781742
Metadata
Metadata
Assignees
Labels
No labels