We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ff8f4 commit 63b20edCopy full SHA for 63b20ed
CHANGELOG.md
@@ -1,10 +1,15 @@
1
# Changelog
2
3
-## [Unreleased]
+## [0.4.0] 2023-12-29
4
5
### Features
6
7
- Support passing a nix-generated table of plugin names:plugin paths instead of plugin discovery within the plugin
8
+ + This should also mean that Lazy-Nix-Helper will work with nix-installed plugins on a non-NixOS system, but I haven't tested that
9
+
10
+### Docs
11
12
+- Update docs to provide instructions for generating the input plugin table from Nix
13
14
15
## [0.3.0] - 2023-12-27
lua/lazy-nix-helper/version.lua
@@ -1,5 +1,5 @@
local M = {}
-M.VERSION = "v0.3.0"
+M.VERSION = "v0.4.0"
return M
0 commit comments