#!/usr/bin/env dash

# shellcheck source=/dev/null
SHELL_LIBRARY_VERSION="1.3.1" . %SHELL_LIBRARY_PATH

AUTHORS="Soispha"
YEARS="2023"

# Start neovim and automatically enable neorg.

nvim -c "NeorgStart" -s "$(tmp "printf ':Neorg workspace '")"


# vim: ft=sh