Closed benwoodward closed 4 years ago
My init.vim (neovim):
init.vim
Plug 'https://github.com/francoiscabrol/ranger.vim' Plug 'https://github.com/rbgrouleff/bclose.vim'
I tried <leader>f and received the following error:
<leader>f
zsh:1: command not found: ranger [Process exited 127]
EDIT: Didn't realise ranger was a cli tool. For anyone else with this ↑ just run: brew install ranger.
brew install ranger
My
init.vim
(neovim):I tried
<leader>f
and received the following error:EDIT: Didn't realise ranger was a cli tool. For anyone else with this ↑ just run:
brew install ranger
.