NVIM v0.6.0
Build type: Release
LuaJIT 2.0.5
Compiled by builduser
Features: +acl +iconv +tui
- Operating system/version:
Linux arch 5.15.12-arch1-1 #1 SMP PREEMPT Wed, 29 Dec 2021 12:04:56 +0000 x86_64 GNU/Linux
- `nvim +'checkhealth rnvimr'`:
rnvimr: health#rnvimr#check
OS
OK: Name: Linux
Ranger
OK: Version: ranger 1.9.3
Python
OK: Version: 3.10.1 (main, Dec 18 2021, 23:53:45) [GCC 11.1.0]
Pynvim
OK: Version: 0.4.3
Ueberzug (optional)
WARNING: Ueberzug is not found in Python Lib
RPC
OK: RPC echo: Neovim send "Give me five!" and receive "Give me five!"
**Describe the bug**
A clear and concise description of what the bug is.
Steps to reproduce the behavior:
use the following config;
mini init.lua
```lua
require('packer').startup({function(use)
use 'wbthomason/packer.nvim'
use {'kevinhwang91/rnvimr',
config = function ()
vim.g.rnvimr_enable_ex = 1
vim.g.rnvimr_enable_picker = 1
end
}
end})
```
Update all plugins, run nvim ./ to call ranger on start up
Select some files and open
Expected behavior
No error messages
Screenshots
If applicable, add screenshots to help explain your problem.
nvim --version
:Features: +acl +iconv +tui
Linux arch 5.15.12-arch1-1 #1 SMP PREEMPT Wed, 29 Dec 2021 12:04:56 +0000 x86_64 GNU/Linux
rnvimr: health#rnvimr#check
OS
Ranger
Python
Pynvim
Ueberzug (optional)
RPC
Steps to reproduce the behavior:
mini init.lua
```lua require('packer').startup({function(use) use 'wbthomason/packer.nvim' use {'kevinhwang91/rnvimr', config = function () vim.g.rnvimr_enable_ex = 1 vim.g.rnvimr_enable_picker = 1 end } end}) ```nvim ./
to call ranger on start upExpected behavior No error messages
Screenshots If applicable, add screenshots to help explain your problem.