Add system clipboard support to Neovim
authorFredrik Fornwall <fredrik@fornwall.net>
Mon, 29 Feb 2016 08:17:25 +0000 (03:17 -0500)
committerFredrik Fornwall <fredrik@fornwall.net>
Mon, 29 Feb 2016 08:17:25 +0000 (03:17 -0500)
commit0ad3a6da2e41f154c54a36281bfeff6ee6b4d656
tree4d129d46cbc9434562190f38f9ad2368e7e1b5df
parent9dffd0f19fa9a22fd2f8ef27c396eb8c6a0aa326
Add system clipboard support to Neovim

Since termux doesn't support the X11 clipboard (i.e. tools like xclip or
xsel), this patch allows Neovim to use plugins that require a clipboard,
such as netrw.  Requires the termux-api package.

Patch by Matthew Klein:
https://github.com/termux/termux-packages/pull/141
packages/neovim/runtime-autoload-provider-clipboard.vim.patch [new file with mode: 0644]