packer setup

master
Dominik Madarász 2024-05-21 19:49:45 +00:00
parent 5d4c27bcc5
commit fcfdf46b81
2 changed files with 1 additions and 11 deletions

View File

@ -1,10 +0,0 @@
#!/bin/bash
echo This is dumb but we need to temporarily disable "after" hooks so we can source packer.lua and then run :PackerSync
echo Run :PackerSync and exit neovim, then enter again yourself.
cd nvim/.config/nvim
mv after after.bak
nvim packer.lua
mv after.bak after
echo Now run neovim again!

2
prep
View File

@ -16,5 +16,5 @@ git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
sh ./ubuntu
sh ./fix_nvim
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'