How can I get List Category Posts to work as a widget? [closed]

to enable shortcode in textwidgets, add this to functions.php of your theme:

add_filter('widget_text', 'do_shortcode');