markonm / traces.vim

Range, pattern and substitute preview for Vim
MIT License
735 stars 13 forks source link

Add setting (g:traces_enabled) to enable/disable the plugin #20

Closed ychin closed 6 years ago

ychin commented 6 years ago

Create a new setting that will allow user to temporarily disable the plugin, similar to how in native Vim one can set 'hlsearch' on/off at will.

markonm commented 6 years ago

Thanks.