Set 'matchpairs' to empty
Use this to avoid weird highlighting of the `[` and `]` characters, if the matchparen plugin is enabled.
This commit is contained in:
parent
f7d4957d02
commit
17ef51a2d1
|
@ -64,6 +64,7 @@ function! startify#insane_in_the_membrane() abort
|
||||||
\ norelativenumber
|
\ norelativenumber
|
||||||
\ nospell
|
\ nospell
|
||||||
\ noswapfile
|
\ noswapfile
|
||||||
|
\ matchpairs=
|
||||||
if empty(&statusline)
|
if empty(&statusline)
|
||||||
setlocal statusline=\ startify
|
setlocal statusline=\ startify
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue