nvim: fix oscyank warning
This commit is contained in:
parent
d9a22b9278
commit
f5658686e6
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ return require('packer').startup({function()
|
|||
'ojroques/vim-oscyank',
|
||||
config = function()
|
||||
-- Yanking to "+ will yank to system board
|
||||
vim.cmd [[ autocmd TextYankPost * if v:event.operator is 'y' && v:event.regname is '+' | execute 'OSCYankReg +' | endif ]]
|
||||
vim.cmd [[ autocmd TextYankPost * if v:event.operator is 'y' && v:event.regname is '+' | execute 'OSCYankRegister +' | endif ]]
|
||||
end
|
||||
}
|
||||
use { -- fixcursorhold: fix neovim bug #12587 - https://github.com/neovim/neovim/issues/12587
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue