chore: improved system copy&paste

This commit is contained in:
Ward Truyen
2025-07-20 15:08:15 +02:00
parent 2ea28a4253
commit 71b3491efb
3 changed files with 9 additions and 3 deletions

View File

@@ -14,6 +14,11 @@ instal :
cp ./*.lua $(NVIM_CONFIG)
cp -r ./lua $(NVIM_CONFIG)
instal-optionals :
sudo pacman -S wl-clipboard #Use clipboard in wayland
sudo pacman -S xsel #Use clipboard in X11
sudo pacman -S neovide #Neovim in graphical enviorment
code :
@echo -e "Getting code from $(NVIM_CONFIG)"
cp $(NVIM_CONFIG)*.lua ./