All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning, except that changes in the patch version number is not noted here since it will be used for rolling release. See FlakeHub document for more details.
- If owner/repo names manifested in Awesome Neovim README (A) are different from those in their repositories (B), previously A was used. Now B takes precedence.
- GitLab namespace parsing #138
0.2.0 - 2024-11-07
- nvim-treesitter: Support for passthru attributes
withPlugins
,withAllGrammars
, etc. #112 - Support auto-update of extra dependencies such as
cargoSha256
of Rust binary #127:sniprun
as a first example.
- sniprun: Use
cargoHash
instead of deprecatedcargoSha256
#136 date
field not changed when updating plugin #135- Attribute names of plugins having the same repository name #110:
For example,
a/some.nvim
andb/some.nvim
get attribute namesa-some-nvim
andb-some-nvim
, respectively. Note that if a plugin has unique repository name, its attribute name will not be prefixed. - Dependencies of telescope.nvim and its extensions #108
- Dependencies of LSP-related plugins #115
- Dependencies of Treesitter-related plugins #114
0.1.0 - 2024-04-10
- Refactor all the stuff: It now focuses on Awesome Neovim and provides only all the plugins manifested there.