You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Obviously a low priority bug, but when opening the current directory in neovim using the terminal (e.g., using the command nvim .), colouring for git-status doesn't appear.
If opening fern after first opening neovim (eg. :Fern . or :e .), colouring is present.
The problem can be reproduced on neovim v0.5.0 with the below vimrc.
ifexists('+compatible') && &compatiblesetnocompatibleendif" Disable Vim's native pack featuresetpackpath=" Clone https://github.com/lambdalisue/fern.vim in somewhere" and specify that directory to the below" set runtimepath^=~/ghq/github.com/lambdalisue/fern.vimfiletypepluginindentonsyntaxon"----------------------------------------------------------------" Add extra settings here to reproduce the issue...callplug#begin('~/.vim/plugged')
Plug 'lambdalisue/fern.vim'
Plug 'lambdalisue/fern-hijack.vim'
Plug 'lambdalisue/fern-git-status.vim'callplug#end()
"----------------------------------------------------------------echomsg"Custom minimal vimrc has loaded"
Thank you for the plugin!
The text was updated successfully, but these errors were encountered:
Obviously a low priority bug, but when opening the current directory in neovim using the terminal (e.g., using the command
nvim .
), colouring for git-status doesn't appear.If opening fern after first opening neovim (eg.
:Fern .
or:e .
), colouring is present.The problem can be reproduced on neovim v0.5.0 with the below vimrc.
Thank you for the plugin!
The text was updated successfully, but these errors were encountered: