#!/usr/bin/env bash

# Just a quick ugly script to keep nvim-qt's window size.
# This also redirects error messages because of a bug in nvim-qt.

nvim-qt --geometry 1000x500 "$@" 2> /dev/null
