1
0

Remove copying all yanks to clipboard

Signed-off-by: Nicolás A. Ortega Froysa <nicolas.ortega@zevenet.com>
This commit is contained in:
Nicolás A. Ortega Froysa
2023-03-08 13:32:13 +01:00
parent 288030cb92
commit e4dbaa9397

View File

@@ -45,8 +45,6 @@ set foldmethod=syntax
"set foldlevel=0 "set foldlevel=0
"set foldnestmax=1 "set foldnestmax=1
set clipboard+=unnamedplus
" CoC settings " CoC settings
inoremap <silent><expr> <TAB> inoremap <silent><expr> <TAB>
\ coc#pum#visible() ? coc#pum#next(1) : \ coc#pum#visible() ? coc#pum#next(1) :