commit 1537b543bd66bf81b9073c5a2695f0c76df46f67 (patch)
parent 53265628a950357a9e97efdd888e72434cfb7bc3
Author: Alex Karle <alex@karle.co>
Date: Wed, 7 Aug 2019 13:45:02 -0400
vim: re-add Dirvish bug-fix
I had removed this as part of my unused mappings but need it still.
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/vim/vimrc b/vim/vimrc
@@ -70,6 +70,12 @@ let g:markdown_folding = 1
let g:netrw_banner=0 " disable banner
let g:netrw_liststyle=1 " details view
+" If using Dirvish, don't use netrw
+if isdirectory(s:vimdir . '/pack/plugins/start/vim-dirvish')
+ " Dirvish #137
+ let loaded_netrwPlugin = 1
+endif
+
" Mojolicious syntax highlighting for Mojolicious::Lite
let mojo_highlight_data = 1