Skip to content

Commit

Permalink
cat
Browse files Browse the repository at this point in the history
  • Loading branch information
pablopunk committed Jan 26, 2024
1 parent b6f9bad commit 31d1f4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lazy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,18 @@ jobs:
mkdir -p _neovim
curl -sL "https://github.com/neovim/neovim/releases/download/${{ matrix.rev }}" | tar xzf - --strip-components=1 -C "${PWD}/_neovim"
}
echo
echo "Downloading lazy.nvim config"
mkdir -p ~/.config/nvim/lua/config
curl -sL "https://raw.githubusercontent.com/LazyVim/starter/main/init.lua" > ~/.config/nvim/init.lua
cat ~/.config/nvim/init.lua
curl -sL "https://raw.githubusercontent.com/LazyVim/starter/main/lua/config/lazy.lua" > ~/.config/nvim/lua/config/lazy.lua
cat ~/.config/nvim/lua/config/lazy.lua
echo
echo "Downloading pablopunk's unclutter config"
mkdir -p ~/.config/nvim/lua/plugins
curl -sL "https://raw.githubusercontent.com/pablopunk/dotfiles/master/nvim/lua/pablopunk/plugins/unclutter.lua" > ~/.config/nvim/lua/plugins/unclutter.lua
cat ~/.config/nvim/lua/plugins/unclutter.lua
- name: Run tests
run: |
Expand Down

0 comments on commit 31d1f4e

Please sign in to comment.