Skip to content

Commit

Permalink
chore: code style
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoshihou514 committed Dec 9, 2024
1 parent b757680 commit 17b28f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ chmod +x nixfmt
mv nixfmt $bin/nixfmt

# ktlint
wget -q https://github.com/pinterest/ktlint/releases/download/1.0.0/ktlint
wget -q "$gh/pinterest/ktlint/releases/download/1.0.0/ktlint"
chmod +x ktlint
mv ktlint $bin/ktlint

# test setup
export PATH="$HOME/.local/bin:$PATH"
luarocks install vusted
git clone https://github.com/nvimdev/guard.nvim $HOME/guard.nvim
mv $HOME/guard.nvim/lua/guard ./lua/
git clone "$gh/nvimdev/guard.nvim" "$HOME/guard.nvim"
mv "$HOME/guard.nvim/lua/guard" ./lua/
wait

0 comments on commit 17b28f2

Please sign in to comment.