export const NvimEditor = (props: { source: string | undefined }) => (
{props.source}
);