Fix neovim runtime for workflows

pull/2/head
Ensar Sarajčić 2022-04-28 17:25:26 +02:00
parent 8f434895b0
commit 5e1d56f113
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ jobs:
with:
neovim: true
- name: Install packer
run: git clone https://github.com/wbthomason/packer.nvim /share/nvim/site/pack/packer/start/packer.nvim
run: git clone https://github.com/wbthomason/packer.nvim $HOME/.local/share/nvim/site/pack/packer/start/packer.nvim
- name: Run neovim checks
run: make check_neovim
env:

View File

@ -24,7 +24,7 @@ jobs:
neovim: true
version: nightly
- name: Install packer
run: git clone https://github.com/wbthomason/packer.nvim /share/nvim/site/pack/packer/start/packer.nvim
run: git clone https://github.com/wbthomason/packer.nvim $HOME/.local/share/nvim/site/pack/packer/start/packer.nvim
- name: Run neovim checks
run: make check_neovim
env: