Skip to content

Commit

Permalink
ci(neovim): Fix the plugin install
Browse files Browse the repository at this point in the history
  • Loading branch information
yutkat committed Feb 10, 2025
1 parent 0bdfb7c commit 00bb5ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
TERM: screen-256color
ZSHRC_CI_TEST: "true"
- name: Install neovim plugins
run: ~/.local/share/zsh/zinit/plugins/neovim---neovim/nvim-linux64/bin/nvim --headless -c 'lua require("lazy").sync({wait = true})' -c 'qall'
run: ~/.local/share/zsh/zinit/plugins/neovim---neovim/nvim-linux-x86_64/bin/nvim --headless -c 'lua require("lazy").sync({wait = true})' -c 'qall'
- name: Install other(vim/tmux) plugins
run: EDITOR=~/.local/share/zsh/zinit/plugins/neovim---neovim/nvim-linux-x86_64/bin/nvi plugupdate
run: EDITOR=~/.local/share/zsh/zinit/plugins/neovim---neovim/nvim-linux-x86_64/bin/nvim plugupdate
shell: zsh -li --rcs {0}
env:
TERM: screen-256color
Expand Down

0 comments on commit 00bb5ba

Please sign in to comment.