Remove copying all yanks to clipboard
Signed-off-by: Nicolás A. Ortega Froysa <nicolas.ortega@zevenet.com>
This commit is contained in:
2
init.vim
2
init.vim
@@ -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) :
|
||||||
|
|||||||
Reference in New Issue
Block a user