Compare commits
2 commits
241071df30
...
dfce2a68c4
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | dfce2a68c4 | ||
Bruno BELANYI | b0379f138e |
6
modules/home/vim/after/ftplugin/netrw.vim
Normal file
6
modules/home/vim/after/ftplugin/netrw.vim
Normal file
|
@ -0,0 +1,6 @@
|
|||
" Create the `b:undo_ftplugin` variable if it doesn't exist
|
||||
call ftplugined#check_undo_ft()
|
||||
|
||||
" Don't show Netrw in buffer list
|
||||
setlocal bufhidden=delete
|
||||
let b:undo_ftplugin='|setlocal bufhidden<'
|
Loading…
Reference in a new issue