mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
fix: initialize g:matchup_treesitter_disable_virtual_text
This commit is contained in:
@@ -81,6 +81,7 @@ function! s:init_options()
|
||||
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)
|
||||
call s:init_option('matchup_treesitter_disable_virtual_text', v:true)
|
||||
endfunction
|
||||
|
||||
function! s:init_option(option, default)
|
||||
|
||||
Reference in New Issue
Block a user