added setting to yank to system clipboard

This commit is contained in:
Russell Riker 2020-09-07 18:30:46 -04:00
parent b01b99a6dd
commit ff4edf5d3a
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ set number
" turn spelling on for text based documents
autocmd FileType tex,latex,markdown setlocal spell spelllang=en_us
" copy to the system clipboard
set clipboard+=unnamedplus
" ***********************************************************
" ********************* install pluggins ********************
" ***********************************************************