[vim] use the system clipboard
[~bandali/configs] / vim / .vimrc
index 5573306..8fb0035 100644 (file)
@@ -20,18 +20,19 @@ Plug 'terryma/vim-multiple-cursors'
 Plug 'tpope/vim-surround'
 Plug 'rust-lang/rust.vim'
 Plug 'phildawes/racer'
+Plug 'whatyouhide/vim-gotham'
 
 call plug#end()
 
 
 " Use the Solarized Dark theme
 set background=dark
-"colorscheme solarized
+colorscheme gotham
 
 " Make Vim more useful
 set nocompatible
 " Use the OS clipboard by default (on versions compiled with `+clipboard`)
-set clipboard=unnamed
+set clipboard=unnamedplus
 " Enhance command-line completion
 set wildmenu
 " Allow cursor keys in insert mode