mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
feat!: enable treesitter integration by default
This commit is contained in:
@@ -77,7 +77,7 @@ function! s:init_options()
|
||||
|
||||
call s:init_option('matchup_matchpref', {})
|
||||
|
||||
call s:init_option('matchup_treesitter_enabled', v:false)
|
||||
call s:init_option('matchup_treesitter_enabled', v:true)
|
||||
call s:init_option('matchup_treesitter_disabled', {})
|
||||
call s:init_option('matchup_treesitter_include_match_words', v:false)
|
||||
call s:init_option('matchup_treesitter_enable_quotes', v:true)
|
||||
|
||||
Reference in New Issue
Block a user