kevinhwang91 / rnvimr

Make Ranger running in a floating window to communicate with Neovim via RPC
BSD 3-Clause "New" or "Revised" License
812 stars 17 forks source link

RPC: timeout 3s, error install python 3 or higher even though i already had it #68

Closed auliamnaufal closed 3 years ago

auliamnaufal commented 3 years ago

Ranger

Python

Pynvim

Ueberzug (optional)

RPC

Describe the bug A clear and concise description of what the bug is. init.vim

source $HOME/.config/nvim/vim-plug/plugins.vim
source $HOME/.config/nvim/general/settings.vim
source $HOME/.config/nvim/themes/onedark.vim
source $HOME/.config/nvim/keys/mappings.vim
source $HOME/.config/nvim/plug-config/coc.vim
source $HOME/.config/nvim/plug-config/fzf.vim
source $HOME/.config/nvim/themes/airline.vim
source $HOME/.config/nvim/plug-config/rnvimr.vim

plugins.vim

    "Ranger
    Plug 'kevinhwang91/rnvimr'

rnvmir.vim

" Make Ranger replace netrw and be the file explorer
let g:rnvimr_ex_enable = 1

nmap <space>r :RnvimrToggle<CR>

rc.conf

set preview_images_method ueberzug

default_linemode devicons

set show_hidden true

so The problem is the rmvmir does not show hidden file not as i configure it at the rc.conf but everything else does work like the buffer for the rmvimr shows up when i toggle it

Steps to reproduce the behavior:

  1. :RvimrToggle
  2. </(space)>R

Expected behavior A clear and concise description of what you expected to happen.

  1. Show hidden file, the same ass the ranger command

Screenshots If applicable, add screenshots to help explain your problem. From ranger command on terminal

Screen Shot 2021-01-08 at 12 06 42

From :RmvmirToggle inside nvim

Screen Shot 2021-01-08 at 12 07 27

Additional context Add any other context about the problem here. i already have python 3 installed on my machine. perhaps i have to configure it?

kevinhwang91 commented 3 years ago

Install ranger via pip instead of brew in macOS, readme has already reminded it.