We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6193440 commit ea01ae7Copy full SHA for ea01ae7
autoload/matchup.vim
@@ -79,10 +79,10 @@ function! s:init_options()
79
80
if has('nvim')
81
call s:init_option('matchup_treesitter_enabled', has('nvim-0.11.2') ? v:true : v:false)
82
- call s:init_option('matchup_treesitter_disabled', {})
+ call s:init_option('matchup_treesitter_disabled', [])
83
call s:init_option('matchup_treesitter_include_match_words', v:false)
84
call s:init_option('matchup_treesitter_enable_quotes', v:true)
85
- call s:init_option('matchup_treesitter_disable_virtual_text', v:true)
+ call s:init_option('matchup_treesitter_disable_virtual_text', v:false)
86
call s:init_option('matchup_treesitter_stopline', 400)
87
endif
88
endfunction
0 commit comments