Skip to content

Releases: 0xJohnnyboy/scretch.nvim

v1.1.3

09 Feb 19:42
633eba5
Compare
Choose a tag to compare

What's Changed

  • feat: template files support by @Sonicfury in #7

New Contributors

  • @Sonicfury made their first contribution in #7

Full Changelog: v1.1.2...v1.1.3

v1.1.2

18 Jul 19:37
d4f19af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

03 May 16:09
93b05dc
Compare
Choose a tag to compare

What's Changed

  • feat: allow for use of fzf-lua instad of telescope by @snelling-a in #3

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

01 May 14:31
Compare
Choose a tag to compare

BREAKING CHANGES:

  • the repo's name has been updated from scretch to scretch.nvim, be sure to update your packer file and your remote urls if you are a contributor
  • the default scretch directory has been moved from ~/.config/nvim/plugin/.scretch/ to ~/.config/nvim/scretch/
  • no more defaults remaps, be sure to set your own ! You can find suggested remaps in the dedicated section of the README file.

Thanks to @saccarosium, this project's first contributor (besides me ofc).

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

30 Apr 23:18
Compare
Choose a tag to compare

Features

  • :Scretch last toggles the last opened scretch. Can also close the split after a new scretch has been saved.

Fixes

  • Fixed lua scretches being interpreted at nvim startup

Full Changelog: v1.0.0...v1.0.1

v1.0.0

30 Apr 21:22
f544b79
Compare
Choose a tag to compare

Scretch first release.

Full Changelog: https://github.com/Sonicfury/scretch/commits/v1.0.0