From 339a920bb82bdd2422016fea78021f5f5fd8c2a0 Mon Sep 17 00:00:00 2001 From: Marco Kundt Date: Tue, 22 Sep 2020 18:44:23 +0200 Subject: [PATCH] yank to clipboard --- vim/.vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vim/.vimrc b/vim/.vimrc index 0a53030..553ea49 100755 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -4,6 +4,8 @@ if ($TERM=~"xterm-256color" || $TERM=~"screen-256color" || has("gui_vimr")) Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } Plug 'junegunn/fzf.vim' Plug 'mhinz/vim-signify' + + " highlighting plugins Plug 'neovimhaskell/haskell-vim' Plug 'pearofducks/ansible-vim' call plug#end() @@ -53,7 +55,7 @@ set showbreak=↪\ set statusline=\(%n\)\ %<%.99f\ %y%w%m%r%=%-14.(%l,%c%V%)\ %P set tabstop=4 set textwidth=120 -"set clipboard+=unnamedplus +set clipboard+=unnamedplus set wrapscan let mapleader=" "