From 3ef4ae0a567841352237787dda6a7f2291c4accb Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 17 Jul 2017 09:15:06 +0200 Subject: [PATCH] add: config for make --- vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vimrc b/vimrc index c2c8ec8..f15125b 100644 --- a/vimrc +++ b/vimrc @@ -19,4 +19,8 @@ autocmd BufWritePre * %s/\s\+$//e " Display extra whitespace set list listchars=tab:»·,trail:· +" Copy paste about clipboard set mouse=v + +" Sepcial configurations +autocmd Filetype make setlocal noexpandtab