From c3bbcd9baafa72f0115c497d190cee51d1f40aae Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 27 Jan 2026 10:57:17 +0100 Subject: [PATCH] feat(nix): enable Vim clipboard integration - Added `set clipboard=unnamedplus` to Vim configuration in `default.nix`. - Enables seamless clipboard access between Vim and the system for improved usability. --- modules/home/cli-apps/home-manager/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/cli-apps/home-manager/default.nix b/modules/home/cli-apps/home-manager/default.nix index 3cbb5c1..6519b7c 100644 --- a/modules/home/cli-apps/home-manager/default.nix +++ b/modules/home/cli-apps/home-manager/default.nix @@ -36,6 +36,7 @@ in set exrc set secure syntax on + set clipboard=unnamedplus " Restore cursor to last edit position autocmd BufReadPost *