[ADD][VIM] Don't list Netrw buffers
I don't want to show a long list of directories in my buffer list,
This commit is contained in:
parent
b7579b0a9b
commit
5e5b8271c2
|
@ -140,6 +140,8 @@ call plug#end()
|
||||||
set nobackup
|
set nobackup
|
||||||
" Disable swapfiles too
|
" Disable swapfiles too
|
||||||
set noswapfile
|
set noswapfile
|
||||||
|
" Don't show Netrw buffers
|
||||||
|
autocmd FileType netrw setlocal bufhidden=delete
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" UI and UX parameters {{{
|
" UI and UX parameters {{{
|
||||||
|
|
Loading…
Reference in a new issue