mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-17 17:38:01 +00:00
fix: enable treesitter integration by default only on Neovim
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:true)
|
||||
call s:init_option('matchup_treesitter_enabled', has('nvim') ? v:true : v:false)
|
||||
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