local status_ok, better_escape = pcall(require, "better_escape")
if not status_ok then return end
better_escape.setup(astronvim.user_plugin_opts "plugins.better_escape")