/vim-clip

A neovim plugin to copy visual selections to the system clipboard on OSX

Primary LanguagePythonMIT LicenseMIT

vim-clip

An extremely simple neovim plugin to copy visual selections to the system clipboard on OSX.

Installation

Using vim-plug add the following to your init.vim:

Plug 'georgejdanforth/vim-clip'

Then, run :PlugInstall, and :UpdateRemotePlugins.

Usage

Simply create a visual selection and execute the :Clip command.