diff --git a/src/home/shell/neovim/config/init.lua b/src/home/shell/neovim/config/init.lua index 58a47af..6ca0c55 100644 --- a/src/home/shell/neovim/config/init.lua +++ b/src/home/shell/neovim/config/init.lua @@ -1012,19 +1012,6 @@ require("lazy").setup({ }, }, }, - { - "ojroques/nvim-osc52", - event = "VimEnter", - config = function() - local copy = function() - if vim.v.event.operator == "y" and vim.v.event.regname == "+" then - require("osc52").copy_register("+") - end - end - - vim.api.nvim_create_autocmd("TextYankPost", { callback = copy }) - end, - }, }, { ui = { -- If you are using a Nerd Font: set icons to an empty table which will use the