" Plugin 'jeaye/color_coded'
" Check LucHermites plugins: https://github.com/LucHermitte/lh-cpp
Plugin 'wincent/loupe'
-Plugin 'Ram-Z/vimwiki'
+Plugin 'ram-z/vimwiki'
+Plugin 'alepez/vim-gtest'
call vundle#end()
" create folds around visual selection
vnoremap <leader><Space> zf
-autocmd BufWinLeave *.* mkview
-autocmd BufWinEnter *.* silent loadview
-
" save with sudo
cabbrev w!! w !sudo tee % > /dev/null
vmap <Enter> <Plug>(EasyAlign)
nmap ga <Plug>(EasyAlign)
+" vim-gtest {{{2
+let g:gtest#highlight_failing_tests = 0
+
+nnoremap <Leader>tt :GTestRun<CR>
+nnoremap <Leader>tu :GTestRunUnderCursor<CR>
+
" vim-json {{{2
let g:vim_json_syntax_conceal = 0