Neovim plugin for pasting text without copying underlying visual-selected text
Install the plugin with your preferred package manager
require("lazy").setup({
"silentz/nvim.nocopy-paste",
})
return require('packer').startup(function (use)
use "silentz/nvim.nocopy-paste"
end)