qstrahl / vim-matchmaker

Highlight matches for the word under the cursor
38 stars 10 forks source link

What's the recommended way to enable on startup? #2

Closed jordelver closed 11 years ago

jordelver commented 11 years ago

Great plugin, thanks :)

I currently have this in my ~/.vimrc

autocmd VimEnter * Matchmaker
qstrahl commented 11 years ago

You were correct with that autocmd. I just now merged a feature from @faceleg that looks for g:matchmaker_enable_startup (see #3), so you can set that to 1 in your vimrc and it'll work.

jordelver commented 11 years ago

Cool, thanks. I've just added a note to the README https://github.com/qstrahl/vim-matchmaker/pull/4