summaryrefslogtreecommitdiff
path: root/.config/nvim/plug-config/rnvimr.vim
blob: b5912b0522e9c6043bafda0d2beb9ac07d55412d (plain)
1
2
3
4
" Make Ranger replace netrw and be the file explorer
let g:rnvimr_ex_enable = 1

nmap <space>r :RnvimrToggle<CR>