wsdjeg / nvim-paste-fix

Fix Nvim's streamed pasting. Supports Normal, Visual, Select, Insert, Terminal, and Cmdline modes. Compatible with Nvim v0.4.0 and above.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvim-paste-fix

Fix Nvim's streamed pasting. Supports Normal, Visual, Select, Insert, Terminal, and Cmdline modes. Compatible with Nvim v0.4.0 and above.

This is the same function as neovim/neovim#16585, with some extra code for Nvim v0.4.0 compatibility.

Usage

Install using a package manager, or by cloning this repository and adding the cloned directory into 'runtimepath' from init.vim or init.lua. No extra steps are needed.

About

Fix Nvim's streamed pasting. Supports Normal, Visual, Select, Insert, Terminal, and Cmdline modes. Compatible with Nvim v0.4.0 and above.

License:Other


Languages

Language:Lua 99.3%Language:Vim Script 0.7%