Allow nvim to copy/paste from/to the clipboard 📋
This commit is contained in:
parent
ac4898c30f
commit
1289f11180
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue