nvim: after/ftplugin: git: Do not set bufhidden to wipe

This resulted in not being able to go back to the previous buffer when
using something like git log which is not we want.
This commit is contained in:
Sanchayan Maity 2021-06-22 12:55:32 +05:30
parent 47065178c5
commit a51f16304c
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
setlocal bufhidden=wipe
" Disable whitespace highlighting in git buffer
autocmd! BufEnter <buffer> DisableWhitespace