As a fun little project for the Christmas break, I made a plugin, getbib.nvim, for the NeoVim editor. This plugin uses pybibget to retrieve BibTeX date and insert it directly in the editor. The data can be searched by arXiv ID, DOI, or MathSciNet reference number (the latter with a subscription), making it easier to add new references. Optionally, the generated BibTeX can be filtered through a formatter such as bibtex-tidy to ensure consistent formatting of entries. The plugin with instructions can be found on GitHub.