mhinz / neovim-remote

:ok_hand: Support for --remote and friends.
MIT License
1.75k stars 83 forks source link

Add other filetypes to `set bufhidden=delete` autocmd #122

Closed cstyles closed 5 years ago

cstyles commented 5 years ago

Running git config --edit or git rebase --interactive will open a buffer in neovim with a filetype of gitconfig or gitrebase respectively. We want these buffers to be deleted automatically when they're hidden just like buffers with filetype gitcommit so let's add them to the relevant note in the README.

mhinz commented 5 years ago

Thanks! ✨