right now disabling with eval_sign_text="" still runs all those autocmds on text change.
in the interest of keeping this plugin "lean" as in not doing unnecessary background work, it would be nice to have an option to truly disable all that code from executing if say an option called show_evaluated is false
right now disabling with
eval_sign_text=""
still runs all those autocmds on text change.in the interest of keeping this plugin "lean" as in not doing unnecessary background work, it would be nice to have an option to truly disable all that code from executing if say an option called
show_evaluated
isfalse