fix packer
This commit is contained in:
parent
a3ca79bd27
commit
4acd3938ef
2 changed files with 9 additions and 2 deletions
|
@ -63,8 +63,14 @@ As your new user in your new user's home directory run: (will overwrite some use
|
|||
For now the setup just installs everything in one shot so you get the GUI whether you need it or not, to use it
|
||||
just run `startx`
|
||||
|
||||
## Post Install
|
||||
|
||||
### Neovim
|
||||
|
||||
- Run `:PackerSync` on first run, `:Mason` to install language servers, `:TSUpdate` after installing language
|
||||
servers to update treesitter
|
||||
|
||||
## Known issues (aka things to fix and excuses why they aren't):
|
||||
- Nvim complains about packer
|
||||
- Awesomewm reload races the bg/color script and may not update. Just reload awesome again manually for now
|
||||
- Installer can hang at "retrieving packages" - I think this is a pacman/mirror issue. Just kill and restart it,
|
||||
it'll pick up where it left off
|
||||
|
|
|
@ -48,6 +48,7 @@ mpd \
|
|||
neovim \
|
||||
nitrogen \
|
||||
nnn \
|
||||
nvim-packer-git \
|
||||
oh-my-zsh-git \
|
||||
otf-font-awesome \
|
||||
picom \
|
||||
|
@ -72,9 +73,9 @@ upower \
|
|||
wal-telegram-git \
|
||||
wget \
|
||||
xclip \
|
||||
xorg-xrandr \
|
||||
xorg-server \
|
||||
xorg-xinit \
|
||||
xorg-xrandr \
|
||||
zsh \
|
||||
|
||||
# Set shell
|
||||
|
|
Loading…
Add table
Reference in a new issue