dot-files/vim/.vim/after/ftplugin/netrw.vim

8 lines
167 B
VimL
Raw Normal View History

if !exists("b:undo_ftplugin")
let b:undo_ftplugin=''
endif
" Don't show Netrw in buffer list
setlocal bufhidden=delete
let b:undo_ftplugin='|setlocal bufhidden<'