mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Only use unnamedplus with neovim (rather than using it in conjunction with unnamed)
This commit is contained in:
parent
ec07f61985
commit
178e89e755
1 changed files with 5 additions and 1 deletions
|
@ -27,7 +27,11 @@
|
|||
set clipboard=unnamed
|
||||
|
||||
if has('unnamedplus')
|
||||
set clipboard+=unnamedplus
|
||||
if has('nvim')
|
||||
set clipboard=unnamedplus
|
||||
else
|
||||
set clipboard+=unnamedplus
|
||||
endif
|
||||
endif
|
||||
|
||||
"fancy mouse reporting with xterm2 fallback
|
||||
|
|
Loading…
Reference in a new issue