aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-08-18 15:54:18 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-08-18 15:54:18 +1200
commit75b96aeb4e77032d5f239635a4b538383a0751d1 (patch)
treeccc180741dfe888e3750d4bea739584483ab86dd /vim
parentMerge branch 'release/v1.55.0' into develop (diff)
downloaddotfiles-75b96aeb4e77032d5f239635a4b538383a0751d1.tar.gz
dotfiles-75b96aeb4e77032d5f239635a4b538383a0751d1.zip
Revert "Let's try leaving netrw on again for a ...
This reverts commit 60eab724a29101c54c2d5d1cccd56385a8e5a85c.
Diffstat (limited to 'vim')
-rw-r--r--vim/after/plugin/dist.vim1
-rw-r--r--vim/plugin/dist.vim2
2 files changed, 3 insertions, 0 deletions
diff --git a/vim/after/plugin/dist.vim b/vim/after/plugin/dist.vim
index bc8995b6..4613925f 100644
--- a/vim/after/plugin/dist.vim
+++ b/vim/after/plugin/dist.vim
@@ -2,6 +2,7 @@
unlet! g:loaded_getscriptPlugin
unlet! g:loaded_vimballPlugin
unlet! g:loaded_logiPat
+unlet! g:loaded_netrwPlugin
unlet! g:loaded_rrhelper
unlet! g:loaded_spellfile_plugin
unlet! g:loaded_gzip
diff --git a/vim/plugin/dist.vim b/vim/plugin/dist.vim
index 37fc9042..f9cc6d18 100644
--- a/vim/plugin/dist.vim
+++ b/vim/plugin/dist.vim
@@ -7,6 +7,8 @@ let g:loaded_tarPlugin = 1
let g:loaded_zipPlugin = 1
" I prefer filtering text with Unix tools
let g:loaded_logiPat = 1
+" The shell, tab completion, and 'wildmenu' are good enough
+let g:loaded_netrwPlugin = 1
" I don't use Vim servers
let g:loaded_rrhelper = 1
" I don't need extra spelling files