Rewriting nvim and using nightly build 0.12

This commit is contained in:
2026-03-14 10:14:49 +01:00
parent 56a8be87f4
commit d7c71aa179
21 changed files with 165 additions and 1792 deletions

View File

@@ -7,7 +7,6 @@ sudo pacman -Suy --noconfirm archlinux-keyring
sudo pacman -Suy --noconfirm
sudo pacman -Sy --noconfirm \
neovim \
fd \
tmux \
nvm \
@@ -17,7 +16,14 @@ sudo pacman -Sy --noconfirm \
rofi \
ttf-jetbrains-mono-nerd \
less \
waybar
waybar \
cifs-utils \
nautilus \
bob
bob install nightly
bob use nightly
vim --version
if [ ! -d /home/wholteza/repos/yay ]; then
cd ~