vhakulinen / gnvim

GUI for neovim, without any web bloat
MIT License
1.85k stars 69 forks source link

System clipboard is not being supported on my system #163

Closed rohith1001 closed 3 years ago

rohith1001 commented 3 years ago

In gnvim, when I run the command :echo has('clipboard') its showing 0. I wanted to copy to and paste from system clipboard - and I'm not able to do it. (I have tried yanking to + and * registers, both of them do not yank to system clipboard. Same thing applies to paste as well) Can you suggest how I can resolve this?

rohith1001 commented 3 years ago

Adding to the above. I have installed gnvim using the Arch User Repository - link)

rohith1001 commented 3 years ago

Sorry! I hadn't installed xsel for system clipboard support. Installing xsel fixed this problem.

(PS: I enjoy using GNvim! Thank you! Great Work! :+1: )