X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/4af237778e3672b2d0fb118d4c4374a62b74481d..5080c6843b61a148e7d7c0ff5fad5c02225892ea:/vim/vimrc diff --git a/vim/vimrc b/vim/vimrc index 245fbf1..59f9043 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -691,6 +691,7 @@ let g:tagbar_iconchars = ['+', '-'] " tcomments {{{2 let g:tcomment_textobject_inlinecomment = 'gic' let g:tcomment#filetype#guess = 0 +"let g:tcomment#options = {'whitespace' : 'no'} " ultisnips {{{2 let g:UltiSnipsEditSplit = 'vertical' @@ -748,7 +749,7 @@ if executable('ag') end nnoremap [unite]a :Unite grep:.:: nnoremap [unite]A :Unite grep:.:-w: -command! -nargs=+ Ag Unite -input= grep:.: +command! -nargs=+ Ag Unite grep:.:: " unite-file_rec {{{3 if executable('ag')