X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/0e732b69a54919f260a5ccb045db7cf65e6850cc..3418483496608f0eb40ecd49842aa5f020429ef0:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index f20a817..1a4f288 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -36,6 +36,7 @@ Plugin 'sgeb/vim-diff-fold' Plugin 'shougo/unite.vim' Plugin 'shougo/vimproc.vim' Plugin 'sjl/gundo.vim' +Plugin 'thinca/vim-qfreplace' Plugin 'tomtom/tcomment_vim' Plugin 'tpope/vim-abolish' Plugin 'tpope/vim-endwise' @@ -600,7 +601,8 @@ let g:tagbar_width = 25 let g:tagbar_iconchars = ['+', '-'] " tcomments {{{2 -let g:tcommentTextObjectInlineComment = 'gic' +let g:tcomment_textobject_inlinecomment = 'gic' +let g:tcomment#filetype#guess = 0 " ultisnips {{{2 let g:UltiSnipsEditSplit = 'vertical' @@ -715,6 +717,7 @@ nmap ga (EasyAlign) let g:gtest#highlight_failing_tests = 0 nnoremap tt :GTestRun +nnoremap ta :GTestCase *:GTestName *:GTestRun nnoremap tu :GTestRunUnderCursor " vim-json {{{2