Closed pappasam closed 3 years ago
Never mind, this appears to be a broader issue with the latest Neovim nightly release.
OK.
@pappasam is there an issue for this in Neovim? I have the same problem, but I can't find anything in the Neovim repo
This is as close as I've found: https://github.com/neovim/neovim/pull/15632
Current workaround: packadd defx and its related plugins in your vimrc. This adds them to your runtime path before your vimrc finishes.
Reproduced.
This is plugin's fault instead of Vim/neovim bugs.
Fixed.
Problems summary
On latest version, when typing
:Defx
, I receive[defx] Invalid source_name:file
.Expected
I'd expect the defx file explorer to open.
Environment Information
plugin version(SHA1): 9983f2c
OS: Ubuntu 20.04.3 LTS
neovim/Vim version: NVIM v0.6.0-dev+304-g924e8e4f2
:checkhealth
or:CheckHealth
result(neovim only):health#nvim#check
Configuration
Performance
Remote Plugins
terminal
tmux
health#provider#check
Clipboard (optional)
Python 2 provider (optional)
import neovim
. Using the first available executable for diagnostics.Python 3 provider (optional)
g:python3_host_prog
is not set. Searching for python3 in the environment.g:python3_host_prog
to avoid surprises.Python virtualenv
Ruby provider (optional)
neovim-ruby-host
not found.gem install neovim
to ensure the neovim RubyGem is installed.gem environment
to ensure the gem bin directory is in $PATH.Node.js provider (optional)
Perl provider (optional)
health#treesitter#check
Checking treesitter configuration
Provide a minimal init.vim/vimrc with less than 50 lines (Required!)
N/A. I cloned the repo into my Vim package directory and opened Neovim with
nvim -u NORC
The reproduce ways from neovim/Vim starting (Required!)
nvim -u NORC
:Defx
Screen shot (if possible)