Skip to content

Commit

Permalink
.vimrc: disable netrw integration pending vifm/vifm.vim#95
Browse files Browse the repository at this point in the history
  • Loading branch information
intelfx committed Jun 23, 2024
1 parent 80d5527 commit ba18373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if has('nvim') || exists('*term_start')
let g:vifm_embed_split = 1
let g:vifm_embed_cwd = 1
" ask to replace netrw
let g:vifm_replace_netrw = 1
let g:vifm_replace_netrw = 0
endif

" load plugins from $HOME/.vim/bundle
Expand Down

0 comments on commit ba18373

Please sign in to comment.