commit c1b3c05be8d9aa90015eb9327e029d4f965e5434
parent d64d6f7aa79ea2290c083dc70a1270a8159aecc2
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date:   Sun, 21 Jun 2020 20:03:14 +0200

vim-commentary: undo customization of C comments

Diffstat:
M.config/nvim/init.vim | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim @@ -35,10 +35,6 @@ autocmd BufRead,BufNewFile *.tex set filetype=tex autocmd BufRead,BufNewFile *.cls set filetype=tex autocmd BufRead,BufNewFile *.sty set filetype=tex -" vim-commentary -autocmd FileType cpp setlocal commentstring=//\ %s -autocmd FileType c setlocal commentstring=//\ %s - " vimwiki let g:vimwiki_list=[{ 'path': '~/Documents/wiki', 'path_html': '~/Documents/wiki/build/html', 'custom_wiki2html': '~/Documents/wiki/build/build.py', 'syntax': 'markdown', 'ext': '.md' }] let g:vimwiki_folding='expr'