AckslD / nvim-neoclip.lua

Clipboard manager neovim plugin with telescope integration
996 stars 20 forks source link

.vim support #25

Closed NoahRR closed 3 years ago

NoahRR commented 3 years ago

LOVE the idea of this plugin. Unfortunately, I can't fully convert to .lua just yet. Is there any way to use this in a .vim neovim setup?

Apologies if this is the wrong place to ask this -- but this is an issue I'm having. Any help would be appreciated!

AckslD commented 3 years ago

Hi @NoahRR!

You can wrap the setup of neoclip in:

lua << EOF
-- your setup
EOF

See https://github.com/nanotee/nvim-lua-guide for more details :)

AckslD commented 3 years ago

Closing this now, feel free to open a new issue if you still have issues :)

NoahRR commented 3 years ago

Hey @AckslD, so sorry for not responding!! Been a busy couple weeks.

I did try wrapping it like mentioned above before, but I'll give it another go when I get a free second. I'll checkout that link you sent as well. Appreciate the reponse!

AckslD commented 3 years ago

No problem @NoahRR :) Hope you'll get it working