Only use unnamedplus with neovim (rather than using it in conjunction with unnamed)

This commit is contained in:
Kevin MacMartin 2022-04-15 22:14:44 -04:00
parent ec07f61985
commit 178e89e755

View file

@ -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