[NVIM] Fix osc52 typo
This commit is contained in:
@@ -203,7 +203,7 @@ nmap <Leader>t :call TextWrapToggle()<CR>
|
||||
"augroup END
|
||||
|
||||
"Copying
|
||||
if ((!shared_config) && (exists('$LC_OCS52') && $LC_OCS52 == '1'))
|
||||
if ((!shared_config) && (exists('$LC_OSC52') && $LC_OSC52 == '1'))
|
||||
lua << EOF
|
||||
vim.g.clipboard = 'osc52'
|
||||
EOF
|
||||
|
||||
Reference in New Issue
Block a user