plugins.nvim-osc52.enable
Whether to enable nvim-osc52, a plugin to use OSC52 sequences to copy/paste.
Note: this plugin is obsolete and will be removed after 24.11.
As of Neovim 0.10 (specifically since this PR), native support for OSC52 has been added.
Check :h clipboard-osc52
for more details.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.nvim-osc52.package
The nvim-osc52 package to use.
Type: package
Default:
pkgs.vimPlugins.nvim-osc52
Declared by:
plugins.nvim-osc52.maxLength
Maximum length of selection (0 for no limit)
Type: null or signed integer or floating point number or raw lua code
Default:
null
Plugin default: 0
Declared by:
plugins.nvim-osc52.silent
Disable message on successful copy
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.nvim-osc52.trim
Trim text before copy
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by: