shell: update nvc to handle new nvim config

This commit is contained in:
PowerUser64 2025-01-27 11:25:07 -08:00
parent 1ac141b8ce
commit 0921d0709c

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