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 da63080 commit b77c0b5Copy full SHA for b77c0b5
.github/workflows/release.yml
@@ -48,6 +48,7 @@ jobs:
48
mkdir -p ~/.local/share/nvim/site/pack/vendor/start
49
git clone --depth 1 https://github.com/nvim-lua/plenary.nvim ~/.local/share/nvim/site/pack/vendor/start/plenary.nvim
50
ln -s $(pwd) ~/.local/share/nvim/site/pack/vendor/start
51
+ luarocks install dkjson
52
-
53
name: Generate changelog
54
run: |
0 commit comments