Vim config CI #2

Merged
esensar merged 11 commits from vim-tests into main 2022-04-28 16:07:05 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 5e1d56f113 - Show all commits

View file

@ -23,7 +23,7 @@ jobs:
with: with:
neovim: true neovim: true
- name: Install packer - 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 - name: Run neovim checks
run: make check_neovim run: make check_neovim
env: env:

View file

@ -24,7 +24,7 @@ jobs:
neovim: true neovim: true
version: nightly version: nightly
- name: Install packer - 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 - name: Run neovim checks
run: make check_neovim run: make check_neovim
env: env: