You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I use nvim on a mac with config from This repo
I entered let g:ranger_command_override = 'ranger --cmd "set show_hidden=true"' in the plug-config/ranger.vim
this is my config of ranger.vim
let g:ranger_command_override = 'ranger --cmd "set show_hidden=true"'
let g:ranger_replace_netrw = 1 "// open ranger when vim open a directory
"let g:NERDTreeHijackNetrw = 0 // add this line if you use NERDTree
let g:ranger_map_keys = 0
The text was updated successfully, but these errors were encountered:
Hi,
I use nvim on a mac with config from This repo
I entered
let g:ranger_command_override = 'ranger --cmd "set show_hidden=true"'
in the plug-config/ranger.vimthis is my config of ranger.vim
The text was updated successfully, but these errors were encountered: