diff options
Diffstat (limited to 'scripts/autogen_metadata.sh')
| -rwxr-xr-x | scripts/autogen_metadata.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/autogen_metadata.sh b/scripts/autogen_metadata.sh index 92a96bba..9e2339cf 100755 --- a/scripts/autogen_metadata.sh +++ b/scripts/autogen_metadata.sh @@ -5,8 +5,9 @@ declare -x XDG_DATA_HOME="${XDG_DATA_HOME:-"$HOME/.local/share"}" declare -x NVIM_PACK_DIR="$XDG_DATA_HOME/nvim/site/pack" declare -x LSP_CONFIG_DIR="$NVIM_PACK_DIR/packer/start/nvim-lspconfig" +declare -x PLENARY_DIR="$NVIM_PACK_DIR/packer/start/plenary.nvim" declare -x LSP_INSTALLER_DIR="$PWD" nvim -u NONE -E -R --headless \ - --cmd "set rtp+=${LSP_INSTALLER_DIR},${LSP_CONFIG_DIR}" \ + --cmd "set rtp+=${PLENARY_DIR},${LSP_CONFIG_DIR},${LSP_INSTALLER_DIR}" \ +"luafile scripts/autogen_metadata.lua" +q |
