-
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fern . does not work with vim-projectionist #83
Comments
It's really strange. At least for now, nobody except you hit that situation. To clarify the issue, could you fill the following?
And could you try " How to use this vimrc.min
" vim -u ~/vimrc.min
" nvim -u ~/vimrc.min
if has('vim_starting')
set nocompatible
endif
" Rewrite it to path/to/your/fern.vim
set runtimepath+=~/.ghq/github.com/lambdalisue/fern.vim
filetype plugin indent on
syntax on |
Same problem here. The issue happened on Ubuntu 18.04 and VIM 8.0 patch 1-1453 and NeoVim v0.3.8 Please check here: https://asciinema.org/a/OKHiGWObbGop59dTuxl2TFIPP Thanks. |
Your minimal config worked for me. I tried to verify some plugins conflict, then as soon as I disabled the vim-projectionist the I'm using macOS 10.15.3 and neovim v0.5.0-ead61e5a5. |
Then it's not an issue of fern. Please report it to that plugin. P.S. I'm not sure and I'm not going to investigate it more but https://github.com/tpope/vim-projectionist/blob/master/plugin/projectionist.vim#L82 |
Please create a new issue if the reason is not vim-projectionist. Note that please try it with a minimal vimrc above. |
Tried to run minimal vimrc on vim 8.1 and vim 8.2 and neovim 0.4.2, the problem has gone. |
Hi. Thanks for the plugin.
When I open fern with the command
:Fern .
no files show up. It's not happening with the last tag release or with the:Fern . -drawer
command. I've already removed the plugin and installed it again to keep the cache problem away.The text was updated successfully, but these errors were encountered: