sloth-flake.nvim/CHANGELOG.md

72 lines
1.2 KiB
Markdown

# Changelog
All notable changes to this project will be documented in this file.
## [unreleased]
### Features
- Can load lazy plugins
- Can load lazy plugins via placeholder `cmd`s
- Loading plugins respect dependencies option
- Can load lazy plugins on FileType autocommand
- Introduce new Sloth command with list subcommand
- Add `Sloth load` subcommand
### Bug Fixes
- Prevent `setup` function to be called twice
### Refactor
- Plugin normalization
### Miscellaneous Tasks
- Delete dead code
## [0.0.5] - 2024-05-28
### Features
- Add real documentation
### Bug Fixes
- Give default init.lua if none provided
- Remove namePrefix and nameSuffix
### Miscellaneous Tasks
- Refactor lua generation
- Remove dead code
## [0.0.4] - 2024-05-28
### Features
- Generating plugins lua definition from nix
- Simplify lua api
## [0.0.3] - 2024-05-26
### Features
- Rename neofalke to sloth-flake.nvim
- Check inputs of functions with yants
## [0.0.2] - 2024-05-26
### Features
- Can give dependencies to new package
- Can build package with all config
- Remove neovim from nix-shell
- Neoflake and runtime plugin have their version
### Miscellaneous Tasks
- Release v0.0.2
<!-- generated by git-cliff -->