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',
|
'ojroques/vim-oscyank',
|
||||||
config = function()
|
config = function()
|
||||||
-- Yanking to "+ will yank to system board
|
-- 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
|
end
|
||||||
}
|
}
|
||||||
use { -- fixcursorhold: fix neovim bug #12587 - https://github.com/neovim/neovim/issues/12587
|
use { -- fixcursorhold: fix neovim bug #12587 - https://github.com/neovim/neovim/issues/12587
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue