LunarVim/plug-config/rnvimr.vim
2020-04-26 14:17:15 -04:00

4 lines
113 B
VimL

" Make Ranger replace netrw and be the file explorer
let g:rnvimr_ex_enable = 1
nmap <space>r :RnvimrToggle<CR>