[UPDATE][VIM] Move Netrw specific setting to ft
This commit is contained in:
parent
e8314d6f34
commit
edaafabbf7
2 changed files with 3 additions and 2 deletions
3
vim/.vim/after/ftplugin/netrw.vim
Normal file
3
vim/.vim/after/ftplugin/netrw.vim
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
" Don't show Netrw in buffer list
|
||||
setlocal bufhidden=delete
|
||||
let b:undo_ftplugin='|setlocal bufhidden<'
|
||||
Loading…
Add table
Add a link
Reference in a new issue