kevinhwang91 / rnvimr

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

Mac Issue #49

Closed haha405pan closed 3 years ago

haha405pan commented 3 years ago

hi,

Thanks for your wonderful plugin, however, I've got some issue and wish you could help me to figure out.

I have sucessfully install it via vim-plug and health-check was fine. But floating window just won't show up and user configuration of ranger was not imported correctly.

It seems likes this plugin is using bash instead of zsh, which is one that I am currently using. For you information, I can run ranger in my Iterm2 terminal without any problem.

My configuration and screen shot are as follow:

Best regards, Peter

kevinhwang91 commented 3 years ago

try this mini config.

call plug#begin('~/.config/nvim/plugged')
Plug 'kevinhwang91/rnvimr'
let g:rnvimr_enable_ex = 1
tnoremap <silent> <M-i> <C-\><C-n>:RnvimrResize<CR>
nnoremap <silent> <M-o> :RnvimrToggle<CR>
tnoremap <silent> <M-o> <C-\><C-n>:RnvimrToggle<CR>
call plug#end()

Is the issue gone?

Btw, I can't get any points you say about bash, rnvimr hasn't used any bash script. I'm also using zsh.

haha405pan commented 3 years ago

try this mini config.

call plug#begin('~/.config/nvim/plugged')
Plug 'kevinhwang91/rnvimr'
let g:rnvimr_enable_ex = 1
tnoremap <silent> <M-i> <C-\><C-n>:RnvimrResize<CR>
nnoremap <silent> <M-o> :RnvimrToggle<CR>
tnoremap <silent> <M-o> <C-\><C-n>:RnvimrToggle<CR>
call plug#end()

Is the issue gone?

Btw, I can't get any points you say about bash, rnvimr hasn't used any bash script. I'm also using zsh.

Dear Mr.Wang,

Thanks for your swift reply. I followed your instruction but somehow broke my Neovim so I reinstall Neovim and plugins. It works fine now. I am a newbie. Please bear with me asking stupid question.

Have a good day!

Best regards, Peter