You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
416 B
VimL

"============================================================================
" FILE: ftplugin/javascript.vim
" AUTHOR: Quramy <yosuke.kurami@gmail.com>
"============================================================================
scriptencoding utf-8
if !g:tsuquyomi_javascript_support
finish
endif
if !tsuquyomi#config#preconfig()
finish
endif
call tsuquyomi#config#initBuffer({ 'pattern': '*.js,*.jsx' })