[vim] use system clipboard

This commit is contained in:
2023-05-05 15:44:44 +03:00
parent e675f6563d
commit 96ce5d056b

View File

@@ -11,6 +11,7 @@ set noswapfile
set encoding=utf-8
syntax enable
set timeoutlen=300 ttimeoutlen=0 " https://www.johnhawthorn.com/2012/09/vi-escape-delays/
set clipboard=unnamed
" For coc-vim. Always show the signcolumn, otherwise it would shift the text each time
" diagnostics appear/become resolved.