From 0561621df3d229aba312bae84f34a163b87517b1 Mon Sep 17 00:00:00 2001 From: zackartz Date: Sat, 2 Mar 2024 12:40:36 -0500 Subject: [PATCH] 130 current 2024-03-02 12:40:30 24.05.20240229.1536926 6.6.18 * --- modules/home-manager/vim.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home-manager/vim.nix b/modules/home-manager/vim.nix index b28dbfb..a6648fc 100644 --- a/modules/home-manager/vim.nix +++ b/modules/home-manager/vim.nix @@ -24,6 +24,7 @@ options = { number = true; relativenumber = true; + clipboard = "unnamedplus"; }; globals.mapleader = " ";