neovim + lazyvim

This commit is contained in:
2025-05-21 20:26:23 +08:00
parent 87fd722509
commit 1640ebfb45
6 changed files with 46 additions and 72 deletions

View File

@@ -3,6 +3,7 @@ set -oe pipefail
__root__=$( dirname $(readlink -e -- "${BASH_SOURCE}"))
source $__root__/helpers/io.sh || exit 255
source $__root__/helpers/git.sh || exit 255
source $__root__/helpers/basic.sh || exit 255
source $__root__/helpers/debug.sh || exit 255
source $__root__/helpers/packages.sh || exit 255