Skip to content
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

Closed
lourenci opened this issue Feb 15, 2020 · 6 comments
Closed

Fern . does not work with vim-projectionist #83

lourenci opened this issue Feb 15, 2020 · 6 comments
Labels
invalid This doesn't seem right wontfix This will not be worked on

Comments

@lourenci
Copy link
Contributor

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.

ezgif com-video-to-gif

@lambdalisue
Copy link
Owner

It's really strange. At least for now, nobody except you hit that situation. To clarify the issue, could you fill the following?

  1. Which OS and version you use
  2. Which Vim/Neovim version you use

And could you try :Fern . with the following minimal vimrc?

" 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

@lambdalisue lambdalisue added the could not reproduce The issue is not reproducable label Feb 16, 2020
@phongnh
Copy link

phongnh commented Feb 16, 2020

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.

@lourenci
Copy link
Contributor Author

Your minimal config worked for me. I tried to verify some plugins conflict, then as soon as I disabled the vim-projectionist the fern came back to work.

I'm using macOS 10.15.3 and neovim v0.5.0-ead61e5a5.

@lambdalisue
Copy link
Owner

Your minimal config worked for me

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 let g:projectionist_ignore_fern = 1 might solves your problem.

https://github.com/tpope/vim-projectionist/blob/master/plugin/projectionist.vim#L82

@lambdalisue
Copy link
Owner

@phongnh

Please create a new issue if the reason is not vim-projectionist. Note that please try it with a minimal vimrc above.

@lambdalisue lambdalisue changed the title Fern is not showing any files Fern . does not work with vim-projectionist Feb 16, 2020
@lambdalisue lambdalisue added wontfix This will not be worked on invalid This doesn't seem right and removed could not reproduce The issue is not reproducable labels Feb 16, 2020
@phongnh
Copy link

phongnh commented Feb 17, 2020

@phongnh

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants