shell: update nvc script to work with new nvim config

This commit is contained in:
PowerUser64 2025-02-19 12:10:43 -08:00
parent 9786e54eb8
commit d8240e0501

View file

@ -2,5 +2,5 @@
# Purpose: edit nvim configuration while being cd'd into the directory that # Purpose: edit nvim configuration while being cd'd into the directory that
# most of the files live so they can easily be :e'd # most of the files live so they can easily be :e'd
# Usage: nvc [$EDITOR options] # Usage: nvc [$EDITOR options]
cd ~/.config/nvim/lua/blake \ cd ~/.config/nvim/lua \
&& $EDITOR "$@" ../../init.lua && $EDITOR "$@" ../init.lua