xgit simple git

dotfiles

hedho dotfiles

clone git clone https://kb.hax.al/dotfiles

commit 6499798eefa999f839b3cbc141926559b7e043b8
author: respet <arianitkukaj@gmail.com>
date: 2025-10-18 23:43
parents: b7ae5fc8

Clipboard configuration and requirements for neovim.
MREADME.md+13-0
diff --git a/README.md b/README.md
index 0229355..4a799ad 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,16 @@
 Requirements for Dark mode settings:
 
 sudo pacman -S nwg-look
+
+
+Neovim clipboard+
+
+# For XDG
+doas pacman -S xclip
+# For Wayland
+doas pacman -S wl-clipboard
+
+
+# init.lua Config
+-- For init.lua (Lua)
+vim.opt.clipboard = "unnamedplus"