Fix a missed TS support check

This commit is contained in:
Andy K. Massimino
2021-12-31 12:08:00 -05:00
parent cc1d044241
commit 0ee65c7511

View File

@@ -362,7 +362,7 @@ endfunction
" }}}1
function! s:treesitter_init_module() " {{{1
if !has('nvim-0.5.0')
if !matchup#loader#_treesitter_may_be_supported()
return
endif