diff --git a/.config/nvim/lua/blake/plugins.lua b/.config/nvim/lua/blake/plugins.lua index 865f4a8..9fe9ddb 100644 --- a/.config/nvim/lua/blake/plugins.lua +++ b/.config/nvim/lua/blake/plugins.lua @@ -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