From c60fbe6cfc713a0a89993f81b9269560628c87eb Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 5 Sep 2023 16:03:20 +0200 Subject: Feat(hm/pkgs/scripts/neorg): Init --- hm/soispha/pkgs/scripts/wrappers/neorg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 hm/soispha/pkgs/scripts/wrappers/neorg (limited to 'hm/soispha/pkgs/scripts/wrappers') diff --git a/hm/soispha/pkgs/scripts/wrappers/neorg b/hm/soispha/pkgs/scripts/wrappers/neorg new file mode 100755 index 00000000..78c453cf --- /dev/null +++ b/hm/soispha/pkgs/scripts/wrappers/neorg @@ -0,0 +1,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 -- cgit 1.4.1