diff --git a/users/modules/global/vim.nix b/users/modules/global/vim.nix index 14c715c..d3787a3 100644 --- a/users/modules/global/vim.nix +++ b/users/modules/global/vim.nix @@ -18,5 +18,8 @@ tabstop = 4; shiftwidth = 4; }; + extraConfig = '' + set clipboard=unnamedplus,unnamed + ''; }; }