Compare commits
No commits in common. "468dac7c0d579eab627bb5a9a6d1da35482f29bd" and "f82c2abef7edc810aeb867d851c54acd15487148" have entirely different histories.
468dac7c0d
...
f82c2abef7
|
@ -1,28 +0,0 @@
|
||||||
name: Dummy workflow to run everything once. No further testing.
|
|
||||||
on: [push]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: archlinux
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout code
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Prepare system
|
|
||||||
run: |
|
|
||||||
pacman --noconfirm -Syyu
|
|
||||||
pacman --noconfirm -S neovim python-neovim git bash
|
|
||||||
|
|
||||||
- name: Position repository
|
|
||||||
run: |
|
|
||||||
cd ..
|
|
||||||
mkdir -p ~/.config
|
|
||||||
mv nvim ~/.config/nvim
|
|
||||||
cd ~/.config/nvim
|
|
||||||
chmod +x setup_nvim.sh
|
|
||||||
./setup_nvim.sh
|
|
||||||
|
|
||||||
- name: Run neovim in quiet mode
|
|
||||||
run: |
|
|
||||||
nvim -es
|
|
|
@ -1,4 +0,0 @@
|
||||||
require "paq" {
|
|
||||||
'savq/paq-nvim',
|
|
||||||
'mhartington/formatter.nvim'
|
|
||||||
}
|
|
Loading…
Reference in New Issue