imxiejie / ThinkVim

Vim configuration in the 21st century
MIT License
868 stars 106 forks source link

Brackets not highlighted - :set showmatch #42

Closed kaziqta closed 5 years ago

kaziqta commented 5 years ago

Problems summary

Hi, just that, the brackets are not highlighted

Environment Information

Features: +acl +iconv +jemalloc +tui See ":help feature-compile"

system vimrc file: "$VIM/sysinit.vim" fall-back for $VIM: "/usr/share/nvim"



 * `:checkhealth` or `:CheckHealth` result(neovim only):

All good, only the ruby gem is missing, but I am not writing python

## How to reproduce the problem from neovim startup (Required!)

 1. Simple, just put the cursor on a bracket etc.

## Screenshot (if possible)
glepnir commented 5 years ago

hi, the set showmatch option is used to jump to maching bracket,i disabled this neovim plugin https://github.com/taigacute/ThinkVim/blob/master/core/init.vim#L70

glepnir commented 5 years ago

no update. close