1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Disable better-comments for now, it misunderstands some

This commit is contained in:
2018-08-19 15:25:15 +02:00
parent 9e5820c0a1
commit 51a3f084cb

2
.vimrc
View File

@@ -367,7 +367,7 @@ Plugin 'lepture/vim-jinja'
au BufNewFile,BufRead *.j2 set ft=jinja
" Highlight special comments better
Plugin 'jbgutierrez/vim-better-comments'
"Plugin 'jbgutierrez/vim-better-comments'
" CSV filetype plugin
"Plugin 'chrisbra/csv.vim' " apparently doesn't work this way ;)