.nvim for non config files
This commit is contained in:
@@ -6,7 +6,7 @@ if [ -f $1 ]; then
|
||||
return 1
|
||||
fi
|
||||
|
||||
backup_path=~/.config/nvim/backups/`echo $PWD/$1 | tr '/' '%'`
|
||||
backup_path=~/.nvim/backups/`echo $PWD/$1 | tr '/' '%'`
|
||||
|
||||
if [ ! -f "$backup_path" ]; then
|
||||
echo >&2 Backup not found...
|
||||
|
||||
Reference in New Issue
Block a user