From c5c3412eaf09dbe506487c4ded68ac18597061c1 Mon Sep 17 00:00:00 2001 From: Ray Andrew Date: Mon, 18 Nov 2024 23:40:28 -0600 Subject: [PATCH] remove osc52 --- src/home/shell/neovim/config/init.lua | 13 ------------- 1 file changed, 13 deletions(-) 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