From e4dbaa939765331bd0042f467acd23ac0da9d537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20A=2E=20Ortega=20Froysa?= Date: Wed, 8 Mar 2023 13:32:13 +0100 Subject: [PATCH] Remove copying all yanks to clipboard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nicolás A. Ortega Froysa --- init.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/init.vim b/init.vim index 3ff78d3..7a90039 100644 --- a/init.vim +++ b/init.vim @@ -45,8 +45,6 @@ set foldmethod=syntax "set foldlevel=0 "set foldnestmax=1 -set clipboard+=unnamedplus - " CoC settings inoremap \ coc#pum#visible() ? coc#pum#next(1) :