Adminer plugin that reverts hiding of database views in Adminer Editor.
Check how to install plugins to Adminer, it's the same for Adminer Editor.
...
$plugins = array(
// specify enabled plugins here
new AdminerShowViews()
);
...
// include original Adminer or Adminer Editor
include "./editor.php";