Merge branch 'master' of git.blakenorth.net/home/git/dotfiles
This commit is contained in:
commit
0b203775dd
5 changed files with 53 additions and 38 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
# Purpose: edit nvim configuration while being cd'd into the directory that
|
||||
# most of the files live so they can easily be :e'd
|
||||
# Usage: nvc
|
||||
# Usage: nvc [$EDITOR options]
|
||||
cd ~/.config/nvim/lua/blake \
|
||||
&& nvim ../../init.lua
|
||||
&& $EDITOR "$@" ../../init.lua
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue