LunarVim/plug-config/rnvimr.vim

5 lines
113 B
VimL
Raw Normal View History

2020-04-26 20:17:15 +02:00
" Make Ranger replace netrw and be the file explorer
let g:rnvimr_ex_enable = 1
nmap <space>r :RnvimrToggle<CR>