markonm / traces.vim

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

Suggestion: Auto set nohlsearch after done #44

Closed 4513ECHO closed 1 year ago

4513ECHO commented 2 years ago

How about the plugin make better like incsearch.vim?

For example: set

let g:traces_auto_nohlsearch = v:true

to enable the new feature.