mirror of
https://github.com/tiyn/dotfiles.git
synced 2026-01-30 02:34:49 +01:00
nvim: use carbon and not silicon for .vpr files
This commit is contained in:
@@ -10,7 +10,7 @@ file=$(readlink -f "$1")
|
||||
dir=$(dirname "$file")
|
||||
base="${file%.*}"
|
||||
basenodir="${1%.*}"
|
||||
vipercmd="silicon" #"carbon"
|
||||
vipercmd="carbon" #"silicon"
|
||||
|
||||
cd "$dir" || exit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user