We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce2ac6 commit 37426a4Copy full SHA for 37426a4
1 file changed
CHANGELOG.md
@@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Added
11
12
-- Plugins are now placed in `lua_modules/share/lua/5.4`, allowing them to access modules in the LuaRocks tree. Their name is set to the rock's name.
13
-- Multi-file plugins (written as `plugin.lua` and files in a `plugin/` folder) are bundled into one file.
+- `plugin/` installs to the same directory as `library/` and `plugin.lua`
+- Plugins can access LuaRocks dependencies using `lls-addon-loader.lua`, which is automatically added to the `.luarc.json`
14
+- Installing a new version of a pre-existing addon removes old versions from the `.luarc.json`
15
16
## [v0.1.1-1]
17
0 commit comments