fix comment position

This commit is contained in:
Thomas Ruoff
2018-01-27 00:42:37 +01:00
parent d0f5b7dfdc
commit 07a188d8f3

2
vimrc
View File

@@ -329,9 +329,9 @@ let g:jsx_ext_required = 0
" Autocmd Rules {{{
"" do syntax highlight syncing from start
augroup general
autocmd!
"" do syntax highlight syncing from start
autocmd BufEnter * :syntax sync fromstart
autocmd FileType netrw setl bufhidden=delete
augroup END