From 2a94fbc750e55a88b33684abe18e444c1806bc5f Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sun, 25 Oct 2015 15:31:00 +0000 Subject: Remove neomake configuration --- .vim/vimrc | 2 -- 1 file changed, 2 deletions(-) (limited to '.vim/vimrc') diff --git a/.vim/vimrc b/.vim/vimrc index d09a6c6..62ad978 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -256,14 +256,12 @@ if has("nvim") tnoremap :ZoomWinTabOut nnoremap :ZoomWinTabIn:b termi inoremap :b termi - nnoremap ym :Neomake! endif "" Restore cursor position augroup vimrc au! autocmd BufWritePost *vimrc source % - autocmd BufWritePost *.cpp Neomake! autocmd BufReadPost * \ if line("'\"") > 1 && line("'\"") <= line("$") | \ exe "normal! g`\"" | -- cgit v1.2.3