Skip to content

Commit b9f5a0c

Browse files
Remove packer setup due to lazy.nvim transition
1 parent df26544 commit b9f5a0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.conf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383
description: Install and update Fish Plugins
8484
- command: wget -q0- https://raw.githubusercontent.com/Shougo/dein.vim/master/bin/installer.sh | bash -s ~/.vim/bundle
8585
description: Install Dein for Vim
86-
- command: mkdir -p ~/.local/share/nvim/site/pack/packer/start/ && git clone https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim
87-
description: Install Packer for Neovim
86+
# - command: mkdir -p ~/.local/share/nvim/site/pack/packer/start/ && git clone https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim
87+
# description: Install Packer for Neovim
8888
- command: cd ~/.config/coc/extensions/; command -v npm &> /dev/null && npm i --global-style --ignore-scripts --no-bin-links --no-package-lock --only=prod
8989
description: Install CoC Extensions
9090
- command: mkdir -p ~/.local/share/fonts; cd ~/.local/share/fonts/; wget https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/FiraCode/Regular/complete/Fira%20Code%20Regular%20Nerd%20Font%20Complete.ttf?raw=true;command -v fc-cache &> /dev/null && fc-cache -r

0 commit comments

Comments
 (0)