diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-10-25 15:31:00 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-10-25 15:31:00 +0000 |
commit | 2a94fbc750e55a88b33684abe18e444c1806bc5f (patch) | |
tree | bb32c90a0304babbf3b41a38244e55a7b56f83cd /.vim/vimrc | |
parent | 7c5a3f29d42c3035b0af4de3351b24c0dc711bd7 (diff) |
Remove neomake configuration
Diffstat (limited to '.vim/vimrc')
-rw-r--r-- | .vim/vimrc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -256,14 +256,12 @@ if has("nvim") tnoremap <C-_> <C-\><C-n><C-^>:ZoomWinTabOut<cr> nnoremap <C-_> :ZoomWinTabIn<cr>:b term<cr>i inoremap <C-_> <Esc>:b term<cr>i - nnoremap ym :Neomake!<cr> 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`\"" | |