Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 2.11 KB

CHANGELOG.md

File metadata and controls

62 lines (44 loc) · 2.11 KB

Changelog

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.

Added

  • 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.

Fixed

  • Attribute names of plugins having the same repository name #110: For example, a/some.nvim and b/some.nvim get attribute names a-some-nvim and b-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

Changed

  • Refactor all the stuff: It now focuses on Awesome Neovim and provides only all the plugins manifested there.

Added