Skip to content

Releases: jinh0/eyeliner.nvim

v0.2.0: Highlight on key press

08 Jan 17:36
Compare
Choose a tag to compare

What's Changed

  • The entire plugin has been rewritten in Fennel. This does not change the functionality of the plugin, but I decided to change to Fennel to breathe new life into this plugin. I think the code is now structured better for ease-of-reading, and I am beginning to really enjoy some of the features of Fennel.
  • The main new feature of v0.2.0 is the option to highlight only after keypress, in contrast from the default always-on mode.
  • Minor improvement has been made in the main eyeliner algorithm to prioritize earlier characters in the word.

Plenty of bug fixes as well!

Full Changelog: v0.1.0...v0.2.0

v0.1.0: First Release

12 Jul 15:48
Compare
Choose a tag to compare

Changelog

  • Upload the plugin to GitHub
  • Add bold & underline options in the configuration
  • Add highlighting for capital letters
  • Add a README.md with a demo video

7 days ago, I released this plugin on GitHub. There are plenty of features and bugs to fix, but this is a good start!

Full Changelog: https://github.com/jinh0/eyeliner.nvim/commits/v0.1.0