mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 04:23:51 -05:00
Wrap ftdetect file in augroup, fixes #153
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
augroup filetypedetect
|
||||
" Enable jsx syntax by default
|
||||
if !exists('g:jsx_ext_required')
|
||||
let g:jsx_ext_required = 0
|
||||
@@ -983,3 +984,4 @@ au BufRead,BufNewFile *.vm set ft=velocity syntax=velocity
|
||||
|
||||
endif
|
||||
|
||||
augroup END
|
||||
|
||||
Reference in New Issue
Block a user