simple neovim plugin that copies yanked text to clipboard
Lazy.nvim
{
'hajin-chung/wsl-clipboard.nvim',
config = function()
require("wsl-clipboard").setup()
end
},
I'm very new to neovim so if you want to correct or contribute you are more than welcome