Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 460 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 460 Bytes

spin-clipboard.nvim

spin-clipboard.nvim is a plugin to configure the clipboard when running in spin

This allows copying and pasting using the * or + registers in your remote nvim session to use your local machine's clipboard.

Installation

With Lazy.nvim:

{ "catlee/spin-clipboard.nvim", event = "VeryLazy", opts = {} }