From 632c7f30aad33e11cb3472bc7d1558135f106bed Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 25 Mar 2024 10:42:04 +0100 Subject: [PATCH] Vim: reset clipboard default behavior --- modules/hm/vim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/vim.nix b/modules/hm/vim.nix index 6c3b611..d02574b 100644 --- a/modules/hm/vim.nix +++ b/modules/hm/vim.nix @@ -192,7 +192,7 @@ let vp = pkgs.vimPlugins; in { o.showmode = false -- Clipboard - o.clipboard = "unnamedplus" + -- o.clipboard = "unnamedplus" -- Cursor o.cursorline = true