1

Refresh generated neovim config

This commit is contained in:
2024-08-15 13:01:03 +02:00
parent 64b51cf53a
commit f5af8e2b28
1836 changed files with 38979 additions and 31094 deletions

View File

@ -46,10 +46,10 @@ jobs:
name: Install Neovim on Macos
run: |
cd
curl -LO https://github.com/neovim/neovim/releases/download/${{ matrix.version }}/nvim-macos-x86_64.tar.gz
tar xzf nvim-macos-x86_64.tar.gz
echo "${PWD}/nvim-macos-x86_64/bin" >> $GITHUB_PATH
export PATH="${PWD}/nvim-macos-x86_64/bin:${PATH}"
curl -LO https://github.com/neovim/neovim/releases/download/${{ matrix.version }}/nvim-macos-arm64.tar.gz
tar xzf nvim-macos-arm64.tar.gz
echo "${PWD}/nvim-macos-arm64/bin" >> $GITHUB_PATH
export PATH="${PWD}/nvim-macos-arm64/bin:${PATH}"
nvim -v
- name: Run Test