mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
Fix a missed TS support check
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user