[VIM] Disable OCS52 for vscode

This commit is contained in:
Fabian Ising
2025-07-31 15:24:07 +02:00
parent f76728180a
commit ec6b42cb65

View File

@@ -242,9 +242,11 @@ nmap <Leader>t :call TextWrapToggle()<CR>
"augroup END "augroup END
"Copying "Copying
if !exists('g:vscode')
lua << EOF lua << EOF
vim.g.clipboard = 'osc52' vim.g.clipboard = 'osc52'
EOF EOF
endif
set clipboard=unnamedplus,unnamed " Copy/Paste set clipboard=unnamedplus,unnamed " Copy/Paste
" Airline " Airline