Shougo / defx.nvim

:file_folder: The dark powered file explorer implementation for neovim/Vim8
MIT License
1.17k stars 86 forks source link

Defx blank on initial opening #180

Closed blayz3r closed 4 years ago

blayz3r commented 4 years ago

Problems summary

:Defx command produces blank buffer on first try, works on second try

Environment Information

VIMRC

call plug#begin('~/.vim/bundle') "plugins' root path

Plug 'Shougo/defx.nvim'
Plug 'kristijanhusak/defx-icons'
Plug 'kristijanhusak/defx-git'
Plug 'roxma/nvim-yarp'
Plug 'roxma/vim-hug-neovim-rpc'

" All of your Plugs must be added before the following line
call plug#end()            " required

Screen shot (if possible)

first time(blank) image

Second time(works): image

Log image

Shougo commented 4 years ago

The error messages are printed in the command line. Please upload :messages result.

blayz3r commented 4 years ago

The error messages are printed in the command line. Please upload :messages result.

done!

Shougo commented 4 years ago

OK. I get it. It is defx-git error instead. You should report the issue in defx-git repository.

Shougo commented 4 years ago

The error is reproduced in Vim8 only. Reason: https://github.com/deoplete-plugins/deoplete-jedi/issues/237

kristijanhusak commented 4 years ago

@blayz3r can you confirm that everything is working without the defx-git column?

@Shougo why vars.get() is not working?

blayz3r commented 4 years ago

@blayz3r can you confirm that everything is working without the defx-git column?

@Shougo why vars.get() is not working?

Yes, Defx works without git column. Thanks for the speedy response

Shougo commented 4 years ago

@kristijanhusak Because pynvim broke backward compatibility. https://github.com/neovim/pynvim/pull/405