about summary refs log tree commit diff stats
path: root/hm/soispha/pkgs/scripts/wrappers/neorg
blob: 29c74c582b8c6cc0cbb3ea8aea1342a24b45c439 (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.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