Small fixes

This commit is contained in:
2026-06-12 13:58:57 +02:00
parent 9407ff6eaa
commit f8d98d686b
3 changed files with 4 additions and 3 deletions

View File

@@ -93,4 +93,4 @@
"src": "https://github.com/folke/which-key.nvim"
}
}
}
}

View File

@@ -14,4 +14,4 @@ input "type:pointer" {
accel_profile "flat"
pointer_accel 0
}
input "*" xkb_layout colemak-se

View File

@@ -32,7 +32,8 @@ vim --version
if [ ! -d /home/wholteza/repos/yay ]; then
cd ~
mkdir -p repos
sudo pacman -S --needed git base-devel
cd repos
sudo pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si