kevinhwang91 / rnvimr

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

How to use rc.conf in rnvimr? #86

Closed lsli0116 closed 3 years ago

lsli0116 commented 3 years ago

Hi everyone. I am using rnvimrin neovim on macOS. I have change my ranger keymapping in .config/ranger/rc.conf, but in rnvimr, all the modified keys become invalid. So I want to know how I can config to use the configuration in .config/ranger/rc.conf, I have add let g:rnvimr_urc_path = '$XDG_CONFIG_HOME/ranger in nvim/init.vim, but it doesn't work.

kevinhwang91 commented 3 years ago

install ranger via pip3. try minimal configuration will work.

lsli0116 commented 3 years ago

Yes, it works. Really thanks for your reply :) @kevinhwang91