v0.2.0
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
Refactor
- refactor: remove redundant variables (PR #36)
Thanks to @lervag for his valuable insights, and to @zachary-foster for the extensive testing.