health#defx#check
========================================================================
## defx.nvim
- OK: has("python3") was successful
- OK: Python 3.6.1+ was successful
health#nvim#check
========================================================================
## Configuration
- OK: no issues found
## Performance
- OK: Build type: Release
## Remote Plugins
- OK: Up to date
## terminal
- INFO: key_backspace (kbs) terminfo entry: key_backspace=^H
- INFO: key_dc (kdch1) terminfo entry: key_dc=\E[3~
- INFO: $COLORTERM='truecolor'
## tmux
- OK: escape-time: 0ms
- INFO: $TERM: tmux-256color
health#provider#check
========================================================================
## Clipboard (optional)
- OK: Clipboard tool found: tmux
## Python 2 provider (optional)
- INFO: pyenv: Path: /home/francisco/.pyenv/libexec/pyenv
- INFO: pyenv: $PYENV_ROOT is not set. Infer from `pyenv root`.
- INFO: pyenv: Root: /home/francisco/.pyenv
- WARNING: No Python executable found that can `import neovim`. Using the first available executable for diagnostics.
- ERROR: Python provider error:
- ADVICE:
- provider/pythonx: Could not load Python 2:
/usr/bin/python2 does not have the "neovim" module. :help provider-python
/usr/bin/python2.7 does not have the "neovim" module. :help provider-python
python2.6 not found in search path or not executable.
/home/francisco/.pyenv/shims/python is Python 3.9 and cannot provide Python 2.
- INFO: Executable: Not found
## Python 3 provider (optional)
- INFO: pyenv: Path: /home/francisco/.pyenv/libexec/pyenv
- INFO: pyenv: $PYENV_ROOT is not set. Infer from `pyenv root`.
- INFO: pyenv: Root: /home/francisco/.pyenv
- INFO: `g:python3_host_prog` is not set. Searching for python3 in the environment.
- WARNING: pyenv is not set up optimally.
- ADVICE:
- Create a virtualenv specifically for Neovim using pyenv, and set `g:python3_host_prog`. This will avoid the need to install the pynvim module in each version/ virtualenv.
- INFO: Executable: /usr/bin/python3
- INFO: Python version: 3.9.2
- INFO: pynvim version: 0.4.3
- OK: Latest pynvim is installed.
## Ruby provider (optional)
- INFO: Ruby: ruby 2.7.2p137 (2020-10-01 revision 5445e04352) [x86_64-linux]
- WARNING: `neovim-ruby-host` not found.
- ADVICE:
- Run `gem install neovim` to ensure the neovim RubyGem is installed.
- Run `gem environment` to ensure the gem bin directory is in $PATH.
- If you are using rvm/rbenv/chruby, try "rehashing".
- See :help g:ruby_host_prog for non-standard gem installations.
## Node.js provider (optional)
- INFO: Node.js: v15.13.0
- WARNING: Missing "neovim" npm (or yarn) package.
- ADVICE:
- Run in shell: npm install -g neovim
- Run in shell (if you use yarn): yarn global add neovim
Provide a minimal init.vim/vimrc with less than 50 lines (Required!)
Warning: I will close the issue without the minimal init.vim and the reproduction instructions.
Problems summary
Forth column ("type") overflows on thin
winwidth
(happens on small screens, 1366x768 old laptop ->winwidth' : &columns / 4
, see minimal init bellow).Expected
Seems to happen because "type" is aligned to right, but seems to respect some minimal offset.
Environment Information
plugin version(SHA1): 71e73c86bbbaf7c26e344b88e315e59c6250c837
OS: ArchLinux
neovim/Vim version: 0.4.4
:checkhealth
or:CheckHealth
result(neovim only):Provide a minimal init.vim/vimrc with less than 50 lines (Required!)
The reproduce ways from neovim/Vim starting (Required!)
:Defx
Screen shot (if possible)