]> git.rmz.io Git - dotfiles.git/commitdiff
vim: don't add whitespace in inline tcomments
authorSamir Benmendil <me@rmz.io>
Fri, 11 Mar 2022 08:37:08 +0000 (08:37 +0000)
committerSamir Benmendil <me@rmz.io>
Fri, 11 Mar 2022 08:37:08 +0000 (08:37 +0000)
vim/vimrc

index ffc3a1d4a6e0c98bec7d6baff03e3716cb537767..59f904381e8dd44e029502ee26ac3e9c5d1a98bb 100644 (file)
--- 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'