Compare commits
2 commits
241071df30
...
dfce2a68c4
| Author | SHA1 | Date | |
|---|---|---|---|
| dfce2a68c4 | |||
| b0379f138e |
1 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue