diff --git a/vim/.vimrc b/vim/.vimrc index d56068a..7517f9c 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -12,7 +12,8 @@ set hidden set incsearch " share system clipboard -"set clipboard=^unnamed,unnamedplus +set clipboard^=unnamed,unnamedplus + " hide showmode because its in statusline set noshowmode @@ -105,7 +106,6 @@ let g:jedi#popup_select_first = 0 call plug#begin('~/.vim/plugged') " vim-plug -Plug 'VundleVim/Vundle.vim' Plug 'tpope/vim-fugitive' Plug 'vim-scripts/indentpython.vim' Plug 'scrooloose/syntastic'