about summary refs log tree commit diff stats
path: root/hm/soispha/pkgs/scripts/wrappers/neorg
blob: 78c453cf07f314e2513599d4105486d450c4afbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env dash

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

AUTHORS="Soispha"
YEARS="2023"

# Start neovim and automatically enable neorg.

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


# vim: ft=sh