Allow nvim to copy/paste from/to the clipboard 📋

This commit is contained in:
Anas Elgarhy 2022-05-03 16:10:00 +02:00
parent ac4898c30f
commit 1289f11180

View file

@ -6,6 +6,7 @@
:set smarttab
:set softtabstop=4
:set encoding=UTF-8
:set clipboard+=unnamedplus " Allow nvim to copy/paste from/to the clipboard"
" Plugins
call plug#begin()