Skip to content

Releases: michaelrommel/nvim-silicon

v1.0.0

30 May 22:36
Compare
Choose a tag to compare

What's changed

squash commit a724b04:

  • feat: added lua functions for easier keymap integration
  • feat: simultaneous clipboard and file image support
  • feat: WSL2 integration, pushes image to Windows clipboard
  • fix: rename lua module to match github repo name

Previous changes

  • feat: add debug and disable_defaults options and improve language detection (ca6b991)
  • fix: remove some defaults to allow overriding from opts table (b744afd)
  • feat: num_separator setting allows insertion of characters between number margin and code (6637c3e)
  • fix: move utils package into correct namespace (383f722)
  • feat: support functions as line_offset option (e3bb5d3)

Contributions

  • feat: add --window-title support by @andresatierf in #1
  • fix: Background Image can not be set as Background color has in Non-nullifiable default by @dangtrivan15 in #8
  • fix: correct path displayed in notification for generated files by @chee-zaram in #13

New Contributors