github hakonharnes/img-clip.nvim v0.2.0

latest releases: v0.6.0, v0.5.0, v0.4.1...
19 months ago

This release features siginifcant improvements to the configuration system. The plugin now allows users to define:

  • Filetype specific options
  • File specific options
  • Directory (project) specific options
  • Custom options that are activated with a trigger function

Moreover, we've implemented support for project-level configurations via the .img-clip.lua file. For detailed information, see the updated README and PR #30 and #34.

Breaking changes

  • Filetype specific options must now be defined in a filetypes table.

Features

  • feat: flexible config structure (PR #30)
  • feat: project specific config files (PR #34)

Refactor

  • refactor: remove redundant variables (PR #36)

Thanks to @lervag for his valuable insights, and to @zachary-foster for the extensive testing.

Don't miss a new img-clip.nvim release

NewReleases is sending notifications on new releases.