Skip to content

Releases: jghauser/papis.nvim

v0.2.0

03 Jun 11:30
352b2ac
Compare
Choose a tag to compare

0.2.0 (2024-06-03)

⚠ BREAKING CHANGES

  • add better handling of Papis config
  • commands: remove PapisStart command
  • handle only autostart on filetypes, not filenames

remove

  • commands: remove PapisStart command (9d37fd9)
  • handle only autostart on filetypes, not filenames (2a0f826)

Features

  • add better handling of Papis config (029548e)
  • commands: make all commands buffer local (20026a4)
  • config: add testing module (077c46e)
  • keymaps: make all keymaps buffer local (0b82cb5)

Bug Fixes

  • colors: this time really get the colors right (1be3c9f)
  • config: drop config before re-importing (3814a6d)
  • config: fix running without testing module (76bdb14)
  • config: handle when papis options are rm'd from papis.nvim (bf34de4)
  • health: replace deprecated functions (b24bfc2)
  • highlights: fit with neovim default theme (280a994)
  • telescope: remove vim.print (a562767)

Miscellaneous Chores

v0.1.0

01 Jun 10:30
6b40d04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/jghauser/papis.nvim/commits/v0.1.0