Releases: lemarsu/sloth-flake.nvim
Releases · lemarsu/sloth-flake.nvim
Release list
0.0.10
0.0.9
Features
- Sloth command has now completion
- Add describe subcommand
- Introduce mkPluginsFromInputs function
Bug Fixes
- Init/config are loaded to on-the-fly build plugins
- Plugins with init are now loaded as they should be
Refactor
- Filters are now fully dynamic
Miscellaneous Tasks
- Remove sourcesWith fn, using lib.fileset
- Move back to flake-utils
0.0.8
0.0.7
Features
- Add
versionSloth subcommand - Add
viAliasandvimAliasmkNeovimPkg options - Add
vimdiffAliasandnvimdiffAliasmkNeovimPkg options
Bug Fixes
- Init function is called before plugin is loaded
Documentation
- Fix url in the import example
Refactor
- Extract all dep logic in Dep object
- Extract Sloth command code in its own module
- Split Sloth subcommands in their own files
- Deps provides accessors via metatables
- Deps are now loaded via a FSM
0.0.6
Features
- Can load lazy plugins
- Can load lazy plugins via placeholder
cmds - Loading plugins respect dependencies option
- Can load lazy plugins on FileType autocommand
- Introduce new Sloth command with list subcommand
- Add
Sloth loadsubcommand
Bug Fixes
- Prevent
setupfunction to be called twice
Refactor
- Plugin normalization
Miscellaneous Tasks
- Delete dead code
- Add CHANGELOG with
git-cliff